Skip to content

Commit 2ef7740

Browse files
committed
Add test for target_index_settings to rollup specification
Signed-off-by: Aleksandr Tuliakov <[email protected]>
1 parent 2fef52f commit 2ef7740

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/default/rollup/jobs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ chapters:
3939
unit: Minutes
4040
source_index: books
4141
target_index: books_by_order_date
42+
target_index_settings:
43+
index.codec: zlib
44+
index.codec.compression_level: 6
4245
page_size: 1
4346
delay: 0
4447
continuous: false
@@ -71,6 +74,9 @@ chapters:
7174
_id: books
7275
rollup:
7376
rollup_id: books
77+
target_index_settings:
78+
index.codec: zlib
79+
index.codec.compression_level: 6
7480
- synopsis: Delete an index rollup job.
7581
path: /_plugins/_rollup/jobs/{id}
7682
method: DELETE

0 commit comments

Comments
 (0)