Sign inSign up

bungoume/log-sender

By bungoume

•Updated almost 3 years ago

collect access_log, alert_log, action_log. and send to log-aggregator

Image
0

1M+

bungoume/log-sender repository overview

⁠log-sender (Fluentd in docker container)

Input

  • rsyslog
    • 10514: syslog
  • file
    • /data/log/nginx_access.log
    • /data/log/nginx_error.log
    • /data/log/uwsgi_access.log
    • /data/log/gunicorn_access.log
    • /data/log/nodejs_access.log
  • application
    • 10224,24224: actionlog

⁠build

sudo docker build -t bungoume/log-sender .

⁠boot

set ENV TO_HOST=<log_aggregator_host>

sudo docker run -e "TO_HOST=logserver.example.com" -d bungoume/log-sender

Tag summary

Content type

Image

Digest

Size

31.7 MB

Last updated

almost 5 years ago

docker pull bungoume/log-sender