sonic-buildimage/dockers/docker-orchagent/swss_regex.json
Zain Budhwani 98ace33b0f
Add rsyslog plugin regex for select operation failure (#12659)
Added events for select op, alpm parity error, moved dhcp events from host to container
2022-11-13 21:41:33 -08:00

8 lines
183 B
JSON

[
{
"tag": "select-operation-failure",
"regex": "SELECT operation result: ([a-zA-Z]*) on ([a-zA-Z]*)",
"params": [ "operation_result", "command" ]
}
]