mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update auto-refresh to 1m
This commit is contained in:
parent
7d57b00070
commit
a547f7833f
4 changed files with 4 additions and 4 deletions
|
@ -272,5 +272,5 @@
|
|||
"load_local": false,
|
||||
"hide": false
|
||||
},
|
||||
"refresh": "5s"
|
||||
"refresh": "1m"
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -421,5 +421,5 @@
|
|||
"load_local": true,
|
||||
"hide": false
|
||||
},
|
||||
"refresh": "5s"
|
||||
"refresh": "1m"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue