I want to run elasticsearch only on the local interface so i read
the documentation and started the service with 'elasticsearch -f -
Dnetwork.host=local'. At this point it correctly uses the ipv4 local
interface but it's still opening up to the external interface over
ipv6. Is this correct behaviour or am i'm missing something?
Is there a way to disable this ipv6 listener?
local does not mean the just the local interface, it means using what the
computers states is the local inet address. You can set it to 127.0.0.1 or
localhost.
I want to run elasticsearch only on the local interface so i read
the documentation and started the service with 'elasticsearch -f -
Dnetwork.host=local'. At this point it correctly uses the ipv4 local
interface but it's still opening up to the external interface over
ipv6. Is this correct behaviour or am i'm missing something?
Is there a way to disable this ipv6 listener?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.