HSL logging via irules is excellent for application traffic, but not for administration traffic, audit logs, and irule event logging. Also, HSL is only available in Big-IP v 10.0 and newer.
For syslogging administrative activity, you want this (also 10.0 syntax, but it is there in v. 9 as well, via 'bigpipe syslog' commands).
# tmsh list /sys syslog
sys syslog {
remote-servers {
syslog {
host 10.10.10.2
}
}
}
Note that if you use a syslog server via your OOB management network interface, you will be able to log messages during software upgrades, or during failsafe events, where the application network is not available. However, your System logs will then come from the management interface address, and your HSL logs will come from a different address.
Also note that in any event, both members of an HA pair will syslog as their own device IP addresses, and will not use the floating address to send logs. HSL logging has a method for specifying the address that the message should come from, so HA pair logs as the same address.
Cheers~
Casey
F5 IT Network Engineer
... View more