Skip to content

Commit 314b541

Browse files
[docs] Logs Index Mode - copy paste friendly settings
1 parent f619168 commit 314b541

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
@@ -220,22 +220,22 @@ reconstructing the original value.
220220

221221
The `logsdb` index mode uses the following settings:
222222

223-
* **`index.mode`**: `"logsdb"`
223+
* **`"index.mode"`**: `"logsdb"`
224224

225-
* **`index.mapping.synthetic_source_keep`**: `"arrays"`
225+
* **`"index.mapping.synthetic_source_keep"`**: `"arrays"`
226226

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

229-
* **`index.sort.order`**: `["desc", "desc"]`
229+
* **`"index.sort.order"`**: `["desc", "desc"]`
230230

231-
* **`index.sort.mode`**: `["min", "min"]`
231+
* **`"index.sort.mode"`**: `["min", "min"]`
232232

233-
* **`index.sort.missing`**: `["_first", "_first"]`
233+
* **`"index.sort.missing"`**: `["_first", "_first"]`
234234

235-
* **`index.codec`**: `"best_compression"`
235+
* **`"index.codec"`**: `"best_compression"`
236236

237-
* **`index.mapping.ignore_malformed`**: `true`
237+
* **`"index.mapping.ignore_malformed"`**: `true`
238238

239-
* **`index.mapping.ignore_above`**: `8191`
239+
* **`"index.mapping.ignore_above"`**: `8191`
240240

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

0 commit comments

Comments
 (0)