Elasticsearch tips

How to list all indices ?

Special web service exists for it: http://localhost:9200/_cat/indices It should return list looking like: yellow open test_index 1 1 0 0 115b 115b yellow open nested_object ...

Continue Reading →