copy
最后更新于:2022-04-02 03:01:56
[TOC]
## 实例
exmaple
```
@type copy
@type file
path /var/log/fluent/myapp1
...
...
...
```
实例
```
@type copy
@type file
path /var/log/fluent/myapp
compress gzip
localtime false
timekey_wait 10m
timekey 86400
timekey_use_utc true
path /var/log/fluent/myapp
time_format %Y%m%dT%H%M%S%z
localtime false
@type elasticsearch
host fluentd
port 9200
index_name fluentd
type_name fluentd
```
';