-
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 grok pattern support for iis 7.5 log format #9967
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.
LGTM
@@ -94,6 +94,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d | |||
- Fix parsing of GC entries in elasticsearch server log. {issue}9513[9513] {pull}9810[9810] | |||
- Support mysql 5.7.22 slowlog starting with time information. {issue}7892[7892] {pull}9647[9647] | |||
- Add support for ssl_request_log in apache2 module. {issue}8088[8088] {pull}9833[9833] | |||
- Add support for iis 7.5 log format. {issue}9753[9753] {pull}9967[9967] |
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.
In the docs we mention it's compatible with version 10. Does this mean it's now compatible with 7.5 and newer?
Let's get this PR in and discuss docs in a follow up PR.
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.
@ruflin will do!
@ruflin Should this be back ported to 6.6 as well? |
As this is bascially a new feature I would not backport it to 6.6. |
The main differences are:
cs(Referer)
.s-ip
andc-ip
are in[ip](http://ip)
format instead of just the ip address.closes #9753