Skip to content

Commit

Permalink
Fix schema_config store value (#2305)
Browse files Browse the repository at this point in the history
The value of store in the schema_config was incorrect (store: boltdb_shipper), fixed to the right value (store: boltdb-shipper)
  • Loading branch information
rafaelpissolatto authored Jul 7, 2020
1 parent 616771a commit 4309a68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ memberlist:
schema_config:
configs:
- from: 2020-05-15
store: boltdb_shipper
store: boltdb-shipper
object_store: s3
schema: v11
index:
Expand All @@ -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
Expand Down

0 comments on commit 4309a68

Please sign in to comment.