mirror of
https://github.com/grafana/loki.git
synced 2025-08-05 22:41:27 +08:00

What this PR does / why we need it: Update our examples page to reflect recent changes to Loki configuration. Motivated by feedback on #6122
17 lines
379 B
YAML
17 lines
379 B
YAML
# If you don't wish to hard-code S3 credentials you can also configure an EC2
|
|
# instance role by changing the `storage_config` section
|
|
|
|
schema_config:
|
|
configs:
|
|
- from: 2020-05-15
|
|
store: aws
|
|
object_store: s3
|
|
schema: v11
|
|
index:
|
|
prefix: loki_
|
|
storage_config:
|
|
aws:
|
|
s3: s3://region/bucket_name
|
|
dynamodb:
|
|
dynamodb_url: dynamodb://region
|
|
|