Skip to content

Replace usage of /elasticsearch/_msearch endpoint in Index Pattern Management UI #73993

@joshdover

Description

@joshdover

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 });

Metadata

Metadata

Assignees

Labels

Feature:Data ViewsData Views code and UI - index patterns before 8.0NeededFor:Coreblockertechnical debtImprovement of the software architecture and operational architecture

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions