mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Moved index names to .marvel- in all dashboards
This commit is contained in:
parent
793dbe48ad
commit
f4f8f90020
4 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ dashboard.title = 'Marvel - Index Statistics';
|
|||
dashboard.failover = false;
|
||||
dashboard.index = {
|
||||
'default': 'ADD_A_TIME_FILTER',
|
||||
'pattern': '[marvel-]YYYY.MM.DD',
|
||||
'pattern': '[.marvel-]YYYY.MM.DD',
|
||||
'interval': 'day'
|
||||
};
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ dashboard.title = 'Marvel - Node Statistics';
|
|||
dashboard.failover = false;
|
||||
dashboard.index = {
|
||||
'default': 'ADD_A_TIME_FILTER',
|
||||
'pattern': '[marvel-]YYYY.MM.DD',
|
||||
'pattern': '[.marvel-]YYYY.MM.DD',
|
||||
'interval': 'day'
|
||||
};
|
||||
|
||||
|
|
|
@ -309,7 +309,7 @@
|
|||
"failover": false,
|
||||
"index": {
|
||||
"interval": "day",
|
||||
"pattern": "[marvel-]YYYY.MM.DD",
|
||||
"pattern": "[.marvel-]YYYY.MM.DD",
|
||||
"default": "_all"
|
||||
},
|
||||
"style": "dark",
|
||||
|
|
|
@ -1111,7 +1111,7 @@
|
|||
"failover": false,
|
||||
"index": {
|
||||
"interval": "day",
|
||||
"pattern": "[marvel-]YYYY.MM.DD",
|
||||
"pattern": "[.marvel-]YYYY.MM.DD",
|
||||
"default": "_all"
|
||||
},
|
||||
"style": "dark",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue