update
This commit is contained in:
		@@ -15,13 +15,12 @@ ingester:
 | 
				
			|||||||
  max_chunk_age: 1h
 | 
					  max_chunk_age: 1h
 | 
				
			||||||
  chunk_target_size: 1048576
 | 
					  chunk_target_size: 1048576
 | 
				
			||||||
  chunk_retain_period: 30s
 | 
					  chunk_retain_period: 30s
 | 
				
			||||||
  max_transfer_retries: 0
 | 
					 | 
				
			||||||
  wal:
 | 
					  wal:
 | 
				
			||||||
    dir: /data/loki/wal
 | 
					    dir: /data/loki/wal
 | 
				
			||||||
 | 
					
 | 
				
			||||||
schema_config:
 | 
					schema_config:
 | 
				
			||||||
  configs:
 | 
					  configs:
 | 
				
			||||||
    - from: 2020-10-24
 | 
					    - from: 2024-11-09
 | 
				
			||||||
      store: boltdb-shipper
 | 
					      store: boltdb-shipper
 | 
				
			||||||
      object_store: filesystem
 | 
					      object_store: filesystem
 | 
				
			||||||
      schema: v11
 | 
					      schema: v11
 | 
				
			||||||
@@ -34,19 +33,17 @@ storage_config:
 | 
				
			|||||||
    active_index_directory: /data/loki/boltdb-shipper-active
 | 
					    active_index_directory: /data/loki/boltdb-shipper-active
 | 
				
			||||||
    cache_location: /data/loki/boltdb-shipper-cache
 | 
					    cache_location: /data/loki/boltdb-shipper-cache
 | 
				
			||||||
    cache_ttl: 24h
 | 
					    cache_ttl: 24h
 | 
				
			||||||
    shared_store: filesystem
 | 
					    index_store: filesystem
 | 
				
			||||||
  filesystem:
 | 
					  filesystem:
 | 
				
			||||||
    directory: /data/loki/chunks
 | 
					    directory: /data/loki/chunks
 | 
				
			||||||
 | 
					
 | 
				
			||||||
compactor:
 | 
					compactor:
 | 
				
			||||||
  working_directory: /data/loki/boltdb-shipper-compactor
 | 
					  working_directory: /data/loki/boltdb-shipper-compactor
 | 
				
			||||||
  shared_store: filesystem
 | 
					  index_store: filesystem
 | 
				
			||||||
  retention_enabled: true
 | 
					  retention_enabled: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
limits_config:
 | 
					limits_config:
 | 
				
			||||||
  reject_old_samples: true
 | 
					  reject_old_samples: true
 | 
				
			||||||
  reject_old_samples_max_age: 168h
 | 
					  reject_old_samples_max_age: 168h
 | 
				
			||||||
  retention_period: ${RETENTION_PERIOD:29d}
 | 
					  retention_period: ${RETENTION_PERIOD:29d}
 | 
				
			||||||
 | 
					  max_query_lookback: 0s
 | 
				
			||||||
chunk_store_config:
 | 
					 | 
				
			||||||
  max_look_back_period: 0s
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user