A bunch of useful commands for managing the Elasticsearch server. You can find all of them somewhere in the Elasticsearch documentation, but I find quite useful having all of them gathered in a single post. Get cluster status Retrieve information about the cluster: state, number of nodes, shards, ETC. or just using your web browser: http://localhost:9200/_cat/health?v Create Index For creating …