I figured this out. I had to set the machine to run in single-node mode and then I had to set the parameters in the elasticsearch.yml to bind the IP address to the network.host
discovery.type: single-node
network.host: 10.0.2.15
I figured this out. I had to set the machine to run in single-node mode and then I had to set the parameters in the elasticsearch.yml to bind the IP address to the network.host
discovery.type: single-node
network.host: 10.0.2.15
© 2020. All Rights Reserved - Elasticsearch
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.