fix available stores for chunk and index in documentation for period config (#1974)

pull/1976/head
Robert Fratto 5 years ago committed by GitHub
parent 4a208ce6e6
commit 81b36768d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      docs/configuration/README.md

@ -692,12 +692,13 @@ for from specific time periods.
# store and object_store below affect which <storage_config> key is
# used.
# Which store to use for the index. Either cassandra, bigtable, aws-dynamo, or
# boltdb
# Which store to use for the index. Either aws, gcp, bigtable, bigtable-hashed,
# cassandra, or boltdb.
store: <string>
# Which store to use for the chunks. Either gcs, s3, inmemory, filesystem,
# cassandra. If omitted, defaults to same value as store.
# Which store to use for the chunks. Either aws, aws-dynamo, azure, gcp,
# bigtable, gcs, cassandra, or filesystem. If omitted, defaults to the same
# value as store.
[object_store: <string>]
# The schema version to use, current recommended schema is v11.

Loading…
Cancel
Save