-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
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:
-
Historically, Kibana reporting was using regular indices (c.f
.reporting*indices). These indices were part of thekibanafeature 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) -
Starting from 8.15.0, Kibana reporting is now using a data stream (c.f
.kibana-reporting), c.f:
- [Reporting] Use index templates and a data stream #161608
- Use Data Stream for Reporting storage #176022
- However, this data stream and its corresponding backing indices are no longer part of the
kibanafeature 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: