mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Go back to 1s refresh times, leaving only the cluster pulse on 1m refresh
This commit is contained in:
parent
333c75284b
commit
22c3872186
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ dashboard.index = {
|
|||
'warm_fields': false
|
||||
};
|
||||
|
||||
dashboard.refresh="1m";
|
||||
dashboard.refresh="1s";
|
||||
|
||||
|
||||
// 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="1m";
|
||||
dashboard.refresh="1s";
|
||||
|
||||
// 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": "1m"
|
||||
"refresh": "1s"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue