Closed Jakob3xD closed 1 year ago
(check apply)
<match **> @type opensearch_data_stream hosts xxx port 443 scheme https user test password xxxxxx reconnect_on_error true reload_on_failure false request_timeout 25s ssl_version TLSv1_2 ssl_verify true log_os_400_reason true suppress_type_name true data_stream_name test_datastream data_stream_template_name test_datastream include_tag_key true </match>
The Data Steam template already exists on the cluster but it still tries to create the template.
Works as expected with plugin version 1.1.0 but brakes with 1.1.2.
fluent-plugin-opensearch (1.1.2) opensearch-api (2.2.0) opensearch-ruby (2.1.0) opensearch-transport (2.1.0)
(check apply)
Steps to replicate
Expected Behavior or What you need to ask
The Data Steam template already exists on the cluster but it still tries to create the template.
Works as expected with plugin version 1.1.0 but brakes with 1.1.2.
Using Fluentd and OpenSearch plugin versions