jmelosegui_3199
Jun 22, 2017Altostratus
HTTP_REQUEST not firing
I have created the following silly rule.
when HTTP_REQUEST {
log local0. "This is the host uri: [HTTP::uri]"
node 10.20.252.64
}
All I want is that on every request log the uri and then bypass the LB and forward the request to a node.
After requesting the VS the log is not updated with my entry, nor the request is redirected to the node.
Is this something achievable. I was following this sample.
Any help would be greatly appreciated.
The Issue was that I must have at least one member of the pool associated with the Virtual Server enable. That is not the case when I use CLIENT_ACCEPTED event type where the even will trigger regardless if I have all the pool members disabled or not.