21 lines
335 B
Plaintext
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>
|
|
|