Forum Discussion
Ashu_Aggarwal
Cirrus
5 years agoHow to log traffic hits on VSs
Our security wants to log all the hits on all VSs by source IP & url/uri hits. Is there a way to do that? either by local or remote logging?
5 years ago
Hi Ashu Aggarwal,
For remote logging:
Create a syslog pool.
And change pool name in below iRule.
when HTTP_REQUEST {
HSL::send [HSL::open -proto UDP -pool syslog_server_pool] "VS: [virtual name] - CIP: [IP::client_addr] - Host: [HTTP::host] - URI: [HTTP::uri]"
}