Aliyun fluentd-odps integration
591
This image is meant to provide easy integration with Aliyun ODPS via fluentd.
docker run -d \
--name fodps \
-p 24224:24224 \
-v `pwd`/fluentd.conf:/etc/fluentd/fluentd.conf \
-v `pwd`/access.log:/tmp/log \
aliyunca/fluentd-odps
Where:
fluentd.conf is your configuration file mounted into the container; refer to the plugin readme for the details on the formataccess.log a file that some application writes to (e.g. nginx); this has to be aligned with your configurationContent type
Image
Digest
Size
46.2 MB
Last updated
about 10 years ago
docker pull aliyunca/fluentd-odps