Created
September 2, 2019 13:48
-
-
Save wardbekker/0ead499869ee945506e55bab504fefba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loki: | |
config: | |
auth_enabled: false | |
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: bigtable | |
object_store: gcs | |
schema: v9 | |
index: | |
prefix: index_ | |
period: 168h | |
storage_config: | |
gcs: | |
bucket_name: loki-chunks | |
bigtable: | |
instance: loki-indexes | |
project: tutorials-251409 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment