I take index.lifecycle.name bat had a error

{
"index": {
"lifecycle": {
"index.lifecycle.name": "debug-fluentd",
"index.lifecycle.rollover_alias": "debug_fluentd_rollover_alias"
}
}
had a error
[illegal_argument_exception] unknown setting [index.lifecycle.index.lifecycle.name] please check that any required plugins are installed, or check the breaking changes documentation for removed settings

what can i do ?

This is the resulting setting as you have repeated nesting. Change index.lifecycle.name to name and index.lifecycle.rollover_alias to rollover_alias.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.