Open
Description
Hi,
from what i gathered from testing and reading the code any message received must be
- matched to a vendor by its prefix
- must be present in a vendors profile in its own file with proper tag and variables (if required) to be properly parsed
then and only then it gets forwarded to a publisher. If any of the above it not the case, i can either configure to forward the raw message anyway, or have it discarded (the default).
So if i wanted to use napalm-logs for all our devices (Cisco, Arista, Juniper, Brocade) and have all syslogs parsed properly, i would need to have every single possible syslog message from each vendor in the vendors napalm-profile. Is that correct or am i missing something here?