[Backport 2.x] Remove ingest processor supports excluding fields (#10967)#11916
Conversation
…#10967) * Remove ingest processor supports field patterns and excluding fields Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Format some code Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Fix test failure Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Remove the code of field pattern Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Add skip version in rest test yml Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Make fields and exclude_fields mutually exclusive when constructing RemoveProcessor Signed-off-by: Gao Binlong <gbinlong@amazon.com> --------- Signed-off-by: Gao Binlong <gbinlong@amazon.com> (cherry picked from commit 5dd4b61)
|
Hi @reta ,please help to review this backport PR, thanks! |
Compatibility status:Checks if related components are compatible with change 175a413 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/sql.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/security.git] |
|
❕ Gradle check result for 175a413: 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 #11916 +/- ##
============================================
+ Coverage 71.04% 71.10% +0.05%
- Complexity 59352 59407 +55
============================================
Files 4890 4891 +1
Lines 279826 279915 +89
Branches 41035 41050 +15
============================================
+ Hits 198799 199030 +231
+ Misses 64210 64071 -139
+ Partials 16817 16814 -3 ☔ View full report in Codecov by Sentry. |
Description
Backport #10967 to 2.x.
Related Issues
#1578
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.