[Backport 2.x] Add template snippets support for field and target_field in KV ingest processor#11300
Conversation
… processor (opensearch-project#10040) * Add template snippets support for field and target_field in KV ingest processor Signed-off-by: Gao Binlong <gbinlong@amazon.com> * modify change log Signed-off-by: Gao Binlong <gbinlong@amazon.com> * revert replace assertThat by assertEquals Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Revert some code Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Revert some code Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Fix typo and skip some yml test by version Signed-off-by: Gao Binlong <gbinlong@amazon.com> --------- Signed-off-by: Gao Binlong <gbinlong@amazon.com> (cherry picked from commit 7f4537c)
Compatibility status:Checks if related components are compatible with change 591a190 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/performance-analyzer.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/performance-analyzer-rca.git] |
|
❕ Gradle check result for 591a190: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.x #11300 +/- ##
============================================
+ Coverage 71.02% 71.07% +0.05%
- Complexity 59071 59138 +67
============================================
Files 4869 4869
Lines 278636 278654 +18
Branches 40826 40830 +4
============================================
+ Hits 197888 198058 +170
+ Misses 63996 63855 -141
+ Partials 16752 16741 -11 ☔ View full report in Codecov by Sentry. |
Description
Backport #10040.
Related Issues
#9964
Check List
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.