I swear, there are 1 million ways to install and configure ELK.
So, I followed the elastic.co website documentation.
Why is it so difficult to install this thing?
My ES is working, I can CURL and see the it's healthy.
Kibana starts up from the command line, but I cannot access it from a browser.
All I get is 'Unable to connect'.
Kibana Config:
server.host: "localhost"
server.port: 5601
elasticsearch.url: "http://localhost:9200"
ElasticSearch Config:
network.host: "localhost"
Why is this so difficult and varied?
It's like a new adventure every time!