mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[Logs] Deprecate advanced settings for v9.0.0 (#201102)](https://github.com/elastic/kibana/pull/201102) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marco Antonio Ghiani","email":"marcoantonio.ghiani01@gmail.com"},"sourceCommit":{"committedDate":"2024-12-05T10:49:52Z","message":"[Logs] Deprecate advanced settings for v9.0.0 (#201102)\n\n## 📓 Summary\r\n\r\nCloses #200900 \r\n\r\nAs part of the readiness requirements to upgrade Kibana to v9.0.0, this\r\nwork deprecates some advanced settings that will be removed.\r\n\r\n<img width=\"2568\" alt=\"Screenshot 2024-11-21 at 11 15 25\"\r\nsrc=\"https://github.com/user-attachments/assets/81b9a8dc-6ad2-4646-9516-ed9a90d7bef2\">\r\n\r\nCo-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>","sha":"f30f0a8f33cca137f465bf6abd4f5567a9d866b8","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-logs"],"title":"[Logs] Deprecate advanced settings for v9.0.0","number":201102,"url":"https://github.com/elastic/kibana/pull/201102","mergeCommit":{"message":"[Logs] Deprecate advanced settings for v9.0.0 (#201102)\n\n## 📓 Summary\r\n\r\nCloses #200900 \r\n\r\nAs part of the readiness requirements to upgrade Kibana to v9.0.0, this\r\nwork deprecates some advanced settings that will be removed.\r\n\r\n<img width=\"2568\" alt=\"Screenshot 2024-11-21 at 11 15 25\"\r\nsrc=\"https://github.com/user-attachments/assets/81b9a8dc-6ad2-4646-9516-ed9a90d7bef2\">\r\n\r\nCo-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>","sha":"f30f0a8f33cca137f465bf6abd4f5567a9d866b8"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201102","number":201102,"mergeCommit":{"message":"[Logs] Deprecate advanced settings for v9.0.0 (#201102)\n\n## 📓 Summary\r\n\r\nCloses #200900 \r\n\r\nAs part of the readiness requirements to upgrade Kibana to v9.0.0, this\r\nwork deprecates some advanced settings that will be removed.\r\n\r\n<img width=\"2568\" alt=\"Screenshot 2024-11-21 at 11 15 25\"\r\nsrc=\"https://github.com/user-attachments/assets/81b9a8dc-6ad2-4646-9516-ed9a90d7bef2\">\r\n\r\nCo-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>","sha":"f30f0a8f33cca137f465bf6abd4f5567a9d866b8"}}]}] BACKPORT--> Co-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani01@gmail.com>
This commit is contained in:
parent
78ff0498d2
commit
b2786a11a3
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ export const uiSettings: Record<string, UiSettingsParams> = {
|
|||
defaultMessage:
|
||||
'A list of base patterns to match and explore data views in Logs Explorer. Remote clusters will be automatically matched for the provided base patterns.',
|
||||
}),
|
||||
deprecation: {
|
||||
message: i18n.translate('xpack.logsExplorer.allowedDataViewsDeprecationWarning', {
|
||||
defaultMessage:
|
||||
'Logs Explorer is deprecated, and this setting will be removed in Kibana 9.0.',
|
||||
}),
|
||||
docLinksKey: 'generalSettings',
|
||||
},
|
||||
type: 'array',
|
||||
schema: schema.arrayOf(schema.string()),
|
||||
requiresPageReload: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue