You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello im trying to install EFK (elasticsearch8 , fluentd , kibana8)
i installed elasticseacrh and kibana using elastic official helm
everything works good except fluentd
the fluentd got error
2025-02-28 13:29:26 +0000 [warn]: #0 failed to flush the buffer. retry_times=7 next_retry_time=2025-02-28 13:31:46 +0000 chunk="62f33c0d1f0ee33043319cb49a33648f" error_class=Fluent::Plugin::ElasticsearchOutput::RecoverableRequestFailure error="could not push logs to Elasticsearch cluster ({:host=>\"elasticsearch-master\", :port=>9200, :scheme=>\"https\", :user=>\"elastic\", :password=>\"obfuscated\", :path=>\"\"}): [400] {\"error\":{\"root_cause\":[{\"type\":\"illegal_argument_exception\",\"reason\":\"Action/metadata line [1] contains an unknown parameter [_type]\"}],\"type\":\"illegal_argument_exception\",\"reason\":\"Action/metadata line [1] contains an unknown parameter [_type]\"},\"status\":400}"
this issue fix on fluentbit with adding suppress_Type_Name On
how to fix this on fluentd
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hello im trying to install EFK (elasticsearch8 , fluentd , kibana8)
i installed elasticseacrh and kibana using elastic official helm
everything works good except fluentd
the fluentd got error
this issue fix on fluentbit with adding
suppress_Type_Name On
how to fix this on fluentd
Beta Was this translation helpful? Give feedback.
All reactions