-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target Index Settings if create index during rollup #1377
Target Index Settings if create index during rollup #1377
Conversation
eedafdc
to
e08fb88
Compare
Signed-off-by: Aleksandr Tuliakov <tulyakov@yandex-team.ru>
Signed-off-by: Aleksandr Tuliakov <tulyakov@yandex-team.ru>
Signed-off-by: Aleksandr Tuliakov <tulyakov@yandex-team.ru>
e08fb88
to
5ed6c6d
Compare
Hi! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
I suppose on the frontend, we also need some change for this. Please consider contribute or just create an issue there.
src/main/kotlin/org/opensearch/indexmanagement/rollup/model/Rollup.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/rollup/model/Rollup.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/org/opensearch/indexmanagement/rollup/model/RollupTests.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/org/opensearch/indexmanagement/rollup/TestHelpers.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/RollupActionIT.kt
Show resolved
Hide resolved
src/test/kotlin/org/opensearch/indexmanagement/rollup/runner/RollupRunnerIT.kt
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/rollup/model/ISMRollup.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/rollup/model/ISMRollup.kt
Outdated
Show resolved
Hide resolved
Sure, here is the issue opensearch-project/index-management-dashboards-plugin#1275. I'll try to implement it during this week. |
Signed-off-by: Aleksandr Tuliakov <tulyakov@yandex-team.ru>
611c7cd
to
96302ac
Compare
Signed-off-by: Aleksandr Tuliakov <tulyakov@yandex-team.ru>
src/test/kotlin/org/opensearch/indexmanagement/rollup/TestHelpers.kt
Outdated
Show resolved
Hide resolved
…ers.kt Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
Description
Add optional field
target_index_settings
to rollup job.Related Issues
Resolves #1376
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.