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.
- elasticsearch : wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.2-linux-x86_64.tar.gz
- 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"