Forum Discussion
Ashu_2116
Nimbostratus
Mar 13, 2018irule_log_http email http response
I have an irule apply to VIP which log all http responses from server whether it is 200,300 or 500. Now the application team wants that if they can receive an email when server respond with http resp...
Yann_Desmarest
Cirrus
Sep 28, 2018Hi,
You can write a log and send it through syslog :
when HTTP_RESPONSE {
if {[HTTP::status] contains "50" } {
log local0. "[HTTP::status] received"
}
}
Then, you can define a user alert. Please, check the following link for further information : https://support.f5.com/csp/article/K3667
Regards
Yann
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