Skip to content

Kibana reporting indices are no longer part of the kibana feature state since version 8.15.0 #241412

@romain-chanu

Description

@romain-chanu

Kibana version: 8.15.0 and later

Elasticsearch version: same as above

Server OS version: N.A

Browser version: N.A

Browser OS version: N.A

Original install method (e.g. download page, yum, from source, etc.): Any

Describe the bug:

  1. Historically, Kibana reporting was using regular indices (c.f .reporting* indices). These indices were part of the kibana feature state and would be snapshot/restored through this feature state (c.f https://github.com/elastic/elasticsearch/blob/main/modules/kibana/src/main/java/org/elasticsearch/kibana/KibanaPlugin.java#L35)

  2. Starting from 8.15.0, Kibana reporting is now using a data stream (c.f .kibana-reporting), c.f:

  1. However, this data stream and its corresponding backing indices are no longer part of the kibana feature state.

Expected behavior: As we have a discrepancy in behaviour between versions < 8.15 and >=8.15+, we would like the Kibana team to check if this is the intended behavior.

Screenshots (if relevant):

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Any additional context:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Team:ResponseOpsPlatform ResponseOps team (formerly the Cases and Alerting teams) t//bugFixes for quality problems that affect the customer experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions