/vagrant-elk-cluster

ELK Cluster with Vagrant

GNU General Public License v3.0GPL-3.0

Vagrant ELK Cluster

Not For use in Production

ELK Cluster with Vagrant with 3 nodes

Software versions information

Software Version Description
CentOS 7.5 centos-7
Java (oracle) 1.8.0_191
ElasticSearch 6.4.2 Reference Guide / Definitive Guide
Kibana 6.4 Reference Guide
LogStash Upcoming -

Cluster Nodes

Node Name Node Ip Description
node1 172.17.9.101 Elasticsearch Master Node
Kibana
node2 172.17.9.102 Elasticsearch Data Node
node3 172.17.9.103 Elasticsearch Data Node

Urls

Node Name Url
Elasticsearch http://172.17.9.101:9200
Kibana http://172.17.9.101:5601

Pre Requisite & Set up

Must have on your host machine

  • VirtualBox
  • Vagrant

Setup

git clone https://github.com/fdmsantos/vagrant-elk-cluster.git
cd vagrant-elk-cluster
vagrant up

SSH to Nodes

cd vagrant-elk-cluster
vagrant ssh node1
vagrant ssh node2
vagrant ssh node3

Clean Up

cd vagrant-elk-cluster
vagrant destroy