I have Elastic Stack set up in on-prem servers. It is runnnig fine and querying data is possible without any issue. How can I find the port where kibana is running?
Kibana default port is 5601.
If you know where the kibana.yml
configuration file is (e.g. /etc/kibana/
), check if it's specified in it (server.port
).
Not mentioned there.
But, this helped.
Thanks.
Netstat -tunlp | grep 5601
If it's not mentioned there, then it will go the default.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.