Skip to content

Commit

Permalink
Add using_boltdb_shipper to environments/loki/main.jsonnet sample
Browse files Browse the repository at this point in the history
This resolve error for evaluating jsonnet: RUNTIME ERROR: must define boltdb_shipper_shared_store
and grafana#2828
  • Loading branch information
CandiedCode committed Nov 14, 2020
1 parent 78bb4bc commit abf8293
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/sources/installation/tanka.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ loki + promtail + gateway {
namespace: 'loki',
htpasswd_contents: 'loki:$apr1$H4yGiGNg$ssl5/NymaGFRUvxIV1Nyr.',
// Set to true if using boltdb shipper and add boltdb_shipper_shared_store
using_boltdb_shipper: false,
// boltdb_shipper_shared_store: {}
// S3 variables remove if not using aws
storage_backend: 's3,dynamodb',
s3_access_key: 'key',
Expand Down

0 comments on commit abf8293

Please sign in to comment.