gweinhold / elasticsearch-using-vagrant

An easy to use vagrantfile to install Elasticsearch and Kibana 5.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elastic Search using Vagrant

An easy to install vagrant setup using Elasticsearch & Kibana 5.5.

Installation

CentOS VM

$ git clone https://github.com/Educents/elasticsearch-using-vagrant ./vm-elastic
$ cd vm-elastic && vagrant up centos

Usage

After installing the ElasticSearch server, you'll be able to head over to http://localhost:9200/ to check the current ElasticSearch information.

Plugins

  • Plugins since ElasticSearch 5.0 are deprecated. Kibana plugins are available instead.

About

An easy to use vagrantfile to install Elasticsearch and Kibana 5.5


Languages

Language:Shell 100.0%