Skip to main content

RSA_DisplayMetasEvents

This Script is part of the RSA NetWitness Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.9.0 and later.

Use this script to display meta events inside the layout.

Script Data#


NameDescription
Script Typepython3
Tagsdynamic-section

Inputs#


There are no inputs for this script.

Outputs#


There are no outputs for this script.

Script Examples#

Example command#

!SetRSANetWitnessAlertsMD

Context Example#

{
"Metas Events": [
{
"meta1": "value meta 1",
"meta2": "value meta 2",
"meta3": "value meta 3",
"id": "dummy_id",
"riskScore": "50",
"source": "NetWitness Investigate",
"title": "sk_test300",
"type": "Log",
}
]
}

Human Readable Output#

|meta1|meta2|meta3|
|---|---|---|
| value meta 1 | value meta 2 | value meta 3 |