Skip to content
Snippets Groups Projects
Unverified Commit 5e3b4aa8 authored by Varac's avatar Varac
Browse files

Remove loki default values

parent f52e0e51
No related branches found
No related tags found
No related merge requests found
......@@ -19,15 +19,11 @@ data:
- ReadWriteOnce
size: 10Gi
annotations: {}
# existingClaim:
# https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml#L46
config:
# https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml#L48
ingester:
chunk_idle_period: 30m
chunk_block_size: 1048576
chunk_retain_period: 15m
max_transfer_retries: 0
# https://github.com/grafana/loki/blob/main/cmd/loki/loki-local-config.yaml
# https://grafana.com/docs/loki/latest/operations/storage/retention
schema_config:
......@@ -41,28 +37,17 @@ data:
period: 24h
chunks:
period: 24h
storage_config:
boltdb_shipper:
active_index_directory: /data/loki/boltdb-shipper-active
cache_location: /data/loki/boltdb-shipper-cache
cache_ttl: 24h # Can be increased for faster performance over longer query periods, uses more disk space
shared_store: filesystem
filesystem:
directory: /data/loki/chunks
# https://grafana.com/docs/loki/v2.3.0/operations/storage/retention/#retention-configuration^B
# https://grafana.com/docs/loki/latest/operations/storage/retention/
limits_config:
retention_period: 48h
reject_old_samples_max_age: 48h
chunk_store_config:
max_look_back_period: 48h
table_manager:
retention_deletes_enabled: true
retention_period: 48h
compactor:
working_directory: /data/loki/boltdb-shipper-compactor
shared_store: filesystem
compaction_interval: 10m
retention_enabled: true
retention_delete_delay: 2h
retention_delete_worker_count: 150
limits_config:
retention_period: 48h # 2 days
reject_old_samples: true
reject_old_samples_max_age: 48h # 2 days
chunk_store_config:
max_look_back_period: 48h # 2 days
table_manager:
retention_deletes_enabled: true
retention_period: 48h # 7 days
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment