Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruflin/beat-environment
Playground for the different beat
https://github.com/ruflin/beat-environment
Last synced: about 21 hours ago
JSON representation
Playground for the different beat
- Host: GitHub
- URL: https://github.com/ruflin/beat-environment
- Owner: ruflin
- Created: 2015-08-27T07:33:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T08:12:34.000Z (over 9 years ago)
- Last Synced: 2024-11-23T10:30:05.643Z (2 months ago)
- Language: Makefile
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beat Environment
This repository allows to play around with the different beats and kibana without having to configure everything. The setup is based on docker and spins up the necessary containers automatically.
```
git clone --recursive https://github.com/ruflin/beat-environment.git
cd beat-environment
make run
```This will run to topbeat in your current docker-machine. To access the Kibana interface, go to http://docker-machine-ip:5601/
To fetch your docker-machine ip, run `docker-machine ip name-of-your-machine`. You can see the active names with `docker-machine ls`