I installed elastic search in my local machine, I want to configure it as the only one single node in the cluster(Standalone Server). it means whenever I create a new index, it
In the config file, add:
network.host: 0.0.0.0
discovery.type: single-node