Skip to content

Commit

Permalink
Fix old values in operations.md
Browse files Browse the repository at this point in the history
`from: 0` throws
```
level=error ts=2019-08-07T12:02:15.385981107Z caller=main.go:48 msg="error loading config" filename=/etc/loki/local-config.yaml err="parsing time \"0\" as \"2006-01-02\": cannot parse \"0\" as \"2006\""
```

`store: dynamo` throws:
```
level=error ts=2019-08-07T11:59:01.688427565Z caller=main.go:71 msg="error initialising loki" err="error initialising module: table-manager: Unrecognized storage client dynamo, choose one of: aws, cassandra, inmemory, gcp, bigtable, bigtable-hashed"
```
  • Loading branch information
maltekrupa authored and sandeepsukhani committed Aug 13, 2019
1 parent 600b6cf commit ec41452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ Example config for using S3 & DynamoDB:
```yaml
schema_config:
configs:
- from: 0
store: dynamo
- from: 2018-04-15
store: aws
object_store: s3
schema: v9
index:
Expand Down

0 comments on commit ec41452

Please sign in to comment.