{ "title": "juniper_config_commit", "description": "Juniper mgd: configuration commit started/completed - juniper.csv row 14. Built from the provided report, not yet verified against real device output.", "source": "rule \"juniper_config_commit\"\nwhen\n contains(to_string($message.message), \"UI_COMMIT\")\nthen\n set_field(\"vendor\", \"juniper\");\n set_field(\"event_type\", \"config_commit\");\nend" }