Hi, I am a beginner in elasticsearch, I installed elasticsearch 6.2.3 and kibana 6.2.3 on a machine (master) centos 6.9 minimal, and I want to access the kibana by another machine windows 7.
machine (master) when elasticsearch and kibana are installed :
I do not understand your config. If you are just starting out with Elasticsearch, I would recommend you start with the default options.
I can see a few potential issues with your config:
All clusters need at least one data node. The node you are showing has node.data set to false.
You have set discovery.zen.minimum_master_nodes to 3, indicating that you expect 4-5 master eligible nodes in the cluster if you have been following these guidelines.
If you are expecting other nodes, you have not configured discovery so that you node can find these other nodes.
I have just 1 cluster with 1 node (single node) it's the machine when I installed elasticsearch and kibana but I have centos 6.9 minimal in this machine and I want to access to kibana by browser chrome in the other machine (windows 7)
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.