-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[libbeat] Allow fingerprint processor to read @timestamp #28705
[libbeat] Allow fingerprint processor to read @timestamp #28705
Conversation
Use `beat.Event.GetValue` so that @timestamp and @metadata are accessible to be hashed. Also clarify the documentation to explain how the value being hashed is constructed. Fixes elastic#28683
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
Use `beat.Event.GetValue` so that @timestamp and @metadata are accessible to be hashed. Also clarify the documentation to explain how the value being hashed is constructed. Fixes #28683 (cherry picked from commit 6390852)
Use `beat.Event.GetValue` so that @timestamp and @metadata are accessible to be hashed. Also clarify the documentation to explain how the value being hashed is constructed. Fixes #28683 (cherry picked from commit 6390852)
Use `beat.Event.GetValue` so that @timestamp and @metadata are accessible to be hashed. Also clarify the documentation to explain how the value being hashed is constructed. Fixes #28683 (cherry picked from commit 6390852)
Use `beat.Event.GetValue` so that @timestamp and @metadata are accessible to be hashed. Also clarify the documentation to explain how the value being hashed is constructed. Fixes #28683 (cherry picked from commit 6390852) Co-authored-by: Andrew Kroh <[email protected]>
Use `beat.Event.GetValue` so that @timestamp and @metadata are accessible to be hashed. Also clarify the documentation to explain how the value being hashed is constructed. Fixes #28683 (cherry picked from commit 6390852) Co-authored-by: Andrew Kroh <[email protected]>
Use `beat.Event.GetValue` so that @timestamp and @metadata are accessible to be hashed. Also clarify the documentation to explain how the value being hashed is constructed. Fixes #28683 (cherry picked from commit 6390852) Co-authored-by: Andrew Kroh <[email protected]>
What does this PR do?
Use
beat.Event.GetValue
so that @timestamp and @metadata are accessible tobe hashed.
Also clarify the documentation to explain how the value being hashed is constructed.
Fixes #28683
Why is it important?
Allows for the
@timestamp
value to be incorporated into fingerprints.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues