Forum Discussion
Adam_1421
Nimbostratus
Sep 16, 2009Duplicate syslog traffic to multiple destinations
Hi,
I have an appliance that only allows setting of one syslog destination, but I have multiple syslog servers. The current solution involves logging to a nearby server which then sends the mes...
JRahm
Admin
Sep 16, 2009Another possibility: log the messages directly to your servers, then discard:
when RULE_INIT {
Define Syslog Destinations
set static::ls "10.10.20.49 10.10.20.247"
}
when CLIENT_ACCEPTED {
foreach logserver $static::ls {
log $logserver local0.info "[IP::client_addr] syslog message: [UDP::payload]"
}
discard
}
Untested and not very scalable, just brainstorming here. HTH...Jason
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
