Will HTTP enable by default. If enabled by default. How can we disable it. Anyone help me out this. To disable, Can I use http.enabled : false
You can add this into elasticsearch.yml of your node
node.remote_cluster_client: false
Can I ask why, as I assume you want to route all client traffic to your coordinating nodes, usually done with a LB. Or to avoid rogue clients talking to random nodes?
I see someone else asking this exactly same question today, for master nodes, which is certainly a good place to disable it, but you still have to control where clients connect to.
Welcome to our community!
Why do you want to disable HTTP?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.