{ "title": "bdcom_gpon_config_saved", "description": "BDCOM GPON: config file written to flash - gpon_bdcom.csv row 8. Distinct wording from bdcom_epon_config_saved and the existing olt_config_write rule. 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_gpon_config_saved\"\nwhen\n contains(to_string($message.message), \"successfully wrote\") || (contains(to_string($message.message), \"TID:\") && contains(to_string($message.message), \"writing file\"))\nthen\n set_field(\"vendor\", \"bdcom_gpon\");\n set_field(\"event_type\", \"config_saved\");\nend" }