mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
<match *.test>
|
|
type copy
|
|
<store>
|
|
type elasticsearch
|
|
logstashformat true
|
|
hosts 172.20.10.17:9200
|
|
flush_interval 30s
|
|
</store>
|
|
<store>
|
|
type file
|
|
path /tmp/td-agent-debug.log
|
|
</store>
|
|
</match>
|