@@ -223,22 +223,22 @@ reconstructing the original value.
223
223
224
224
The `logsdb` index mode uses the following settings:
225
225
226
- * **`index.mode`**: `"logsdb"`
226
+ * **`" index.mode" `**: `"logsdb"`
227
227
228
- * **`index.mapping.synthetic_source_keep`**: `"arrays"`
228
+ * **`" index.mapping.synthetic_source_keep" `**: `"arrays"`
229
229
230
- * **`index.sort.field`**: `["host.name", "@timestamp"]`
230
+ * **`" index.sort.field" `**: `["host.name", "@timestamp"]`
231
231
232
- * **`index.sort.order`**: `["desc", "desc"]`
232
+ * **`" index.sort.order" `**: `["desc", "desc"]`
233
233
234
- * **`index.sort.mode`**: `["min", "min"]`
234
+ * **`" index.sort.mode" `**: `["min", "min"]`
235
235
236
- * **`index.sort.missing`**: `["_first", "_first"]`
236
+ * **`" index.sort.missing" `**: `["_first", "_first"]`
237
237
238
- * **`index.codec`**: `"best_compression"`
238
+ * **`" index.codec" `**: `"best_compression"`
239
239
240
- * **`index.mapping.ignore_malformed`**: `true`
240
+ * **`" index.mapping.ignore_malformed" `**: `true`
241
241
242
- * **`index.mapping.ignore_above`**: `8191`
242
+ * **`" index.mapping.ignore_above" `**: `8191`
243
243
244
- * **`index.mapping.total_fields.ignore_dynamic_beyond_limit`**: `true`
244
+ * **`" index.mapping.total_fields.ignore_dynamic_beyond_limit" `**: `true`
0 commit comments