Commit 71c72ffb authored by Anthony Lapenna's avatar Anthony Lapenna

ELK 5 with Vagrant support

parent 7fc51797
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
Run the latest version of the ELK (Elasticseach, Logstash, Kibana) stack with Docker and Docker-compose. Run the latest version of the ELK (Elasticseach, Logstash, Kibana) stack with Docker and Docker-compose.
**Note**: This version can be run in [Vagrant](https://www.vagrantup.com/)
It will give you the ability to analyze any data set by using the searching/aggregation capabilities of Elasticseach and the visualization power of Kibana. It will give you the ability to analyze any data set by using the searching/aggregation capabilities of Elasticseach and the visualization power of Kibana.
Based on the official images: Based on the official images:
...@@ -12,11 +14,6 @@ Based on the official images: ...@@ -12,11 +14,6 @@ Based on the official images:
* [logstash](https://registry.hub.docker.com/_/logstash/) * [logstash](https://registry.hub.docker.com/_/logstash/)
* [kibana](https://registry.hub.docker.com/_/kibana/) * [kibana](https://registry.hub.docker.com/_/kibana/)
**Note**: Other branches in this project are available:
* ELK 5 with X-Pack support: https://github.com/deviantony/docker-elk/tree/x-pack
* ELK 5 in Vagrant: https://github.com/deviantony/docker-elk/tree/vagrant
# Requirements # Requirements
## Setup ## Setup
...@@ -103,7 +100,7 @@ If you want to learn or try the ELK stack in Windows, OSX or other OS. You can r ...@@ -103,7 +100,7 @@ If you want to learn or try the ELK stack in Windows, OSX or other OS. You can r
Prerequisite:[Vagrant](https://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads). Prerequisite:[Vagrant](https://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
```SHELL ```bash
git clone https://github.com/deviantony/docker-elk.git git clone https://github.com/deviantony/docker-elk.git
cd docker-elk cd docker-elk
vagrant up vagrant up
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment