Skip to content

Enhancements: Manage ILM policies in the same way as managing ES templates #865

Open
@prehor

Description

@prehor

#805 introduces great ILM support. The only thing I miss is the ILM policy management right in the Elasticsearch output plugin:

output {
  elasticsearch {
    ...
    manage_policy => true
    policy => "path/to/policy.json"
    policy_name => "my_policy"
    policy_overwrite => true
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions