mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[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:
parent
5878c77784
commit
f4d5aeabeb
1 changed files with 1 additions and 2 deletions
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue