Skip to content

Commit

Permalink
ignore_unavailable for overview stats
Browse files Browse the repository at this point in the history
closes #247
  • Loading branch information
lmenezes committed Apr 14, 2018
1 parent 6fc5a11 commit 60e2f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/overview/OverviewDataService.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 60e2f4e

Please sign in to comment.