mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[Global Search] Add ILM keyword (#213122)
## Summary This PR adds an `ILM` keyword to the ILM application, so searching for the keyword in Global Search would match it.  Closes: #150424
This commit is contained in:
parent
28dc0f6ffc
commit
4447a7050a
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ export class IndexLifecycleManagementPlugin
|
|||
id: PLUGIN.ID,
|
||||
title: PLUGIN.TITLE,
|
||||
order: 2,
|
||||
keywords: ['ilm'],
|
||||
mount: async ({ element, history, setBreadcrumbs }) => {
|
||||
const [coreStart, { licensing }] = await getStartServices();
|
||||
const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue