From 9b7797d5c836e344e96c3eedef6c8f3736db734e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Fri, 17 Jan 2014 14:36:25 +0100 Subject: [PATCH] Cluster health doc link --- elasticsearch/client/cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/client/cluster.py b/elasticsearch/client/cluster.py index 3e8bcbb9..089d47b1 100644 --- a/elasticsearch/client/cluster.py +++ b/elasticsearch/client/cluster.py @@ -7,7 +7,7 @@ class ClusterClient(NamespacedClient): def health(self, index=None, params=None): """ Get a very simple status on the health of the cluster. - ``_ + ``_ :arg index: Limit the information returned to a specific index :arg level: Specify the level of detail for returned information, default u'cluster'