xeraa/vagrant-elastic-stack

Kibana doesn't work

Tom60chat opened this issue · 4 comments

Hello,
I wanted to try the OVA Image, but I can't access kibana.

  • I download the OVA
  • Put in VirtualBox
  • Start it
  • And i wrote:
    curl https://127.0.0.1:5601

I got:
image

xeraa commented

This is super old. I would recommend to use a Docker Compose setup with a current version.

For getting this up and running, what's in /var/log/kibana/kibana.log?

Yeah, I just wanted to have a way to test if ELK Stack was good enough for me.

The file is pretty big, so i'm upload it here :
kibana.log

xeraa commented

Looks like Kibana is trying to Elasticsearch on http://localhost:9200 but that should be HTTPS?

And to see if it's good enough: This is 3 years old — I don't think that's giving you a great picture. If you mostly want to see it in action, I'd recommend https://demo.elastic.co. If you want to start it locally, then https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-compose-file

I didn't know about demo.elastic.com, thanks I will use that.