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

IIS (6.0) imports fail #166

Closed
janhurst opened this issue Jan 27, 2017 · 3 comments
Closed

IIS (6.0) imports fail #166

janhurst opened this issue Jan 27, 2017 · 3 comments
Labels

Comments

@janhurst
Copy link

Hi,
I've beaten my head on this for a while now, but as best I can tell IIS 6.0 log format is not supported?
When I set the format as "iis" I run into various failures, the closest I get is eventually all log lines failing as invalid lines.

I've been digging through the python code, and it seems like there is nothing in the regexes code that handles comma delimited log lines (which IIS 6.0 logging format produces)

Can you clarify is IIS 6.0 log format is expected to work? Is the "iis" setting only support to work with W3C format IIS logs? (specifically time in milliseconds?)

(Note my log files, to make things worse, don't have any headers (daily roll overs))

@janhurst
Copy link
Author

janhurst commented Feb 1, 2017

After further experimentation (and lack of any comments here :)), I've gone ahead and hacked a IIS 6 compatible format. When I can get my head around how the unit testing is being done and actually write some unit tests I'll try and put a PR together.

@janhurst janhurst closed this as completed Feb 1, 2017
@mattab
Copy link
Member

mattab commented Feb 18, 2017

@janhurst we would love to see your pull request and improving IIS 6 log format import. Do you need any help with creating the PR?

@mattab mattab reopened this Feb 18, 2017
@mattab
Copy link
Member

mattab commented Jun 20, 2017

Please can you post an example log file from IIS 6 that didn't import properly? @janhurst

@janhurst janhurst closed this as not planned Won't fix, can't repro, duplicate, stale Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants