From 904bf2fcc9a0357c961893b72c2e28f3aa2146a9 Mon Sep 17 00:00:00 2001 From: Chance Zibolski Date: Thu, 12 Dec 2019 17:06:21 -0800 Subject: [PATCH] Fix example AWS storage configuration (#1394) `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 f0017b03fa12..d48e6ef0c78e 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: