napalm-logs icon indicating copy to clipboard operation
napalm-logs copied to clipboard

Cross-vendor normalisation for network syslog messages, following the OpenConfig and IETF YANG models

Results 46 napalm-logs issues
Sort by recently updated
recently updated
newest added

The service can be selected from on of the available transports and can have its separate options.

feature
low priority
core

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...

feature
low priority
core

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...

question

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...

bug
high priority
core

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...

bug
enhancement
feature
high priority

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...

bug
core

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...

enhancement
profile

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...

feature
core

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...

documentation

feature
publisher
good first issue