-
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
[filebeat] First unifiedlogs implementation #41791
Conversation
9bd680d
to
033ceaa
Compare
033ceaa
to
a798085
Compare
This pull request is now in conflicts. Could you fix it? 🙏
|
💚 CLA has been signed |
77cdb19
to
3be1040
Compare
This pull request is now in conflicts. Could you fix it? 🙏
|
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
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
return nil | ||
} | ||
|
||
func TestInput(t *testing.T) { |
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.
Thanks for all the tests.
* First unifiedlogs implementation * Fix date check and accept multiple predicates * Fix cursor and date walking * Log stderr on error * Add 1s tick * Refactor to do automatic backfill * Add docs and fix resuming from interrupted backfilling * Fix doc config example * Add first unit tests * wip tests * Add stream test * Extract test and make input stable * Improve docs --------- Co-authored-by: r-ung <[email protected]> (cherry picked from commit f9a9b32)
* First unifiedlogs implementation * Fix date check and accept multiple predicates * Fix cursor and date walking * Log stderr on error * Add 1s tick * Refactor to do automatic backfill * Add docs and fix resuming from interrupted backfilling * Fix doc config example * Add first unit tests * wip tests * Add stream test * Extract test and make input stable * Improve docs --------- Co-authored-by: r-ung <[email protected]> (cherry picked from commit f9a9b32) Co-authored-by: Marc Guasch <[email protected]>
Proposed commit message
Adds a new input to process logs from the MacOS Unified Logs system.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.