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 the index_pattern_management plugin that provides only the needed functionality for the frontend.
|
const esResp = await http.fetch('/elasticsearch/_msearch', { method: 'POST', body }); |
In order to unblock removing legacy plugin support (#71927) we need to remove all usages of the
/elasticsearch/_msearchendpoint. This can be replaced with a specific endpoint in theindex_pattern_managementplugin 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