8000 GitHub - pb-pravin/log-sender: collect access_log, alert_log, action_log. and send to log-aggregator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pb-pravin/log-sender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • beats
    • 5044: beats

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%
0