Browse Source

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 year ago
parent
commit
311185311f
1 changed files with 1 additions and 2 deletions
  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": {