Skip to content
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

Feature/windows json format #192

Closed

Conversation

rjury-sumo
Copy link
Contributor

@rjury-sumo rjury-sumo commented May 4, 2022

Pull Request Checklist

Resolves open issue that there is no windows JSON support in windows events source. Closes #187

General

  • Remove any versioning you did yourself if applicable

  • Update Changelog following the conventions laid out on Keep A Changelog with all new changes under ## [Unreleased] and using a ### Added, Fixed, Changed, or Breaking Change sub-header.

  • Update README with any necessary changes

  • RuboCop passes

  • Foodcritic passes

  • Existing tests pass

Purpose

The chef cookbook only has support for legacy windows format. This PR adds four new optional attributes to JSON source provider to support customers wanting to collect windows JSON format instead of legacy format.

Known Compatibility Issues

Should be none since there is no change to existing sources as the new attributes on the source are optional. It's worth considering at some point whether JSON format with 1 for eventMessage should be the default for the cookbook since the recommended default for new agent deployments, especially for customers using Cloud SIEM Enterprise.

@rjury-sumo rjury-sumo requested a review from a team as a code owner May 4, 2022 21:45
@andrzej-stencel
Copy link
Contributor

Superseded by #193

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support eventFormat and eventMessage attributes for Windows events
2 participants