-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloki.yaml
51 lines (44 loc) · 980 Bytes
/
loki.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
ingester:
lifecycler:
address: 127.0.0.1
ring:
kvstore:
store: inmemory
replication_factor: 1
final_sleep: 0s
chunk_idle_period: 5m
chunk_retain_period: 30s
chunk_block_size: 20480
max_transfer_retries: 1
schema_config:
configs:
- from: 2018-04-15
store: aws
object_store: s3
schema: v10
index:
prefix: index_
period: 24h
tags:
app: loki
env: development
storage_config:
aws:
s3: s3://user:[email protected]:9090/chunks
s3forcepathstyle: true
dynamodbconfig:
dynamodb: dynamodb://user:[email protected]:8000
limits_config:
enforce_metric_name: false
reject_old_samples: true
reject_old_samples_max_age: 168h
chunk_store_config:
max_look_back_period: 0
table_manager:
dynamodb_poll_interval: 1m
retention_period: 168h
index_tables_provisioning:
provisioned_throughput_on_demand_mode: true