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

For the IOSXR regex, the value of the 'timezone' is matched against 3 characters only. This does not take into account 'CEST' timezone for instance. Then the syslog is not...

bug
profile
iosxr

Hi, I am seeing this error in `/var/log/napalm/logs`, after the napalm-logs process is started. Is this is known error? ``` /etc/napalm # napalm-logs --version napalm-logs 0.9.0 ``` ``` 2020-10-05 01:00:03,548,548...

question

Hi, I am trying to suppress duplicate syslog messages with the buffer setting. I am struggling to enable the setting from the documentation. When I set it at the top...

bug
buffer

Expose a new metric ``napalm_logs_processing_delay`` that provides a (rough?) view on how long it takes a message to be processed through napalm-logs - from the moment the message is received,...

enhancement
pending discussion
core
prometheus

Hi I'm using napalm-logs 0.7.0 as a system service on CentOS 7. How should I setup a proper log rotation? Are there options to configure? What is the best practice...

bug
core

The official and locally built napalm-logs Docker container I made don't support the kafka transport. Upon inspection, I realized that kafka-python is missing from requirements.txt--so it will never make it...

bug
documentation

Hi, The regex filters for `USER_EXIT_CONFIG_MODE` (%SYS-5-CONFIG_I) is matching against EOS messages, but not IOS. The Cisco switch is running 12.2(25)SEE4. EOS example, which matches - ``` 2019-09-05 10:25:14,455,456 [napalm_logs.listener.udp][DEBUG...

bug
ios

Hi @mirceaulinic , There have any plan to support HP Comware network device?

feature
profile
help wanted

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

question