Skip to content

Commit

Permalink
updates loki config examples (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored May 19, 2020
1 parent f9a2c43 commit 13424a2
Showing 1 changed file with 9 additions and 26 deletions.
35 changes: 9 additions & 26 deletions docs/configuration/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ingester:

schema_config:
configs:
- from: 2018-04-15
- from: 2020-05-15
store: boltdb
object_store: filesystem
schema: v11
Expand All @@ -47,22 +47,6 @@ limits_config:
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
```

## Google Cloud Storage
Expand All @@ -73,7 +57,7 @@ stores, respectively.
```yaml
schema_config:
configs:
- from: 2018-04-15
- from: 2020-05-15
store: bigtable
object_store: gcs
schema: v11
Expand All @@ -97,7 +81,7 @@ Cassandra for the index storage:
```yaml
schema_config:
configs:
- from: 2018-04-15
- from: 2020-05-15
store: cassandra
object_store: filesystem
schema: v11
Expand Down Expand Up @@ -125,13 +109,12 @@ index storage:
```yaml
schema_config:
configs:
- from: 2018-04-15
store: aws
object_store: s3
schema: v11
index:
prefix: dynamodb_table_name
period: 0
- from: 2020-05-15
store: aws
object_store: s3
schema: v11
index:
prefix: loki_
storage_config:
aws:
s3: s3://access_key:secret_access_key@region/bucket_name
Expand Down

0 comments on commit 13424a2

Please sign in to comment.