From 9c069eb84b52ca7fa397b3d7834cb887a220761e Mon Sep 17 00:00:00 2001 From: Rafael Pissolatto Nunes Date: Tue, 7 Jul 2020 11:22:51 -0300 Subject: [PATCH] Fix schema_config store value The value of store in the schema_config was incorrect (store: boltdb_shipper), fixed to the right value (store: boltdb-shipper) --- docs/configuration/examples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/examples.md b/docs/configuration/examples.md index 46dceba7a97f2..abfb4961cb2e4 100644 --- a/docs/configuration/examples.md +++ b/docs/configuration/examples.md @@ -193,7 +193,7 @@ memberlist: schema_config: configs: - from: 2020-05-15 - store: boltdb_shipper + store: boltdb-shipper object_store: s3 schema: v11 index: @@ -202,8 +202,8 @@ schema_config: storage_config: boltdb_shipper: - active_index_directory: /data/loki/index - cache_location: /data/loki/index_cache + active_index_directory: /loki/index + cache_location: /loki/index_cache resync_interval: 5s shared_store: s3