Top "Elasticsearch-indices" questions

Delete multiple indices in one Elasticsearch HTTP request (cURL)

I was using this curl command line to clean my indices: curl -XDELETE http://example.com/my_index-* But, now, …

curl elasticsearch elasticsearch-5 elasticsearch-indices
Elasticsearch update index template

I have a question about elasticsearch index template, there is a scene of my question. Create a template for a …

elasticsearch elasticsearch-indices elasticsearch-template
Elastic Search total index size

I am trying to get the actual size of index (not the store) in elasticsearch. I used the indices API …

elasticsearch size elasticsearch-indices
Getting error in Elasticsearch while creating index using postman

I have installed Elasticsearch 5.1 in ubuntu 14.04. I have performed some operations in Elasticsearch like create index, delete index etc. Then …

elasticsearch elasticsearch-plugin elasticsearch-5 elasticsearch-indices
ElasticSearch entered "read only" mode, node cannot be altered

Something happened during the night to my ES cluster (composed of 5 data nodes, 3 master nodes). To be honest, I have …

elasticsearch kibana kibana-4 elasticsearch-indices