Forum Discussion

jmelosegui_3199's avatar
jmelosegui_3199
Icon for Altostratus rankAltostratus
Jun 22, 2017
Solved

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...
  • jmelosegui_3199's avatar
    Jun 22, 2017

    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.