We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suggest removing any field that has a null or empty string for a value from the JSON output.
Current:
{ "PayloadData1": null, "PayloadData2": null, "PayloadData3": null, "PayloadData4": null, "PayloadData5": null, "PayloadData6": null, "UserName": null, "RemoteHost": null, "ExecutableInfo": null, "MapDescription": null, "Computer": "Phil-Win10-VM", "Payload": "{\"EventData\":{\"Data\":\"Tuesday, April 16, 2019 6:23:36 PM\",\"Binary\":\"\"}}", "UserId": "", "Channel": "Application", "Provider": "Microsoft-Windows-CAPI2", "EventId": 4111, "EventRecordId": "41651", "ProcessId": 1384, "ThreadId": 1888, "Level": 4, "SourceFile": "C:\\Windows\\System32\\winevt\\Logs\\Application.evtx", "TimeCreated": "2019-05-04T05:53:31.0651977+00:00", "RecordNumber": 41651 }
Suggested:
{ "Computer": "Phil-Win10-VM", "Payload": "{\"EventData\":{\"Data\":\"Tuesday, April 16, 2019 6:23:36 PM\",\"Binary\":\"\"}}", "Channel": "Application", "Provider": "Microsoft-Windows-CAPI2", "EventId": 4111, "EventRecordId": "41651", "ProcessId": 1384, "ThreadId": 1888, "Level": 4, "SourceFile": "C:\\Windows\\System32\\winevt\\Logs\\Application.evtx", "TimeCreated": "2019-05-04T05:53:31.0651977+00:00", "RecordNumber": 41651 }
The text was updated successfully, but these errors were encountered:
sample files sent. please let me know
Sorry, something went wrong.
closing this as it should be done, but if not, we can reopen
Merge pull request #6 from EricZimmerman/master
da1f613
update repo
No branches or pull requests
Suggest removing any field that has a null or empty string for a value from the JSON output.
Current:
Suggested:
The text was updated successfully, but these errors were encountered: