[Backport 2.x] Add fingerprint ingest processor#14366
Merged
Conversation
* Add fingerprint ingest processor Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Ignore metadata fields Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Add sha3-256 hash method Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Remove unused code Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Add exclude_fields and remove include_all_fields Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Modify processor description Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Make FingerprintProcessor being final Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Optimize error message and check if field name is empty string Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Fix yaml test failure Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Prepend string length to the field value Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Append hash method with version number Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Update supported version in yml test file Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Add more comment Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Prepend hash method to the hash value and add more test cases Signed-off-by: Gao Binlong <gbinlong@amazon.com> --------- Signed-off-by: Gao Binlong <gbinlong@amazon.com> (cherry picked from commit 16c8806) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta
approved these changes
Jun 14, 2024
Contributor
|
❕ Gradle check result for 2dca1b1: 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. |
This was referenced Jun 14, 2024
kkewwei
pushed a commit
to kkewwei/OpenSearch
that referenced
this pull request
Jul 24, 2024
…ch-project#14366) * Add fingerprint ingest processor * Ignore metadata fields * Add sha3-256 hash method * Remove unused code * Add exclude_fields and remove include_all_fields * Modify processor description * Make FingerprintProcessor being final * Optimize error message and check if field name is empty string * Fix yaml test failure * Prepend string length to the field value * Append hash method with version number * Update supported version in yml test file * Add more comment * Prepend hash method to the hash value and add more test cases --------- (cherry picked from commit 16c8806) Signed-off-by: Gao Binlong <gbinlong@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: kkewwei <kkewwei@163.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 16c8806 from #13724.