-
Notifications
You must be signed in to change notification settings - Fork 444
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
[crowdstrike] Convert Win32 timestamps to unix millisecond timestamp #7734
[crowdstrike] Convert Win32 timestamps to unix millisecond timestamp #7734
Conversation
- Change the conversion function for Win32 timestamps to produce a millisecond result. A mapping error was occuring when trying to map certain fields, such as crowdstrike.event.PrecedingActivityTimeStamp, since (by default) the date field only handles string-based timestamps and millisecond-based unix timestamps.
@ShourieG, as the PR mentions, I changed the unix timestamp format to milliseconds. It looks like the existing date processors handle either unix format (seconds or milliseconds), so I don't think there's anything more we need to do. |
🌐 Coverage report
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
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.
LGTM, Yea changing the value to millisec should do the trick.
Package crowdstrike - 1.18.3 containing this change is available at https://epr.elastic.co/search?package=crowdstrike |
What does this PR do?
Checklist
changelog.yml
file.How to test this PR locally
elastic-package test
Related