Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Fix example AWS storage configuration #1394

Merged
merged 1 commit into from
Dec 13, 2019

Conversation

chancez
Copy link
Contributor

@chancez chancez commented Dec 10, 2019

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"

`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"
```
@chancez chancez changed the title Fix example AWS storage configuration Documentation: Fix example AWS storage configuration Dec 10, 2019
Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@cyriltovena cyriltovena merged commit 904bf2f into grafana:master Dec 13, 2019
@chancez chancez deleted the patch-1 branch December 13, 2019 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants