Thanks,
How can I know my kibana and Elasticsearch url?
output.elasticsearch:
hosts: ["<es_url>"]
username: "elastic"
password: "<password>"
setup.kibana:
host: "<kibana_url>"
how can I get these?
thanks
Thanks,
How can I know my kibana and Elasticsearch url?
output.elasticsearch:
hosts: ["<es_url>"]
username: "elastic"
password: "<password>"
setup.kibana:
host: "<kibana_url>"
how can I get these?
thanks
Hi Frida
Do you have access to kibana? Do you know where it's running? The URL usually goes by http://host|IP:5601
You can get the Elasticsearch cluster nodes info, such as host and IP, on Kibana dev console (assuming you have access to it) running the query below.
GET _nodes
The es_url
looks like this http://host|IP:9200
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.