Skip to content

go ES rollover do not work with predefined index prefixes #3476

@pupseba

Description

@pupseba

Setting a INDEX_PREFIX variable will result in rollover jobs failing since moving from the python to the go code for this component

aliases = append(aliases, client.Alias{

For example, setting a prefix of "jaeger-operator" for the generated indices in the ES, will result in a search for indices called "jaeger-operatorjaeger-" instead of indices prefixed with "jaeger-operator" and a search of "jaeger-operator-".

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