Hello,
Is there way to use a local instance of Kibana to access a remote ES? I am using postman now to send commands but would like to use the latest version of Kibana.
Hello,
Is there way to use a local instance of Kibana to access a remote ES? I am using postman now to send commands but would like to use the latest version of Kibana.
Yup, just set the elasticsearch url and username/password in your kibana.yml file:
elasticsearch.url: "https://blablah.us-east-1.aws.found.io:9243"
elasticsearch.username: "elastic"
elasticsearch.password: "changeme"
Thank you. I tried changing the URL but no luck. It might be my password that's causing the issue. Thanks!
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.