Commit 7a6cf209 authored by Byron's avatar Byron

Update README

Add vagrant prerequisite and instructions to run the ELK stack in a vagrant VM.
parent 963e3760
......@@ -67,6 +67,18 @@ By default, the stack exposes the following ports:
*WARNING*: If you're using *Docker Toolbox*, you must access it via the *docker-machine* IP address instead of *localhost*.
## Running the ELK stack in a Vagrant VM
If you want to learn or try the ELK stack in Windows, OSX or other OS. You can run the stack in a vagrant VM.
Prerequisite:[Vagrant](https://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
```SHELL
git clone https://github.com/deviantony/docker-elk.git
cd docker-elk
vagrant up
```
# Configuration
*NOTE*: Configuration is not dynamically reloaded, you will need to restart the stack after any change in the configuration of a component.
......
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