Skip to content

Index="all" deleted .kibana_1 #5

@Nuru

Description

@Nuru

what

Using the default index name of "all", the lambda is supposed to leave the .kibana index alone. While technically it performs as advertised, when using AWS Elasticsearch 6.5 with built-in Kibana, the index is named .kibana_1 and this lambda deletes it.

solution

When given an index name of "all", the lambda probably should skip all indexes with names starting with .kibana, not just the 1 index exactly named .kibana

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