mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ML] Rename "Logs AIOps" panel section "Log analysis" (#203375)
## Summary Renames the "Logs AIOps" embeddable panel section to "Log analysis".  ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials
This commit is contained in:
parent
6cb14302a1
commit
13c5722dae
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ pageLoadAssetSize:
|
|||
actions: 20000
|
||||
advancedSettings: 27596
|
||||
aiAssistantManagementSelection: 19146
|
||||
aiops: 17680
|
||||
aiops: 18000
|
||||
alerting: 106936
|
||||
apm: 64385
|
||||
assetInventory: 18478
|
||||
|
|
|
@ -36,7 +36,7 @@ export const AIOPS_EMBEDDABLE_GROUPING = [
|
|||
id: 'logs-aiops',
|
||||
getDisplayName: () =>
|
||||
i18n.translate('xpack.aiops.embedabble.groupingDisplayName', {
|
||||
defaultMessage: 'Logs AIOps',
|
||||
defaultMessage: 'Log analysis',
|
||||
}),
|
||||
getIconType: () => 'machineLearningApp',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue