mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-04 16:56:56 +00:00
640 B
640 B
Introduction to Fluentd
Collecting logs from files
Reading logs from a file we need an application that writes logs to a file.
Lets start one:
cd monitoring\logging\fluentd\introduction\
docker-compose up -d file-myapp
To collect the logs, lets start fluentd
docker-compose up -d fluentd
Collecting logs over HTTP (incoming)
cd monitoring\logging\fluentd\introduction\
docker-compose up -d http-myapp