-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace usage of /elasticsearch/_msearch
endpoint in Index Pattern Management UI
#73993
Comments
Pinging @elastic/kibana-app-arch (Team:AppArch) |
@lukasolson Just saw your comment here. Are we going to need to keep this endpoint until 8.0 in order to not break that feature? Is that a feature we must keep around until 8? If so, maybe the best course of action here is for the Platform team to migrate this endpoint out of legacy and mark it as deprecated. |
Yes, I believe the plan is to keep that setting around until I'm currently working on an |
@lukeelmers I see #75943 unfortunately did not address this issue. This is still planned for |
pinging @lukasolson since Elmers is out ⬆ |
Yes, I believe this is still being targeted for 7.10. |
I'm actively working on this now, expecting to have a PR ready soon. |
PR is up: #77564 |
In order to unblock removing legacy plugin support (#71927) we need to remove all usages of the
/elasticsearch/_msearch
endpoint. This can be replaced with a specific endpoint in theindex_pattern_management
plugin that provides only the needed functionality for the frontend.kibana/src/plugins/index_pattern_management/public/components/field_editor/lib/validate_script.ts
Line 65 in 4eb455d
The text was updated successfully, but these errors were encountered: