Skip to content

Commit

Permalink
Merge branch 'main' into 2024.10.11_PromtailInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
JStickler authored Oct 11, 2024
2 parents a609c73 + 52fec61 commit a061af3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
Expand Down Expand Up @@ -179,7 +179,7 @@ When deploying Loki using S3 Storage **DO NOT** use the default bucket names; `
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
Expand Down Expand Up @@ -267,7 +267,7 @@ When deploying Loki using S3 Storage **DO NOT** use the default bucket names; `
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: azure
schema: v13
Expand Down
6 changes: 3 additions & 3 deletions docs/sources/setup/install/helm/install-scalable/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
Expand Down Expand Up @@ -138,7 +138,7 @@ When deploying Loki using S3 Storage **DO NOT** use the default bucket names; `
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
Expand Down Expand Up @@ -218,7 +218,7 @@ bloomGateway:
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: azure
schema: v13
Expand Down

0 comments on commit a061af3

Please sign in to comment.