{"id":19045441,"url":"https://github.com/marirs/windows-eventlog-transform","last_synced_at":"2026-05-09T06:02:42.412Z","repository":{"id":54762373,"uuid":"334574455","full_name":"marirs/windows-eventlog-transform","owner":"marirs","description":"Transform the windows event log xml into json","archived":false,"fork":false,"pushed_at":"2021-03-06T11:30:26.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T21:30:16.988Z","etag":null,"topics":["cef","events","json","logs","rust","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marirs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-31T04:46:27.000Z","updated_at":"2024-05-02T12:56:07.000Z","dependencies_parsed_at":"2022-08-14T02:01:07.009Z","dependency_job_id":null,"html_url":"https://github.com/marirs/windows-eventlog-transform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marirs/windows-eventlog-transform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marirs%2Fwindows-eventlog-transform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marirs%2Fwindows-eventlog-transform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marirs%2Fwindows-eventlog-transform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marirs%2Fwindows-eventlog-transform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marirs","download_url":"https://codeload.github.com/marirs/windows-eventlog-transform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marirs%2Fwindows-eventlog-transform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cef","events","json","logs","rust","windows"],"created_at":"2024-11-08T22:50:12.921Z","updated_at":"2026-05-09T06:02:42.396Z","avatar_url":"https://github.com/marirs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Transform Windows Event Log XML\n--------------------------------\n[![Build Status](https://travis-ci.com/marirs/windows-eventlog-transform.svg?branch=main)](https://travis-ci.com/marirs/windows-eventlog-transform)\n\nTransform Windows Event Log XML files or strings into JSON and or Common Event Format (CEF)\n\n## Requirements\n- Rust\n\n### Compile\n- Build Release\n```bash\ncargo b --release\n```\n- Test\n```bash\ncargo t\n```\n\n## Run Examples\n```bash\ncargo run --example eg1\n```\n\n## Example Transformed Json\n```json\n{\n  \"xmlns\": \"http://schemas.microsoft.com/win/2004/08/events/event\",\n  \"System\": {\n    \"Provider\": {\n      \"Name\": \"BTHUSB\",\n      \"Guid\": null\n    },\n    \"EventRecordID\": 5662,\n    \"Event\": {\n      \"EventID\": 18,\n      \"EventName\": \"EventID-18\"\n    },\n    \"Level\": \"Information\",\n    \"Task\": \"None\",\n    \"Opcode\": \"Info\",\n    \"Keywords\": \"Classic\",\n    \"TimeCreated\": \"2021-01-29T12:37:19.5374683Z\",\n    \"Correlation\": {\n      \"ActivityID\": null\n    },\n    \"Execution\": {\n      \"ProcessID\": 4,\n      \"ThreadID\": 1240\n    },\n    \"Channel\": \"System\",\n    \"Computer\": \"DESKTOP-G089JUF\",\n    \"Security\": {\n      \"UserID\": null\n    },\n    \"Version\": 0\n  },\n  \"EventData\": {\n    \"Data\": [\n      null\n    ],\n    \"Binary\": \"00000800010000000000000012000540000000000000000000000000000000000000000000000000E000000000000000\"\n  }\n}\n\n```\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarirs%2Fwindows-eventlog-transform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarirs%2Fwindows-eventlog-transform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarirs%2Fwindows-eventlog-transform/lists"}