21 lines
278 B
Plaintext
21 lines
278 B
Plaintext
<source>
|
|
@type forward
|
|
port 24224
|
|
bind 0.0.0.0
|
|
</source>
|
|
|
|
<match *.**>
|
|
@type copy
|
|
<store>
|
|
@type influxdb
|
|
host influxdb_elena
|
|
dbname logging
|
|
port 8086
|
|
tag_key @log_name
|
|
flush_interval 1s
|
|
</store>
|
|
<store>
|
|
@type stdout
|
|
</store>
|
|
</match>
|