[
https://issues.apache.org/jira/browse/TS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan M. Carroll reassigned TS-698:
----------------------------------
Assignee: Alan M. Carroll
> LogFilter should support an actual IP type and matching rules
> -------------------------------------------------------------
>
> Key: TS-698
> URL: https://issues.apache.org/jira/browse/TS-698
> Project: Traffic Server
> Issue Type: Improvement
> Components: Logging
> Affects Versions: 2.1.6
> Environment: N/A
> Reporter: Eric Connell
> Assignee: Alan M. Carroll
> Priority: Minor
> Fix For: 3.3.0
>
>
> The LogFilter configuration in logs_xml.config should support a native IPv4
> and IPv6 filtering. For example, it would be handy to be able to filter out
> log lines from a specific server or netblock. For example, the following
> config would reject log lines for all hosts in the 10/8 network:
> {code}
> <LogFilter>
> <Name = "local_net"/>
> <Condition = "chi MATCH 10.0.0.0/8"/>
> <Action = "REJECT"/>
> </LogFilter>
>
> <LogFormat>
> <Name = "access_log"/>
> <Format = "%<shi>"/>
> </LogFormat>
> <LogObject>
> <Format = "access_log"/>
> <Filename = "access_log"/>
> <Filters = "local_net"/>
> </LogObject>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira