mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Refresh dashboards every 5s
This commit is contained in:
parent
de507d43ea
commit
48e11845e3
4 changed files with 4 additions and 4 deletions
|
@ -273,5 +273,5 @@
|
|||
"load_local": false,
|
||||
"hide": false
|
||||
},
|
||||
"refresh": false
|
||||
"refresh": "5s"
|
||||
}
|
|
@ -39,7 +39,7 @@ dashboard.index = {
|
|||
'interval': 'day'
|
||||
};
|
||||
|
||||
dashboard.refresh="30s";
|
||||
dashboard.refresh="5s";
|
||||
|
||||
|
||||
// In this dashboard we let users pass nodes as comma seperated list to the query parameter.
|
||||
|
|
|
@ -39,7 +39,7 @@ dashboard.index = {
|
|||
'interval': 'day'
|
||||
};
|
||||
|
||||
dashboard.refresh="30s";
|
||||
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
|
||||
|
|
|
@ -381,5 +381,5 @@
|
|||
"load_local": true,
|
||||
"hide": false
|
||||
},
|
||||
"refresh": "30s"
|
||||
"refresh": "5s"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue