You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose recent log messages over NETCONF/RESTCONF, replacing cat /var/log/... over SSH in the test system.
The upcoming sysklogd 3.0 adds a membuf ring buffer and logread. Model an RPC, or operational data under /syslog, returning the last N entries with the RFC 5424 fields split out (timestamp, severity, facility, app-name, msgid, structured-data, message), filterable by msgid and app-name.
Should be designed together with the planned log streaming from DUTs to the test server, so the two share one message model
Depends on enabling membuf in the Infix syslog config
General Information
Anyone can help out by sponsoring development of new features or contributing pull requests.
Please use this issue for discussions related to the feature.
Description
Expose recent log messages over NETCONF/RESTCONF, replacing
cat /var/log/...over SSH in the test system.The upcoming sysklogd 3.0 adds a
membufring buffer andlogread. Model an RPC, or operational data under/syslog, returning the last N entries with the RFC 5424 fields split out (timestamp, severity, facility, app-name, msgid, structured-data, message), filterable by msgid and app-name.Additional Information
msgid=test-start, then reads back everything sincemembufin the Infix syslog configGeneral Information
Anyone can help out by sponsoring development of new features or contributing pull requests.
Please use this issue for discussions related to the feature.