Kibana not working on linux

Hello,
I have used kibana and elasticsearch in windows my local pc. but there is some error i'm facing when i working with kibana which is installed on linux sesrver.
I installed elasticsearch and kibana version 7.9.2 on linux server.
i used putty for install kibana and elasticsearch from their official docs.

  1. elasticsearch : wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.2-linux-x86_64.tar.gz
  2. kibana : curl -O https://artifacts.elastic.co/downloads/kibana/kibana-7.9.2-linux-x86_64.tar.gz

i used those command to install on linux.
i assign port 5601 as log.gurukul.ninja.
when i oepn log.gurukul.ninja in browser i cant see kibana there.
i'm new to linux server for elasticsearch and kibana .
I would like to know how to work with it.

Thank you !!
for more details :

kibana.yml

elasticsearch.hosts: ["http://localhost:9200"]
elasticsearch.username: "something"
elasticsearch.password: "something"

This seems almost like a duplicate of this one: Kibana showing error

yeah,sorry but when posting topic maybe my network is week so i don't know it posted or not so i add one more.

No worries! I just wanted to point it out so the developers helping you might see some additional details in this issue too. :slight_smile:

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