mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Change node and indices dashboard refresh rate to 1m
This commit is contained in:
parent
be67051f62
commit
04f1cb3cb6
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ dashboard.index = {
|
|||
'warm_fields': false
|
||||
};
|
||||
|
||||
dashboard.refresh="5s";
|
||||
dashboard.refresh="1m";
|
||||
|
||||
|
||||
// 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="5s";
|
||||
dashboard.refresh="1m";
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue