Skip to content

Commit

Permalink
Fix example AWS storage configuration (#1394)
Browse files Browse the repository at this point in the history
`store` must be `aws`, not `dynamo`. 

Without this change, the previous example configuration causes Loki to error at startup:

```
level=error ts=2019-12-10T00:27:54.489032373Z caller=main.go:66 msg="error initialising loki" err="error initialising module: table-manager: Unrecognized storage client dynamo, choose one of: aws, cassandra, inmemory, gcp, bigtable, bigtable-hashed"
```
  • Loading branch information
chancez authored and cyriltovena committed Dec 13, 2019
1 parent 3aff4df commit 904bf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ index storage:
schema_config:
configs:
- from: 2018-04-15
store: dynamo
store: aws
object_store: s3
schema: v9
index:
Expand Down

0 comments on commit 904bf2f

Please sign in to comment.