[Logs UI] Use the advanced setting in fallback log views (#209779)

This fixes the problem that fall-back log views use the deprecated
inline log index configuration instead of the advanced setting.
This commit is contained in:
Felix Stürmer 2025-02-06 15:47:22 +01:00 committed by GitHub
parent 5878c77784
commit f4d5aeabeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,8 +17,7 @@ export const defaultLogViewAttributes: LogViewAttributes = {
name: 'Log View',
description: 'A default log view',
logIndices: {
type: 'index_name',
indexName: 'logs-*,filebeat-*',
type: 'kibana_advanced_setting',
},
logColumns: [
{