Skip to content

Commit 73ebda9

Browse files
[Kibana Search] Promote Observability Alerts higher in the global search (#241209)
Resolves #176678 This PR adds keywords to the Observability Plugin deeplink to make Alerts show higher in the global search when user is looking for 'Alerts' --------- Co-authored-by: Bena Kansara <[email protected]>
1 parent 64dd80b commit 73ebda9

File tree

1 file changed

+1
-0
lines changed
  • x-pack/solutions/observability/plugins/observability/public

1 file changed

+1
-0
lines changed

x-pack/solutions/observability/plugins/observability/public/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ export class Plugin
215215
visibleIn: [],
216216
},
217217
],
218+
keywords: ['alerts', 'rules'],
218219
},
219220
];
220221

0 commit comments

Comments
 (0)