From ebe2506afa51515fde375b93928bca44e3fc5823 Mon Sep 17 00:00:00 2001 From: Chance Zibolski Date: Mon, 9 Dec 2019 16:30:56 -0800 Subject: [PATCH] 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" ``` --- docs/configuration/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/examples.md b/docs/configuration/examples.md index f0017b03fa124..d48e6ef0c78ef 100644 --- a/docs/configuration/examples.md +++ b/docs/configuration/examples.md @@ -125,7 +125,7 @@ index storage: schema_config: configs: - from: 2018-04-15 - store: dynamo + store: aws object_store: s3 schema: v9 index: