{ "title": "juniper_lacp_timeout", "description": "Juniper lacpd: LACP timeout on a link aggregation member - juniper.csv row 7. Built from the provided report, not yet verified against real device output.", "source": "rule \"juniper_lacp_timeout\"\nwhen\n contains(to_string($message.message), \"LACPD_TIMEOUT\")\nthen\n set_field(\"vendor\", \"juniper\");\n set_field(\"event_type\", \"lacp_timeout\");\n set_field(\"severity_tag\", \"warning\");\nend" }