Change conf loki
This commit is contained in:
+8
-25
@@ -3,19 +3,17 @@ auth_enabled: false
|
|||||||
server:
|
server:
|
||||||
http_listen_port: 3100
|
http_listen_port: 3100
|
||||||
|
|
||||||
ingester:
|
common:
|
||||||
lifecycler:
|
ring:
|
||||||
address: 0.0.0.0
|
instance_addr: 0.0.0.0
|
||||||
ring:
|
kvstore:
|
||||||
kvstore:
|
store: inmemory
|
||||||
store: inmemory
|
replication_factor: 1
|
||||||
replication_factor: 1
|
path_prefix: /loki
|
||||||
chunk_idle_period: 5m
|
|
||||||
max_chunk_age: 1h
|
|
||||||
|
|
||||||
schema_config:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
- from: 2020-10-24
|
- from: 2020-05-15
|
||||||
store: tsdb
|
store: tsdb
|
||||||
object_store: filesystem
|
object_store: filesystem
|
||||||
schema: v13
|
schema: v13
|
||||||
@@ -26,18 +24,3 @@ schema_config:
|
|||||||
storage_config:
|
storage_config:
|
||||||
filesystem:
|
filesystem:
|
||||||
directory: /loki/chunks
|
directory: /loki/chunks
|
||||||
|
|
||||||
limits_config:
|
|
||||||
ingestion_rate_mb: 10
|
|
||||||
ingestion_burst_size_mb: 20
|
|
||||||
max_streams_per_user: 0
|
|
||||||
|
|
||||||
compactor:
|
|
||||||
working_directory: /loki/compactor
|
|
||||||
shared_store: filesystem
|
|
||||||
|
|
||||||
ruler:
|
|
||||||
storage:
|
|
||||||
type: local
|
|
||||||
local:
|
|
||||||
directory: /loki/rules
|
|
||||||
|
|||||||
Reference in New Issue
Block a user