I installed Kibana and Elasticsearch, now I am able to access both with localhost.
How to make it accessible from another machine within same network.
is there any webserver like nginx/tomcat need to install?
Please help me i am new to this
I installed Kibana and Elasticsearch, now I am able to access both with localhost.
How to make it accessible from another machine within same network.
is there any webserver like nginx/tomcat need to install?
Please help me i am new to this
It's fairly simple
Access it using its IpAddress:port
on another machine
ie.
http://XXX.XXX.XXX.XX:5601- Kibana
http://XXX.XXX.XXX.XX:9200- Elasticsearch
By default Elasticsearch is not accessible from another machine unless you change network.host
setting. See https://www.elastic.co/guide/en/elasticsearch/reference/current/network.host.html
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.