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 home plugin that provides only the needed functionality for the frontend.
|
const response = await fetch(this.props.addBasePath('/elasticsearch/_msearch'), { |
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 thehomeplugin that provides only the needed functionality for the frontend.kibana/src/plugins/home/public/application/components/tutorial/tutorial.js
Line 206 in 4eb455d