mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 14:53:49 +00:00
28 lines
430 B
Text
28 lines
430 B
Text
|
<source>
|
||
|
@type tail
|
||
|
format none
|
||
|
tag docker.testlog
|
||
|
path /var/lib/docker/containers/**/*.log
|
||
|
</source>
|
||
|
|
||
|
<source>
|
||
|
@type forward
|
||
|
port 24224
|
||
|
bind 0.0.0.0
|
||
|
</source>
|
||
|
|
||
|
<match **>
|
||
|
@type datadog
|
||
|
api_key test
|
||
|
# Optional
|
||
|
port 8427
|
||
|
use_ssl false
|
||
|
host dd-logs
|
||
|
include_tag_key true
|
||
|
tag_key 'tag'
|
||
|
# Optional parameters
|
||
|
dd_source 'fluentd'
|
||
|
dd_tags 'key1:value1,key2:value2'
|
||
|
dd_sourcecategory 'test'
|
||
|
</match>
|