From 6eed3726048e2199421837f3521a5b9dedb89599 Mon Sep 17 00:00:00 2001 From: Aleksandr Tuliakov Date: Fri, 14 Feb 2025 20:10:58 +0300 Subject: [PATCH] Update rollup create workbook Signed-off-by: Aleksandr Tuliakov --- worksheets/rollups/create.http | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/worksheets/rollups/create.http b/worksheets/rollups/create.http index 2949c986d..b4e5a7274 100644 --- a/worksheets/rollups/create.http +++ b/worksheets/rollups/create.http @@ -16,12 +16,15 @@ Content-Type: application/json "description": "An example rollup", "source_index": "nyc-taxi-data", "target_index": "rollup-test-index", + "target_index_settings": { + "index.codec": "zlib" + }, "page_size": 10, "delay": 0, "continuous": false, "dimensions": [{ "date_histogram": { - "source_field": "timestamp", + "source_field": "tpep_pickup_datetime", "fixed_interval": "1h" } }, {