td-agent throwing error in logs #3821
Replies: 2 comments 1 reply
-
This line says that your using ES plugin's dependent elasticsearch gem and your ES cluster versions are not matched. |
Beta Was this translation helpful? Give feedback.
-
can you pls help me with the document for installation of ES cluster with the latest version Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed td-agent, and when checking the logs i can see the below error
"2022-07-15 10:33:57 -0700 [info]: #0 'flush_interval' is configured at out side of . 'flush_mode' is set to 'interval' to keep existing behaviour
2022-07-15 10:33:57 -0700 [error]: #0 config error file="/etc/td-agent/td-agent.conf" error_class=Fluent::ConfigError error="Using Elasticsearch client 8.1.2 is not compatible for your Elasticsearch server. Please check your using elasticsearch gem version and Elasticsearch server."
2022-07-15 10:33:57 -0700 [error]: Worker 0 finished unexpectedly with status 2
2022-07-15 10:33:57 -0700 [info]: Received graceful stop"
the logs keep repeating itself.
this instance has version td-agent 4.3.1 fluentd 1.14.6
my other instance is working fine with same conf file and it is running with version td-agent 1.11.5
i want to revert back the changes of td-agent and remove fluentd.
can someone help me with the same
Beta Was this translation helpful? Give feedback.
All reactions