napalm-logs
napalm-logs copied to clipboard
Cross-vendor normalisation for network syslog messages, following the OpenConfig and IETF YANG models
The service can be selected from on of the available transports and can have its separate options.
So you can run napalm-logs in non-sync'd locations; if the device does not send explicitly the timezone, it will use this one. The option should default to UTC. It may...
I'd like to foward Messages that could not been parsed by napalm logs to my ELK stack server. Napalm logs receives this Message: ``` [root@salt-master ~]# tcpdump -vnne tcp port...
If the server restarts after the client has connected, then the client is left with old crypto info: ``` Traceback (most recent call last): File "/home/luke/git/napalm-logs/test-listen.py", line 19, in decrypted...
Not only that there's a bug messing with global vars, but we could potentially have both index and message profiler in the same module (as some complex and obscure messages...
In #245 we updated the way we matched on OS, allowing the OS check to continue through all OS and not stop on the first match, the message is then...
Hello, it seems like napalm-logs is missing some kind of translation for the ietf standard. - Or an option to set syslog messages as ietf standard. I've configured the napalm-syslog...
I want to be able to write some python to do something like, `napalm_logs.get_authenticated_clients()` and then have it return a list of IPs that are properly authenticated. I looked through...
Currently there is no documentation regarding development testing for napalm-logs. Ideally this should cover the testing methodology (or at least refer to the napalm-automation general topic on this). It should...