An open API service indexing awesome lists of open source software.

https://github.com/ripta/elk_stack_demo


https://github.com/ripta/elk_stack_demo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

docker-compose build
docker-compose up

docker-compose run rails rake db:create
docker-compose run rails rake db:setup

todo:
- rails volumes not working?

---

ELK

log stash forwarder
uses different regex patterns for log parsing
no limit on indexes
limit of events that can be processed per second 60k (per node)
scaling / would we need a broker
secure (need a proxy), commercial would have a security plugin
github.com/elasticsearch/demo
logstash config is writen in ruby
what is system d

key value:
- considered best practice format for splunk
- lower memory footprint

json:
- structured so we could have more complex or nested structures (complex structures aren't recommended though)
- don't have to worry about escaping

-------
log forwarders

https://github.com/elastic/beats/tree/master/filebeat

https://www.elastic.co/guide/en/logstash/current/plugins-inputs-syslog.html
https://docs.docker.com/engine/admin/logging/overview/