Skip to content

Commit 68db9d1

Browse files
[docs] Logs Index Mode - copy paste friendly settings (#125032)
Co-authored-by: Marci W <[email protected]>
1 parent 3d8125e commit 68db9d1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/reference/data-streams/logs.asciidoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -223,22 +223,22 @@ reconstructing the original value.
223223

224224
The `logsdb` index mode uses the following settings:
225225

226-
* **`index.mode`**: `"logsdb"`
226+
* **`"index.mode"`**: `"logsdb"`
227227

228-
* **`index.mapping.synthetic_source_keep`**: `"arrays"`
228+
* **`"index.mapping.synthetic_source_keep"`**: `"arrays"`
229229

230-
* **`index.sort.field`**: `["host.name", "@timestamp"]`
230+
* **`"index.sort.field"`**: `["host.name", "@timestamp"]`
231231

232-
* **`index.sort.order`**: `["desc", "desc"]`
232+
* **`"index.sort.order"`**: `["desc", "desc"]`
233233

234-
* **`index.sort.mode`**: `["min", "min"]`
234+
* **`"index.sort.mode"`**: `["min", "min"]`
235235

236-
* **`index.sort.missing`**: `["_first", "_first"]`
236+
* **`"index.sort.missing"`**: `["_first", "_first"]`
237237

238-
* **`index.codec`**: `"best_compression"`
238+
* **`"index.codec"`**: `"best_compression"`
239239

240-
* **`index.mapping.ignore_malformed`**: `true`
240+
* **`"index.mapping.ignore_malformed"`**: `true`
241241

242-
* **`index.mapping.ignore_above`**: `8191`
242+
* **`"index.mapping.ignore_above"`**: `8191`
243243

244-
* **`index.mapping.total_fields.ignore_dynamic_beyond_limit`**: `true`
244+
* **`"index.mapping.total_fields.ignore_dynamic_beyond_limit"`**: `true`

0 commit comments

Comments
 (0)