Skip to content

Commit 5f4f724

Browse files
authored
docs: backport 17060 to 3.4 branch (#17978)
1 parent 3ceb225 commit 5f4f724

File tree

1 file changed

+2
-2
lines changed
  • docs/sources/operations/storage/schema

1 file changed

+2
-2
lines changed

docs/sources/operations/storage/schema/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use of a schema allows Loki to iterate over the storage layer without requiring
1818
For a new Loki install with no previous data, here is an example schema configuration with recommended values
1919

2020
```
21-
schema_config:
21+
schemaConfig:
2222
configs:
2323
- from: 2024-04-01
2424
object_store: s3
@@ -58,7 +58,7 @@ Here are items to consider when changing the schema; if schema changes are not d
5858
## Schema configuration example
5959

6060
```
61-
schema_config:
61+
schemaConfig:
6262
configs:
6363
- from: "2020-07-31"
6464
index:

0 commit comments

Comments
 (0)