Skip to content

Commit

Permalink
[8.17] [ML] Rename "Logs AIOps" panel section "Log analysis" (elastic…
Browse files Browse the repository at this point in the history
…#203375) (elastic#203578)

# Backport

This will backport the following commits from `main` to `8.17`:
- [[ML] Rename "Logs AIOps" panel section "Log analysis"
(elastic#203375)](elastic#203375)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Walter
Rafelsberger","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-10T13:30:14Z","message":"[ML]
Rename \"Logs AIOps\" panel section \"Log analysis\" (elastic#203375)\n\n##
Summary\r\n\r\nRenames the \"Logs AIOps\" embeddable panel section to
\"Log
analysis\".\r\n\r\n![image](https://github.com/user-attachments/assets/ea946962-a9bf-4a7f-817d-9a6fbc6e5349)\r\n\r\n\r\n###
Checklist\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or
tutorials","sha":"13c5722daeb0e1a08e110b84b565abb02666e700","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v9.0.0","Feature:ML/AIOps","backport:version","v8.17.0","v8.18.0"],"number":203375,"url":"https://github.com/elastic/kibana/pull/203375","mergeCommit":{"message":"[ML]
Rename \"Logs AIOps\" panel section \"Log analysis\" (elastic#203375)\n\n##
Summary\r\n\r\nRenames the \"Logs AIOps\" embeddable panel section to
\"Log
analysis\".\r\n\r\n![image](https://github.com/user-attachments/assets/ea946962-a9bf-4a7f-817d-9a6fbc6e5349)\r\n\r\n\r\n###
Checklist\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or
tutorials","sha":"13c5722daeb0e1a08e110b84b565abb02666e700"}},"sourceBranch":"main","suggestedTargetBranches":["8.17"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203375","number":203375,"mergeCommit":{"message":"[ML]
Rename \"Logs AIOps\" panel section \"Log analysis\" (elastic#203375)\n\n##
Summary\r\n\r\nRenames the \"Logs AIOps\" embeddable panel section to
\"Log
analysis\".\r\n\r\n![image](https://github.com/user-attachments/assets/ea946962-a9bf-4a7f-817d-9a6fbc6e5349)\r\n\r\n\r\n###
Checklist\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or
tutorials","sha":"13c5722daeb0e1a08e110b84b565abb02666e700"}},{"branch":"8.17","label":"v8.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","labelRegex":"^v8.18.0$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/203574","number":203574,"state":"OPEN"}]}]
BACKPORT-->
  • Loading branch information
walterra authored Dec 10, 2024
1 parent 0f232c3 commit f676907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kbn-optimizer/limits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pageLoadAssetSize:
actions: 20000
advancedSettings: 27596
aiAssistantManagementSelection: 19146
aiops: 16670
aiops: 18000
alerting: 106936
apm: 64385
banners: 17946
Expand Down
2 changes: 1 addition & 1 deletion x-pack/packages/ml/aiops_common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit f676907

Please sign in to comment.