Add configs/loki-configs/local-config_4older-ver.yaml
This commit is contained in:
parent
66fcba01e6
commit
d53262c57d
67
configs/loki-configs/local-config_4older-ver.yaml
Normal file
67
configs/loki-configs/local-config_4older-ver.yaml
Normal file
@ -0,0 +1,67 @@
|
||||
# For Loki version older 2.8
|
||||
analytics:
|
||||
reporting_enabled: false
|
||||
|
||||
auth_enabled: false
|
||||
|
||||
server:
|
||||
grpc_listen_port: 9095
|
||||
http_listen_port: 3100
|
||||
|
||||
|
||||
compactor:
|
||||
retention_delete_delay: 2h
|
||||
retention_delete_worker_count: 150
|
||||
retention_enabled: true
|
||||
shared_store: filesystem
|
||||
working_directory: /loki/boltdb-shipper-compactor
|
||||
|
||||
ingester:
|
||||
chunk_block_size: 262144
|
||||
chunk_idle_period: 3m
|
||||
chunk_retain_period: 1m
|
||||
lifecycler:
|
||||
ring:
|
||||
kvstore:
|
||||
store: inmemory
|
||||
replication_factor: 1
|
||||
max_transfer_retries: 0
|
||||
wal:
|
||||
dir: /loki/wal
|
||||
|
||||
limits_config:
|
||||
enforce_metric_name: false
|
||||
max_entries_limit_per_query: 5000
|
||||
per_stream_rate_limit: 8M
|
||||
per_stream_rate_limit_burst: 16M
|
||||
reject_old_samples: true
|
||||
reject_old_samples_max_age: 360h
|
||||
|
||||
schema_config:
|
||||
configs:
|
||||
- from: 2024-07-01
|
||||
store: boltdb-shipper
|
||||
object_store: filesystem
|
||||
schema: v11
|
||||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
|
||||
common:
|
||||
path_prefix: /loki
|
||||
storage:
|
||||
filesystem:
|
||||
chunks_directory: /loki/chunks
|
||||
rules_directory: /loki/rules
|
||||
replication_factor: 1
|
||||
ring:
|
||||
instance_addr:
|
||||
kvstore:
|
||||
store: inmemory
|
||||
|
||||
chunk_store_config:
|
||||
max_look_back_period: 0s
|
||||
|
||||
table_manager:
|
||||
retention_deletes_enabled: true
|
||||
retention_period: 360h
|
||||
Loading…
x
Reference in New Issue
Block a user