Skip to content

Commit

Permalink
[Logs] Deprecate advanced settings for v9.0.0 (elastic#201102)
Browse files Browse the repository at this point in the history
## πŸ““ Summary

Closes elastic#200900 

As part of the readiness requirements to upgrade Kibana to v9.0.0, this
work deprecates some advanced settings that will be removed.

<img width="2568" alt="Screenshot 2024-11-21 at 11 15 25"
src="https://github.com/user-attachments/assets/81b9a8dc-6ad2-4646-9516-ed9a90d7bef2">

Co-authored-by: Marco Antonio Ghiani <[email protected]>
  • Loading branch information
2 people authored and SoniaSanzV committed Dec 9, 2024
1 parent cf1e4c5 commit 667652e
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 667652e

Please sign in to comment.