{ "title": "juniper_memory_parity_error", "description": "Juniper FPC: memory parity errors generated (hardware fault) - juniper.csv row 4. Built from the provided report, not yet verified against real device output.", "source": "rule \"juniper_memory_parity_error\"\nwhen\n contains(to_string($message.message), \"Parity errors generated\")\nthen\n set_field(\"vendor\", \"juniper\");\n set_field(\"event_type\", \"memory_parity_error\");\n set_field(\"severity_tag\", \"critical\");\nend" }