From c6cfdd67f1c4b88e44b5b149e056933b0925fd0f Mon Sep 17 00:00:00 2001 From: Greg Nieman Date: Thu, 25 Aug 2016 07:32:25 -0400 Subject: [PATCH] Added shard_stores command to the version 5 diag list. --- pom.xml | 2 +- src/main/resources/diags.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e8c1642..4579e4d0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.elasticsearch support-diagnostics - 2.1.2-beta + 2.1.2 jar Support Diagnostics Utilities diff --git a/src/main/resources/diags.yml b/src/main/resources/diags.yml index 88e30a8c..3ac4c799 100644 --- a/src/main/resources/diags.yml +++ b/src/main/resources/diags.yml @@ -148,6 +148,7 @@ restQueries-5: tasks: "_tasks?pretty&human" pipelines: "_ingest/pipeline/*?pretty&human" allocation_explain: "_cluster/allocation/explain?include_yes_decisions&pretty" + shard_stores: "_shard_stores" logstash: version: "?pretty"