Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogok/logstash
ElasticSearch+LogStash+Kibana container
https://github.com/diogok/logstash
Last synced: about 2 months ago
JSON representation
ElasticSearch+LogStash+Kibana container
- Host: GitHub
- URL: https://github.com/diogok/logstash
- Owner: diogok
- Created: 2014-08-12T12:12:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-11T04:07:32.000Z (over 8 years ago)
- Last Synced: 2023-04-13T15:11:47.875Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logstash Container
Contains a local ElasticSearch, Logstash with Syslog input and Kibana with proper proxy.
Run it:
$ docker run -d -P --name logstash diogok/logstash
Check the ports:
$ docker ps
Access kibana at port [http://localhost:5601](http://localhost:5601).
### Syslog/Rsyslog
Log to the container:
$ logger -d -n 127.0.0.1 -P 9514 "Hello"
### Gelf and docker logs
Run your docker logs to logstash:
docker run --log-driver=gelf --log-opt gelf-address=udp://127.0.0.1:12201 your/container
License: MIT.