Skip to content

[libbeat] ILM writes should use require_alias=true #27874

@andrewvc

Description

@andrewvc

It's pretty common that we see issues around ILM where users have deleted their write alias causing running beats instances to auto-create an index where the write alias should (with auto-mappings to boot, since the template won't be applied).

We could easily fix this by setting require_alias=true in the bulk requests, which is documented here. Even though we're currently moving toward fleet and data streams, this will still help a lot of users since that change over will take some time.

I've marked this as a bug since the current behavior really is broken IMHO.

CC @ruflin @kvch

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions