-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloki-config.yaml
51 lines (44 loc) · 957 Bytes
/
loki-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
auth_enabled: false
server:
http_listen_port: 3100
common:
path_prefix: /loki
storage:
filesystem:
chunks_directory: /loki/chunks
rules_directory: /loki/rules
ring:
instance_addr: 127.0.0.1
kvstore:
store: inmemory
schema_config:
configs:
- from: 2023-01-01
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h
storage_config:
tsdb_shipper:
active_index_directory: /loki/tsdb-index
cache_location: /loki/tsdb-cache
filesystem:
directory: /loki/chunks
limits_config:
retention_period: 24h
split_queries_by_interval: 15m
ingestion_rate_mb: 10
ingestion_burst_size_mb: 20
allow_structured_metadata: false
ingester:
max_chunk_age: 1h
chunk_idle_period: 30m
chunk_retain_period: 1m
lifecycler:
ring:
replication_factor: 1
compactor:
working_directory: /loki/compactor
compaction_interval: 10m