Hi,
I am currently using an NMS platform that is spaming AAA log during login and command execution. Is there a way to configure tac_plus-ng to ignore specific users/NAC/NAS to keep the logs clean? Could you show me a configuration example for this?
Best regards,
Hi,
I've added log filtering in 8f5db93bc65ef036fcbab0cd4e6f1d7cf99b296e a couple of minutes ago. Please git pull and rebuild.
log ... {
destination = ...
# filter = logfilter # pre-existing script/acl
filter { if (user =~ /^demo/) deny } # inline script
...
}
Cheers,
Marc
--
You received this message because you are subscribed to the Google Groups "Event-Driven Servers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-driven-ser...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/event-driven-servers/9ff5d12b-0e1f-4885-bb97-2517f9bbd377n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/event-driven-servers/c832c67c-bf3a-4ae9-8b4c-d9d4a23d7385%40googlemail.com.