I'm not that familiar with Kiwi, but is there a way that I can separate log files by device? My supervisor wants to setup one daily log file for all Cisco routers/switches and one daily log file for ASAs. Is this possible?
Thanks
You can create a rule with a filter to match IP addresses or hostnames then write to a log file.
For example:
Create a filter that matches "rtr" and "swi" then an action to write to cisco.log
Create another filter that matches "asa" and then an action to write to asa.log.