Skip to content

Commit

Permalink
Update rollup create workbook
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Tuliakov <tulyakov93@gmail.com>
  • Loading branch information
MrChaos1993 committed Feb 18, 2025
1 parent d85da46 commit 6eed372
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion worksheets/rollups/create.http
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}, {
Expand Down

0 comments on commit 6eed372

Please sign in to comment.