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
For example, in the fluent-plugin-elasticsearch plugin, the suppress_type_name setting can be used to prevent the _type field from being sent to OpenSearchService, but is there a similar setting planned to be released for the fluent-plugin-aws-elasticsearch-service plugin?
Problem
The _type field has been removed from Amazon OpenSearchService since v2.0.
https://opensearch.org/docs/latest/breaking-changes/
For example, in the fluent-plugin-elasticsearch plugin, the suppress_type_name setting can be used to prevent the _type field from being sent to OpenSearchService, but is there a similar setting planned to be released for the fluent-plugin-aws-elasticsearch-service plugin?
https://github.com/uken/fluent-plugin-elasticsearch/#suppress_type_name
Alternatively, could you please provide a workaround?
Note that even if type_name "" is set, the _type field is still sent to OpenSearchService and the sent logs are rejected.
...
Steps to replicate
Expected Behavior or What you need to ask
...
Using Fluentd and ES plugin versions
4.14.301-224.520.amzn2.x86_64
td-agent 1.11.1
fluent-plugin-aws-elasticsearch-service (2.4.0)
OpenSearchservice v2.3
The text was updated successfully, but these errors were encountered: