-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.loki.yml
More file actions
42 lines (37 loc) · 1013 Bytes
/
Copy pathconf.loki.yml
File metadata and controls
42 lines (37 loc) · 1013 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
# Loki single-node untuk lab. Sengaja minimal: hanya yang benar-benar berbeda
# dari default, sisanya dibiarkan mengikuti paket.
auth_enabled: false
server:
# 0.0.0.0, bukan 127.0.0.1 — fluent-bit mengirim dari VM mariadb, bukan dari
# VM ini sendiri. Ini satu setting yang paling menentukan.
http_listen_address: 0.0.0.0
http_listen_port: 3100
grpc_listen_port: 9096
common:
instance_addr: 127.0.0.1
path_prefix: /var/lib/loki
replication_factor: 1
ring:
kvstore:
store: inmemory
storage:
filesystem:
chunks_directory: /var/lib/loki/chunks
rules_directory: /var/lib/loki/rules
schema_config:
configs:
- from: 2024-01-01
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h
limits_config:
retention_period: 168h
ingestion_rate_mb: 8
ingestion_burst_size_mb: 16
compactor:
working_directory: /var/lib/loki/compactor
retention_enabled: true
delete_request_store: filesystem