Does loki compactor call delete API on S3 when retention happens? If yes, how often will it call delete API?

schema_config:
configs:

  • from: 2022-05-05
    store: aws
    object_store: aws
    schema: v12
    index:
    prefix: {{ dynamo_db_table_prefix }}
    period: 7d
    tags:
    Role: loki

  • from: “2023-07-07”
    index:
    period: 24h
    prefix: index_
    object_store: aws
    schema: v12
    store: tsdb

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.