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
My cluster sets the number of shards=5 as the default value for new indices being rolled over.
So, I tried adding an extra line to change that settings as stated here in the docs
number_of_shards: 1
But as soon I restart the service it starts to fail with the following error
Request failed: [x_content_parse_exception] [1:1118] [index_template] unknown field [settings]
To Reproduce
Steps to reproduce the behavior:
Set a sink to use OpenSearch as shown above using number_of_shards: N
Restart the service
Expected behavior
Templates should be created using the right sharding number.
Environment (please complete the following information):
Amazon OpenSearch service
Version [2.11]
The text was updated successfully, but these errors were encountered:
dlvenable
changed the title
[BUG?] data-prepper sink fails to create templates when number_of_shards is passed
[BUG] data-prepper sink fails to create templates when number_of_shards is passed
Oct 1, 2024
Describe the bug
I have data-prepper creating templates and sending data with no issue
This is the config
My cluster sets the
number of shards=5
as the default value for new indices being rolled over.So, I tried adding an extra line to change that settings as stated here in the docs
But as soon I restart the service it starts to fail with the following error
To Reproduce
Steps to reproduce the behavior:
number_of_shards: N
Expected behavior
Templates should be created using the right sharding number.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: