Replies: 1 comment 1 reply
-
Hello, i have this exact issue, did you get a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
The output plugin
elasticsearch_data_stream
uses the_enrich/policy
endpoint for newer versions of the gem (link):But it seems this endpoint is for enrich policies, not ILM policies.
For older versions it uses the
_ilm/policy
endpoint.When I try to create ILM via Fluent config I get errors like this:
[400] {"error":{"root_cause":[{"type":"x_content_parse_exception","reason":"[1:15] [policy] unknown field [phases]"}],"type":"x_content_parse_exception",...
And it's correct - there is no such field for enrich policies.
I'm a bit confused, because enrich policies and index lifecycle management policies (ILM policies) are different things.
P. S. I know that it's about the other project, but may be somebody still can answer.
Beta Was this translation helpful? Give feedback.
All reactions