{ "title": "dlink_gbic_detected", "description": "D-Link: SFP/GBIC module physically detected in a port - d'link.csv row 5. Built from the provided report, not yet verified against real device output.", "source": "rule \"dlink_gbic_detected\"\nwhen\n contains(to_string($message.message), \"GBIC module detected\")\nthen\n set_field(\"vendor\", \"dlink\");\n set_field(\"event_type\", \"gbic_detected\");\nend" }