Forum Discussion
MSZ
Nimbostratus
Aug 01, 2018How to exempt any URL from event logs?
I would like to ask that is it possible to exempt a URL from event logs?
For Example:
https://www.mytest.com/test/list
I have to exempt the URL "/test/list" from event logs (either alarm or blocked)....
lostpacket_5555
Aug 03, 2018Historic F5 Account
You can craft a custom iRule referencing a Data Group to disable ASM and/or DOSL7 processing based on URL string matching.
iRule Definition:
when HTTP_REQUEST {
if { [class match [string tolower [HTTP::uri]] contains ] } {
ASM::disable
DOSL7::disable
}
return
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects