-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x-pack/filebeat/input/etw: New input (#36915)
* First version of ETW input * Minor fixes for ETW input * More fixes and requested changes for ETW input * Include ETW in the default input list for Windows * Tests for config input * Sync input close calls * Update config file and docs * Fix some tabs in reference file * Add metadata to ETW events * Fix PR checks (docs and tests) * Fix lint error in input * Improve docs with supported providers and platforms * Fix requested changes for ETW input * Add ETW input to changelog * Rename GetHandler to AttachToExistingSession in ETW input * Fix NewSession unit test * Add tests for input helpers * Fix linting error in input_test.go * Fix some unit tests * Unit tests for ETW input * Fix CloseSession call in tests * Fix building of event and some refactors * Add field mapping to ETW input * Added files after make update * Export fields mapping to docs * Fix timestamp and GUID for buildEvent tests * Adjust ETW mapping to fit ECS * Update fields built files * Address review comments * filebeat/docs - rebuild with field changes * fix tests --------- Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co> Co-authored-by: Mariana Dima <mariana@elastic.co>
- Loading branch information
1 parent
051d06c
commit c3cedcf
Showing
20 changed files
with
1,661 additions
and
38 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.