mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
auto refresh every 30s
This commit is contained in:
parent
dae1547db1
commit
919b5db1cb
3 changed files with 6 additions and 1 deletions
|
@ -39,6 +39,9 @@ dashboard.index = {
|
|||
'interval': 'day'
|
||||
};
|
||||
|
||||
dashboard.refresh="30s";
|
||||
|
||||
|
||||
// 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
|
||||
// NOTE: ids must be integers, hence the parseInt()s
|
||||
|
|
|
@ -39,6 +39,8 @@ dashboard.index = {
|
|||
'interval': 'day'
|
||||
};
|
||||
|
||||
dashboard.refresh="30s";
|
||||
|
||||
// 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
|
||||
// NOTE: ids must be integers, hence the parseInt()s
|
||||
|
|
|
@ -381,5 +381,5 @@
|
|||
"load_local": true,
|
||||
"hide": false
|
||||
},
|
||||
"refresh": false
|
||||
"refresh": "30s"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue