From 1d1dc72e2335f7002ce675598a7fafa5ef2d9b07 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Wed, 24 Jul 2013 16:51:38 +0200 Subject: [PATCH] cluster.node_stats --- rest-api-spec/test/cluster.node_stats/10_basic.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rest-api-spec/test/cluster.node_stats/10_basic.yaml diff --git a/rest-api-spec/test/cluster.node_stats/10_basic.yaml b/rest-api-spec/test/cluster.node_stats/10_basic.yaml new file mode 100644 index 00000000000..d949329d19f --- /dev/null +++ b/rest-api-spec/test/cluster.node_stats/10_basic.yaml @@ -0,0 +1,9 @@ +--- +"Nodes stats": + - do: + cluster.node_stats: + indices: true + transport: true + + - is_true: cluster_name + - is_true: nodes