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

Add support for MS HTTP Error logs #4879

Open
sydp opened this issue May 1, 2024 · 1 comment
Open

Add support for MS HTTP Error logs #4879

sydp opened this issue May 1, 2024 · 1 comment
Labels
parsers Issues related to parsers and parser plug-ins

Comments

@sydp
Copy link
Contributor

sydp commented May 1, 2024

Log files were found in a subfolder under %SystemRoot%\System32\LogFiles

Example file header:

#Software: Microsoft HTTP API 2.0
#Version: 1.0
#Date: YYYY-MM-DD HH:MM:SS
#Fields: date time c-ip c-port s-ip s-port cs-version cs-method cs-uri streamid streamid_ex sc-status s-siteid s-reason s-queuename transport

Some of the fields look like they are documented on this page:
https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/aspnet/site-behavior-performance/error-logging-http-apis

@sydp sydp added parsers Issues related to parsers and parser plug-ins Windows Issue related to Windows labels May 1, 2024
@joachimmetz
Copy link
Member

@sydp should I assign this to you? At first glance the format looks similar to IIS and Windows Firewall logs

@joachimmetz joachimmetz removed the Windows Issue related to Windows label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parsers Issues related to parsers and parser plug-ins
Projects
None yet
Development

No branches or pull requests

2 participants