Skip to main content
Question

security_result.variables.key

  • December 5, 2025
  • 1 reply
  • 25 views

hello, has anyone encountered or have used security_result.variables.key before? i would like to ask for your help with the parser syntax for it. tyia!

1 reply

Eoved
Forum|alt.badge.img+7
  • Bronze 1
  • December 8, 2025

Hello,
That field security_result.variables.key is part of the Unified Data Model (UDM).
It represents a repeated field (an array/list) of custom key-value pairs.
 

"security_result": {
"variables": [
{ "key": "triage_score", "value": "85" },
{ "key": "source_model", "value": "internal_ml_v2" }
]
}

What are you trying to parse? JSON logs or something else? If possible, please share some sample data.