Skip to content

Commit 288ca5a

Browse files
Add Detection Insights category for AD AI Insights (#10848)
* Add Detection Insights category for AD AI Insights Signed-off-by: Jackie <[email protected]> * add changelog Signed-off-by: Jackie <[email protected]> --------- Signed-off-by: Jackie <[email protected]>
1 parent 94c0007 commit 288ca5a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

changelogs/fragments/10848.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
feat:
2+
- Add Detection Insights category for AD AI Insights ([#10848](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10848))

src/core/utils/default_app_categories.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ export const DEFAULT_APP_CATEGORIES: Record<string, AppCategory> = Object.freeze
109109
}),
110110
order: 8000,
111111
},
112+
detectionInsights: {
113+
id: 'detectionInsights',
114+
label: i18n.translate('core.ui.detectionInsights.label', {
115+
defaultMessage: 'Detection Insights',
116+
}),
117+
order: 7000,
118+
},
112119
configure: {
113120
id: 'configure',
114121
label: i18n.translate('core.ui.configure.label', {

0 commit comments

Comments
 (0)