Skip to content
Snippets Groups Projects
Commit 60e2f4e1 authored by Leonardo Menezes's avatar Leonardo Menezes
Browse files

ignore_unavailable for overview stats

closes #247
parent 6fc5a111
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class OverviewDataService @Inject()(client: ElasticClient) {
val apis = Seq(
"_cluster/state/master_node,routing_table,blocks",
"_nodes/stats/jvm,fs,os,process?human=true",
"_stats/docs,store",
"_stats/docs,store?ignore_unavailable=true",
"_cluster/settings",
"_aliases",
"_cluster/health",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment