Customization and tag of elk-docker with Geo IP and support for logback logstash appender
5.0K
Forked from (https://github.com/spujadas/elk-docker).
Changes made to this image from the origin:
In order to test the image, you'll want to create just one record in the ES index to enable Kibana to load. You can use this:
sysctl -w vm.max_map_count=262144
docker run -d -p 5601:5601 -p 5000:5000 --name elk --ulimit nofile=65536:65536 kenwdelong/elk-docker:latest
nc -w 3 localhost 5000 < ./test/test.json
This will create the logstash index and allow Kibana to work. Point your browser at port 5601.
To specify data without using a file try,
echo '{"@timestamp": "2016-07-18T14:05:00.000+00:00", "@version": 1, "message": "this is a cmd line test" }' | nc -w 3 localhost 5000
In order to output logstash activity to /var/log/logstash/logstash.stdout, add this line to /etc/logstash/conf.d/30-output.conf
stdout { codec => rubydebug }
Content type
Image
Digest
sha256:bf7f2bb9e…
Size
1.7 GB
Last updated
about 1 year ago
docker pull kenwdelong/elk-docker