https://github.com/ruflin/beat-environment
Playground for the different beat
https://github.com/ruflin/beat-environment
Last synced: 7 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T08:12:34.000Z (about 10 years ago)
- Last Synced: 2025-01-23T16:54:16.240Z (9 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`