Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mparker17/vagrant_docker-elk_stack
A Vagrantfile that sets up an Elasticsearch-Logstash-Kibana stack using Docker.
https://github.com/mparker17/vagrant_docker-elk_stack
Last synced: 4 days ago
JSON representation
A Vagrantfile that sets up an Elasticsearch-Logstash-Kibana stack using Docker.
- Host: GitHub
- URL: https://github.com/mparker17/vagrant_docker-elk_stack
- Owner: mparker17
- License: apache-2.0
- Created: 2014-12-19T13:56:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T13:56:14.000Z (almost 10 years ago)
- Last Synced: 2023-03-30T05:27:01.866Z (over 1 year ago)
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant_docker-elk_stack
A Vagrantfile that sets up an Elasticsearch-Logstash-Kibana stack using Docker.
Note this is just a proof-of-concept. You very likely don't want to use this in a production environment.
This proof-of-concept aims to replicate the instructions in http://evanhazlett.com/2014/11/Logging-with-ELK-and-Docker/
# Usage
Before you start, you need to know whether you have to run Docker commands using `sudo` or not. If so, prefix all `vagrant` commands with `sudo` below.
1. From a terminal, run:
vagrant up --no-parallel --provider docker