k8sConfigs/efk/fluentd.conf
2025-01-23 01:35:27 +08:00

21 lines
335 B
Plaintext

<source>
@type http
@id input_http
port 8888
tag sardine.log
</source>
<match sardine.log>
@type elasticsearch
@id output_elasticsearch
host elasticsearch
port 9200
scheme http
user fluentd_user
password fluentd_password
logstash_format true
logstash_prefix logstash
logstash_dateformat %Y.%m.%d
</match>