-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fluentd service start has error in the fluentd's log #1053
Comments
@cosmo0920 さん |
@EricRyu945
|
@daipom san
Thanks for your support. |
Yes. |
Thank you very much. BTW, Such as the error as below. When I was start the service. Check which part this error will happen. |
This debug level messages are just printed for debugging purpose. Fluentd's template mechanism is only working for runtime. |
In most cases, using debug level on this plugin is too verbose to get log messages. So, you should raise the log level to info or warn to reduce unimportant logs. |
@cosmo0920 san |
I don't know the purpose, but there is a process to validate the existence of a tag placeholder. ref: |
Thank you very much for your response. |
(check apply)
Problem
When I used the flunetd, and start the service. The fluentd log has some error.
Here is the part of the log
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
The text was updated successfully, but these errors were encountered: