Skip to content

Index expression matching improvements #20962

@javanna

Description

@javanna

As part of #20898 we discussed some improvements to index expression matching that we should work on for 6.0:

  • given that there won't be indices starting with - around anymore (those indices have been created with 2.x and will need reindexing on 6.x), we can re-evaluate how negations work. Order shouldn't matter anymore, e.g. -test1,test* and test*,-test1 should resolve to the same set of indices, while in 5.x the former resolves to a concrete index called -test1, and the latter is an actual negation.
  • remove support for + (deprecate in 5.x), it is implicit when not specified

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions