Remove Search Applications and Behavioral Analytics from search (#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)
This commit is contained in:
Efe Gürkan YALAMAN 2025-02-25 12:16:31 +01:00 committed by GitHub
parent 97095f0ac3
commit 93931f9e3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -131,7 +131,7 @@ const applicationsLinks: AppDeepLink[] = [
defaultMessage: 'Search Applications',
}
),
visibleIn: ['globalSearch'],
visibleIn: [],
},
];
@ -389,6 +389,7 @@ export class EnterpriseSearchPlugin implements Plugin {
return renderApp(Analytics, kibanaDeps, pluginData);
},
title: ANALYTICS_PLUGIN.NAME,
visibleIn: [],
});
core.application.register({

View file

@ -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],