Skip to content

Fluentd service start has error in the fluentd's log #1053

@EricRyu945

Description

@EricRyu945

(check apply)

  • read the contribution guideline
  • (optional) already reported 3rd party upstream repository or mailing list if you use k8s addon or helm charts.

Problem

When I used the flunetd, and start the service. The fluentd log has some error.
Here is the part of the log
image

Config

Here is my config for fluentd
<match rem.track.apache.access>
@type elasticsearch
@log_level debug
suppress_type_name true
logstash_format true
logstash_prefix apache.log
logstash_dateformat %Y.%m.%d
hosts host1:9200,host2:9200,host3:9200
utc_index false
<buffer>
@type file
path /var/log/fluent/buffer/td
chunk_limit_size 32m
queue_limit_length 64
flush_interval 60s
retry_max_times 18
retry_wait 1s
</buffer>
</match>

Using Fluentd and ES plugin versions

  • OS version -> Apache (2.4.57) rocky 9
  • fluentd -> 1.16.6
  • fluent-plugin-elasticsearch -> 5.4.3
  • elasticsearch -> 7.17.11
  • fluent-plugin-elasticsearch-timestamp-check -> 0.3.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions