From eb9042998ffa58c2a57c5b43a57095f899dd75ed Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Fri, 23 Mar 2018 09:35:18 +0100 Subject: [PATCH] lister statut index --- HowtoElasticsearch.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoElasticsearch.md b/HowtoElasticsearch.md index 467c103a..b531763f 100644 --- a/HowtoElasticsearch.md +++ b/HowtoElasticsearch.md @@ -694,3 +694,9 @@ Cette commande est pratique pour voir la taille que prennent les index ~~~ $ curl -XGET "http://localhost:9200/_cat/shards?v" ~~~ + +### Lister le statut des index + +~~~ +$ curl -XGET 'http://127.0.0.1:9200/_cluster/health?level=indices&pretty' +~~~ \ No newline at end of file