Skip to content

Commit ffcdb24

Browse files
committed
Update rollup create workbook
Signed-off-by: Aleksandr Tuliakov <[email protected]>
1 parent d38e095 commit ffcdb24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

worksheets/rollups/create.http

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ Content-Type: application/json
1616
"description": "An example rollup",
1717
"source_index": "nyc-taxi-data",
1818
"target_index": "rollup-test-index",
19+
"target_index_settings": {
20+
"index.codec": "zlib"
21+
},
1922
"page_size": 10,
2023
"delay": 0,
2124
"continuous": false,
2225
"dimensions": [{
2326
"date_histogram": {
24-
"source_field": "timestamp",
27+
"source_field": "tpep_pickup_datetime",
2528
"fixed_interval": "1h"
2629
}
2730
}, {

0 commit comments

Comments
 (0)