瀏覽代碼

Remove index.codec setting from setting up tsdb docs. (#101276)

This is not needed for tsdb, because of synthetic source and slows down indexing / refreshes.
Martijn van Groningen 1 年之前
父節點
當前提交
311185311f
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/reference/data-streams/set-up-tsds.asciidoc

+ 1 - 2
docs/reference/data-streams/set-up-tsds.asciidoc

@@ -192,8 +192,7 @@ PUT _component_template/my-weather-sensor-settings
   "template": {
     "settings": {
       "index.lifecycle.name": "my-lifecycle-policy",
-      "index.look_ahead_time": "3h",
-      "index.codec": "best_compression"
+      "index.look_ahead_time": "3h"
     }
   },
   "_meta": {