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