Skip to content

A simple yet fully functional setup of ELK (Elasticsearch-Logstash-Kibana)

License

Notifications You must be signed in to change notification settings

xpepper/elk-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple but complete ELK setup

Just one ELK node, with IP address 192.168.33.200.

Kibana app is published on http://192.168.33.200

Prerequisites

  1. VirtualBox
  2. Vagrant >= 1.8.*
  3. Chef-DK >= 0.10.*

Required vagrant plugins

  • vagrant-berkshelf
  • vagrant-proxyconf
  • vagrant-cachier (this in optional BTW)
vagrant plugin install vagrant-berkshelf
vagrant plugin install vagrant-proxyconf
vagrant plugin install vagrant-cachier

Configuration

Put a file named .config.yml into the root of the project and add there your proxy configuration

e.g.

proxy: https://proxy.something.local:1080

or, if you are not behind a proxy (you lucky guy!), just put

proxy: false

Logstash

Logstash syslog port is set to 5014

About

A simple yet fully functional setup of ELK (Elasticsearch-Logstash-Kibana)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published