{ "title": "bdcom_epon_config_saved", "description": "BDCOM EPON: startup-config/vos.conf/ifindex-config written to flash - bdcom.csv row 9. Distinct wording from the existing olt_config_write rule (which matches a different '... is wrote, TID:' format). Shared 'config_saved' event_type is reused by other vendors. Built from the provided report, not yet verified against real device output.", "source": "rule \"bdcom_epon_config_saved\"\nwhen\n contains(to_string($message.message), \"startup-config is wrote\") || contains(to_string($message.message), \"vos.conf is wrote\") || contains(to_string($message.message), \"ifindex-config is wrote\")\nthen\n set_field(\"vendor\", \"bdcom_epon\");\n set_field(\"event_type\", \"config_saved\");\nend" }