Skip to content

Commit

Permalink
[8.x] [Logs] Deprecate advanced settings for v9.0.0 (elastic#201102) (e…
Browse files Browse the repository at this point in the history
…lastic#203073)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Logs] Deprecate advanced settings for v9.0.0
(elastic#201102)](elastic#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":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-05T10:49:52Z","message":"[Logs]
Deprecate advanced settings for v9.0.0 (elastic#201102)\n\n## 📓
Summary\r\n\r\nCloses elastic#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
<[email protected]>","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 (elastic#201102)\n\n## 📓
Summary\r\n\r\nCloses elastic#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
<[email protected]>","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 (elastic#201102)\n\n## 📓
Summary\r\n\r\nCloses elastic#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
<[email protected]>","sha":"f30f0a8f33cca137f465bf6abd4f5567a9d866b8"}}]}]
BACKPORT-->

Co-authored-by: Marco Antonio Ghiani <[email protected]>
  • Loading branch information
kibanamachine and tonyghiani authored Dec 5, 2024
1 parent 78ff049 commit b2786a1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b2786a1

Please sign in to comment.