Skip to content

Instantly share code, notes, and snippets.

@jnials
Forked from Sean-Bradley/config-loki.yml
Created July 10, 2020 16:16
Show Gist options
  • Save jnials/8303aa6f9ba52d0282e468db703c8c5e to your computer and use it in GitHub Desktop.
Save jnials/8303aa6f9ba52d0282e468db703c8c5e to your computer and use it in GitHub Desktop.
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
schema_config:
configs:
- from: 2018-04-15
store: boltdb
object_store: filesystem
schema: v9
index:
prefix: index_
period: 168h
storage_config:
boltdb:
directory: /tmp/loki/index
filesystem:
directory: /tmp/loki/chunks
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:
chunk_tables_provisioning:
inactive_read_throughput: 0
inactive_write_throughput: 0
provisioned_read_throughput: 0
provisioned_write_throughput: 0
index_tables_provisioning:
inactive_read_throughput: 0
inactive_write_throughput: 0
provisioned_read_throughput: 0
provisioned_write_throughput: 0
retention_deletes_enabled: false
retention_period: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment