Set default log retention length in loki
Big Bang currently has no defaults for log retention length in Loki. This was discovered when validating the Loki / Deletion dashboard. Related to Issue - Configure Loki deletion plan when using TSDB or BoltDB shipper as index store.
Log entry deletion
Grafana Loki supports the deletion of log entries from a specified stream. Log entries that fall within a specified time window and match an optional line filter are those that will be deleted.
Log entry deletion is supported only when TSDB or BoltDB shipper is configured as the index store.
Resources:
- Loki - Storage/Log entry deletion
- Loki - Storage/Log entry deletion#configuration for implementation details
Edited by Steven Donald