-
- Downloads
Remote logging with ELK (#235)
* Add docker compose to run ELK stack with proper configuration loaded Adapted from https://github.com/deviantony/docker-elk * Add remotelog plugin and post events via UDP to ELK stack #211 * Fix linter errors * Remove last octet from host IP * Adjust to requested changes * Add background worker * reorder remote log shutdown order * update to latest hive.go * go mod tidy Co-authored-by:Luca Moser <moser.luca@gmail.com>
Showing
- config.json 71 additions, 68 deletionsconfig.json
- go.mod 3 additions, 6 deletionsgo.mod
- go.sum 2 additions, 19 deletionsgo.sum
- main.go 3 additions, 0 deletionsmain.go
- packages/shutdown/order.go 1 addition, 1 deletionpackages/shutdown/order.go
- plugins/remotelog/plugin.go 93 additions, 0 deletionsplugins/remotelog/plugin.go
- plugins/remotelog/server/.env 1 addition, 0 deletionsplugins/remotelog/server/.env
- plugins/remotelog/server/config/elasticsearch.yml 5 additions, 0 deletionsplugins/remotelog/server/config/elasticsearch.yml
- plugins/remotelog/server/config/kibana.yml 6 additions, 0 deletionsplugins/remotelog/server/config/kibana.yml
- plugins/remotelog/server/config/logstash/logstash.yml 4 additions, 0 deletionsplugins/remotelog/server/config/logstash/logstash.yml
- plugins/remotelog/server/config/logstash/pipeline/logstash.conf 26 additions, 0 deletions...s/remotelog/server/config/logstash/pipeline/logstash.conf
- plugins/remotelog/server/docker-compose.yml 64 additions, 0 deletionsplugins/remotelog/server/docker-compose.yml
Loading
Please register or sign in to comment