助力软件开发企业降本增效 PHP / java源码系统,只需一次付费,代码终身使用! 广告
[TOC] ## 实例 exmaple ``` <match pattern> @type copy <store> @type file path /var/log/fluent/myapp1 ... </store> <store> ... </store> <store> ... </store> </match> ``` 实例 ``` <match myevent.file_and_elasticsearch> @type copy <store> @type file path /var/log/fluent/myapp compress gzip <format> localtime false </format> <buffer time> timekey_wait 10m timekey 86400 timekey_use_utc true path /var/log/fluent/myapp </buffer> <inject> time_format %Y%m%dT%H%M%S%z localtime false </inject> </store> <store> @type elasticsearch host fluentd port 9200 index_name fluentd type_name fluentd </store> </match> ```