-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 iis 7.5 log with different format of destination/source address #11256
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have 2 new patterns but only 1 log line to test? I might miss something but I would expect at least 2 new log lines for testing.
We only have 1 new pattern here 😄 It shows 2 new patterns on github diff is because I have to add a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, got it :-) Could you rebase this on master with this also the Elasticsearch tests should go green (skipped). The failing windows tests I have never seen before, worth opening a flaky test issue for it.
jenkins, test this please |
Currently we only support destination/source address look like:
[10.100.220.70](http://10.100.220.70)
This PR is to add support for format like:
10.100.220.70
closes: #11255