-
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
adding support for epoch in seconds #19512
adding support for epoch in seconds #19512
Conversation
Pinging @elastic/siem (Team:SIEM) |
💔 Build FailedExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Seems like a small issue for the date formatter to compare between UNIX and UNIX_MS in the same processor, so trying to fix that, let's wait for all tests to complete first now, last one failed because one date field changed |
73c6c22
to
1062936
Compare
jenkins run tests |
1 similar comment
jenkins run tests |
What does this PR do? Certain versions of fortinet handles the eventtime field in seconds instead of milliseconds, added support for that datetime format Why is it important? Adds support for certain fields that can be calculated incorrectly on certain versions. (cherry picked from commit f367f79)
What does this PR do? Certain versions of fortinet handles the eventtime field in seconds instead of milliseconds, added support for that datetime format Why is it important? Adds support for certain fields that can be calculated incorrectly on certain versions. (cherry picked from commit f367f79) Co-authored-by: Marius Iversen <[email protected]>
What does this PR do? Certain versions of fortinet handles the eventtime field in seconds instead of milliseconds, added support for that datetime format Why is it important? Adds support for certain fields that can be calculated incorrectly on certain versions.
What does this PR do?
Certain versions of fortinet handles the eventtime field in seconds instead of milliseconds, added support for that datetime format
Why is it important?
Adds support for certain fields that can be calculated incorrectly on certain versions.
Checklist
- [ ] I have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.