Initial commit
This commit is contained in:
37
templates/config/monitoring/loki/local-config.yaml.erb
Normal file
37
templates/config/monitoring/loki/local-config.yaml.erb
Normal file
@@ -0,0 +1,37 @@
|
||||
auth_enabled: false
|
||||
|
||||
server:
|
||||
http_listen_port: 3100
|
||||
grpc_listen_port: 9095
|
||||
|
||||
ingester:
|
||||
lifecycler:
|
||||
address: 127.0.0.1
|
||||
ring:
|
||||
kvstore:
|
||||
store: inmemory
|
||||
replication_factor: 1
|
||||
chunk_idle_period: 15m
|
||||
wal:
|
||||
enabled: true
|
||||
dir: /loki/wal
|
||||
|
||||
schema_config:
|
||||
configs:
|
||||
- from: 2022-01-01
|
||||
store: boltdb
|
||||
object_store: filesystem
|
||||
schema: v11
|
||||
index:
|
||||
prefix: index_
|
||||
period: 168h
|
||||
|
||||
storage_config:
|
||||
boltdb:
|
||||
directory: ./loki/index
|
||||
|
||||
filesystem:
|
||||
directory: ./loki/chunks
|
||||
|
||||
limits_config:
|
||||
enforce_metric_name: false
|
||||
Reference in New Issue
Block a user