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

Disable transfers for loki

The upgrade to loki 2.4.0 broke this:

    level=error ts=2021-11-08T13:23:21.431348112Z caller=main.go:51 msg="validating config" err="invalid ingester config: the use of the write ahead log (WAL) is incompatible with chunk transfers. It's suggested to use the WAL. Please try setting ingester.max-transfer-retries to 0 to disable transfers"
parent c16e368b
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ data:
chunk_idle_period: 30m
chunk_block_size: 1048576
chunk_retain_period: 15m
max_transfer_retries: 10
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:
......
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