Closed bgruszka closed 11 months ago
@cosmo0920 thank you :) can you release a new tag and new gem version? :)
@kenhys Do you have a cycle to handle this?
@cosmo0920 @kenhys ping :)
@cosmo0920 @kenhys Can someone release this? We really need it in our company, but unfortunately, I don't have the necessary permissions. If I had them, I would have already taken care of it...
ping
This patch is released as v5.4.3. Sorry for delaying to publish.
thank you 🙂
Add
data_stream_template_use_index_patterns_wildcard
config param inelasticsearch_data_stream
Specify whether index patterns should include a wildcard (*) when creating an index template. This is particularly useful to prevent errors in scenarios where index templates are generated automatically, and multiple services with distinct suffixes are in use.
Default value is
true
.Consider the following JSON error response when index patterns clash due to wildcard usage:
Usage Examples
When
data_stream_template_use_index_patterns_wildcard
is set totrue
(default):In this case, the resulting index patterns will be:
["foo*"]
When
data_stream_template_use_index_patterns_wildcard
is set tofalse
:The resulting index patterns will be:
["foo"]
(check all that apply)
version
in gemspec are untouchedelasticsearch_dynamic
(not required but recommended)