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

Commits on Dec 10, 2019

  1. Fix example AWS storage configuration

    `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 authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    ebe2506 View commit details
    Browse the repository at this point in the history