-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloki-config.yml
More file actions
44 lines (36 loc) · 784 Bytes
/
loki-config.yml
File metadata and controls
44 lines (36 loc) · 784 Bytes
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
auth_enabled: false
server:
http_listen_port: 3100
ingester:
lifecycler:
address: 127.0.0.1
ring:
kvstore:
store: inmemory
replication_factor: 1
chunk_idle_period: 5m
chunk_retain_period: 30s
schema_config:
configs:
- from: 2024-01-01
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
storage_config:
boltdb_shipper:
active_index_directory: /loki/index
cache_location: /loki/cache
limits_config:
allow_structured_metadata: false
reject_old_samples: true
reject_old_samples_max_age: 24h
table_manager:
retention_deletes_enabled: true
retention_period: 24h
common:
path_prefix: /loki
compactor:
working_directory: /loki/compactor