Skip to content

vbichov/vagrant-elk

 
 

Repository files navigation

Vagrant ELK stack

2 Hosts installation:

  • host with ELK and grafana in it + dummy log generating app

Installation Steps:

vagrant up
visit URL for kibana - http://127.0.0.1:5601
Elasticsearch - http://127.0.0.1:9200
grafana  - http://127.0.0.1:3000

open Kibana, load sample data and asses the tools capabilites

Installed versions

Contains the following software

  • Elasticsearch 7.6.0
  • Logstash 7.6.0
  • Kibana 7.6.0

Configuration folders

# Elasticsearch
/etc/elasticsearch/

# Logstash
/etc/logstash/conf.d

# Kibana
/etc/kibana

About

ELK setup in vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%