vagrant-elastic-stack icon indicating copy to clipboard operation
vagrant-elastic-stack copied to clipboard

Kibana doesn't work

Open Tom60chat opened this issue 3 years ago • 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

Tom60chat avatar Sep 22 '22 12:09 Tom60chat

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?

xeraa avatar Sep 22 '22 22:09 xeraa

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

Tom60chat avatar Sep 23 '22 14:09 Tom60chat

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

xeraa avatar Sep 25 '22 02:09 xeraa

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

Tom60chat avatar Sep 26 '22 16:09 Tom60chat