Skip to content

Commit

Permalink
Add test for target_index_settings to rollup specification
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Tuliakov <tulyakov@yandex-team.ru>
  • Loading branch information
MrChaos1993 committed Feb 21, 2025
1 parent 66f564e commit d5b2b93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/default/rollup/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ chapters:
unit: Minutes
source_index: books
target_index: books_by_order_date
target_index_settings:
index.codec: zlib
index.codec.compression_level: 6
page_size: 1
delay: 0
continuous: false
Expand Down Expand Up @@ -71,6 +74,9 @@ chapters:
_id: books
rollup:
rollup_id: books
target_index_settings:
index.codec: zlib
index.codec.compression_level: 6
- synopsis: Delete an index rollup job.
path: /_plugins/_rollup/jobs/{id}
method: DELETE
Expand Down

0 comments on commit d5b2b93

Please sign in to comment.