@@ -223,22 +223,22 @@ reconstructing the original value.
223223
224224The `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