mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
5s refresh time, not 1s :(
This commit is contained in:
parent
7047719877
commit
7fd0744de0
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ dashboard.index = {
|
|||
'warm_fields': false
|
||||
};
|
||||
|
||||
dashboard.refresh="1s";
|
||||
dashboard.refresh="5s";
|
||||
|
||||
|
||||
// In this dashboard we let users pass nodes as comma seperated list to the query parameter.
|
||||
|
|
|
@ -40,7 +40,7 @@ dashboard.index = {
|
|||
'warm_fields': false
|
||||
};
|
||||
|
||||
dashboard.refresh="1s";
|
||||
dashboard.refresh="5s";
|
||||
|
||||
// In this dashboard we let users pass nodes as comma seperated list to the query parameter.
|
||||
// If nodes are defined, split into a list of query objects, otherwise, show all
|
||||
|
|
|
@ -421,5 +421,5 @@
|
|||
"load_local": true,
|
||||
"hide": false
|
||||
},
|
||||
"refresh": "1s"
|
||||
"refresh": "5s"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue