Skip to content

Commit

Permalink
Remove Search Applications and Behavioral Analytics from search (elas…
Browse files Browse the repository at this point in the history
…tic#211888)

## Summary

Removes Search Applications from globalSearch due to maintenance mode.
Removes Behavioral Analytics from globalSearch due to deprecation.


Summarize your PR. If it involves visual changes include a screenshot or
gif.
<img width="1203" alt="Screenshot 2025-02-21 at 13 45 48"
src="https://github.com/user-attachments/assets/c3397cd1-4786-43b1-a10f-78b41ccaca2f"
/>
<img width="1105" alt="Screenshot 2025-02-21 at 13 45 57"
src="https://github.com/user-attachments/assets/4d671653-f918-47bf-afd4-77fcd71bae06"
/>


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
  • Loading branch information
efegurkan authored Feb 25, 2025
1 parent 97095f0 commit 93931f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const applicationsLinks: AppDeepLink[] = [
defaultMessage: 'Search Applications',
}
),
visibleIn: ['globalSearch'],
visibleIn: [],
},
];

Expand Down Expand Up @@ -389,6 +389,7 @@ export class EnterpriseSearchPlugin implements Plugin {
return renderApp(Analytics, kibanaDeps, pluginData);
},
title: ANALYTICS_PLUGIN.NAME,
visibleIn: [],
});

core.application.register({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export class EnterpriseSearchPlugin implements Plugin<void, void, PluginsSetup,
scope: [KibanaFeatureScope.Spaces, KibanaFeatureScope.Security],
app: ['kibana', ANALYTICS_PLUGIN.ID],
catalogue: [ANALYTICS_PLUGIN.ID],

privileges: {
all: {
app: ['kibana', ANALYTICS_PLUGIN.ID],
Expand Down

0 comments on commit 93931f9

Please sign in to comment.