27 lines
457 B
Plaintext
27 lines
457 B
Plaintext
|
<source>
|
||
|
@type forward
|
||
|
@id input1
|
||
|
@label @mainstream
|
||
|
port ${LISTEN_PORT}
|
||
|
source_hostname_key hostname
|
||
|
</source>
|
||
|
|
||
|
<label @mainstream>
|
||
|
<filter **>
|
||
|
@type record_transformer
|
||
|
<record>
|
||
|
tag ${tag}
|
||
|
hostname ${hostname}
|
||
|
</record>
|
||
|
</filter>
|
||
|
<match **>
|
||
|
type influxdb
|
||
|
host ${DB_HOST}
|
||
|
port ${DB_PORT}
|
||
|
dbname ${DB_NAME}
|
||
|
collection ${DB_COLLECTION}
|
||
|
flush_interval ${FLUSH_INTERVAL}
|
||
|
</match>
|
||
|
</label>
|
||
|
|