margarita
margarita copied to clipboard
Possible improvement to elasticsearch.yml
ServiceInfo uses
network.host: 127.0.0.1
node.local: true
This more completely shuts down cluster features. I'm not aware of any one web page that makes this crystal clear :(
network.host
sets the bind and publish host, instead of just the bind host.
node.local: true
can be seen to make it stop listening on port 9300.