This plugin has been designed to output logs or metrics to File. More info at https://docs.fluentd.org/output/file
spec:
file:
path: /tmp/logs/${tag}/%Y/%m/%d.%H.%M
buffer:
timekey: 1m
timekey_wait: 10s
timekey_use_utc: true
Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
path | string | Yes | - | The Path of the file. The actual path is path + time + ".log" by default. |
buffer | *Buffer | No | - | Buffer |