Sign inSign up

aliyunca/fluentd-odps

By aliyunca

Updated about 10 years ago

Aliyun fluentd-odps integration

Artifact
Image
0

591

aliyunca/fluentd-odps repository overview

[WIP] Alpha

Supported tags:

  • latest
  • v0.1

This image is meant to provide easy integration with Aliyun ODPS via fluentd.

How to use

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 format
  • access.log a file that some application writes to (e.g. nginx); this has to be aligned with your configuration

Tag summary

Content type

Image

Digest

Size

46.2 MB

Last updated

about 10 years ago

docker pull aliyunca/fluentd-odps