napalm-logs
napalm-logs copied to clipboard
Cross-vendor normalisation for network syslog messages, following the OpenConfig and IETF YANG models
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...
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...
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...
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,...
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...
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...
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...
Hi @mirceaulinic , There have any plan to support HP Comware network device?
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...