uken / fluent-plugin-elasticsearch

Apache License 2.0
891 stars 310 forks source link

"enable_ilm = false" when @type elasticsearch_data_stream is used #904

Closed JPIFR closed 3 years ago

JPIFR commented 3 years ago

It's written in the doc: "Configuration - Elasticsearch Output Data Stream":

When @type elasticsearch_data_stream is used, ILM default policy is set to the specified data stream. Then, the matching index template is also created automatically.

We would like to disable all automatic creation of Fluentd elastcisearch plugin because we use an index template which creates and manage already everything.

Are you planning to develop such a feature?

Thanks for your help!

github-actions[bot] commented 3 years ago

@JPIFR this issue was automatically closed because it did not follow the issue template.

cosmo0920 commented 3 years ago

No. We don't plan to support such feature.

expteam-interactiv commented 3 years ago

I have the same need using a custom index template/ILM with data streams

cosmo0920 commented 3 years ago

Patch is welcome. Thanks!!