Elasticsearch
By default, the number of shards is 5 and the number of replicas is 1.
For testing on a single node, start with only one shard and no replicas.
index.number_of_shards: 1
index.number_of_replicas: 0
Queries
Show indices
http :9200/_cat/indices