init: added template
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
auth_enabled: false
|
||||
pattern_ingester:
|
||||
enabled: true
|
||||
|
||||
server:
|
||||
http_listen_port: 3100
|
||||
|
||||
common:
|
||||
ring:
|
||||
instance_addr: 127.0.0.1
|
||||
kvstore:
|
||||
store: inmemory
|
||||
replication_factor: 1
|
||||
path_prefix: /loki
|
||||
storage:
|
||||
s3:
|
||||
endpoint: ${S3_ENDPOINT}
|
||||
bucketnames: loki
|
||||
access_key_id: ${S3_ACCESS_KEY}
|
||||
secret_access_key: ${S3_SECRET_KEY}
|
||||
insecure: true
|
||||
s3forcepathstyle: true
|
||||
|
||||
schema_config:
|
||||
configs:
|
||||
- from: 2020-05-15
|
||||
store: tsdb
|
||||
object_store: s3
|
||||
schema: v13
|
||||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
|
||||
storage_config:
|
||||
tsdb_shipper:
|
||||
active_index_directory: /loki/index
|
||||
cache_location: /loki/index_cache
|
||||
|
||||
compactor:
|
||||
working_directory: /loki/compactor
|
||||
compaction_interval: 10m
|
||||
|
||||
limits_config:
|
||||
allow_structured_metadata: true
|
||||
Reference in New Issue
Block a user