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

Collect all log files of the Elastic Stack

Open xeraa opened this issue 8 years ago • 4 comments

Filebeat modules:

  • [x] Logstash
  • [ ] Elasticsearch, probably added in 6.4
  • [ ] Kibana, probably added in 6.4
  • [ ] Beats

xeraa avatar Dec 14 '16 15:12 xeraa

Note that current master branch supports /var/log/logstash/logstash-plain.log.

dadoonet avatar Jul 04 '18 11:07 dadoonet

Thanks! I've updated this to the right checkbox list and added references to the upcoming implementation for Kibana and Elasticsearch

xeraa avatar Jul 08 '18 11:07 xeraa

I have a question as I'm a newbie with elk stack, but didn't want to create an entire new issue. How can I just log in to kibana after running this? I saw in the code the password set for the reference accounts look like a variable {{kibana_user_password}}. But I can't log in at all. Any ideas? Could I just remove x-pack? I honestly don't need security on my project as I'm just leveraging this to ingest some old log files for analysis. SOS

tacowart avatar Sep 24 '20 14:09 tacowart

The right combination should be the user elastic with password (from https://github.com/xeraa/vagrant-elastic-stack/blob/master/elastic-stack/vars.yml#L4).

Alternatively you could disable security, but with the amount of unsecured public instances I'd be double careful with that.

xeraa avatar Oct 05 '20 20:10 xeraa