How to setup Kibana?

I have a remote server which runs Elasticsearch. I'm accessing this server via ssh. I want to setup Kibana how can I do it?

Do I need to set Kibana locally or to the remote server?

You're going to have to download and run the install script for Kibana as well. Here are the docs on doing so: https://www.elastic.co/guide/en/kibana/current/install.html

You can look at https://www.elastic.co/guide/en/kibana/current/settings.html - look at server.host That is the main component to reach your kibana server.
As long as your ports on ES and Kibana can talk to each other you should be good.

Thanks
Rashmi

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.