-
Task
-
Resolution: Done
-
Major
-
Logging 5.9.0
-
None
-
3
-
False
-
-
False
-
NEW
-
VERIFIED
-
Release Note Not Required
-
-
-
Log Storage - Sprint 243, Log Storage - Sprint 244, Log Storage - Sprint 245, Log Storage - Sprint 246
Description
As a LokiStack administrator I want to be able to store on a fresh installation all logs using ObjectStorageSchema version V13 and index all labels using TSDBv3, so that I can use the structured metadata index from the start.
Acceptance Criteria
- The LokiStack administrator can define a single schema using V13 and TSDBv3 from the scratch.
- The LokiStack administrator can inspect the structured metadata utilization in chunks using the Chunks Dashboard.
Developer Notes
- Picking V13 in lokistack.spec.storage.schemas should imply using the tsdb store implementation.
- Any changes in lokistack.spec.storage.schemas should be made non-breaking because the current default is V11 (explicitly) and boltdb-shipper (implicitly).
- All (ALM) examples and docs references should be updated to use V13 for new installations
- LokiStack v1 ObjectStorageSchema Docs