RSA_DisplayMetasEvents
Use this script to display meta events inside the layout.
python · NetWitness
Details
| ID | RSA_DisplayMetasEvents |
|---|---|
| Language | python |
| From Version | 6.9.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | dynamic-section |
README
Use this script to display meta events inside the layout.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | dynamic-section |
Inputs
There are no inputs for this script.
Outputs
There are no outputs for this script.
Script Examples
Example command
### Context Example
```json
{
"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 |
commonfields: id: RSA_DisplayMetasEvents version: -1 dockerimage: demisto/python3:3.12.13.10116658 enabled: true name: RSA_DisplayMetasEvents comment: Use this script to display meta events inside the layout. runas: DBotWeakRole runonce: false script: '' scripttarget: 0 subtype: python3 tags: - dynamic-section type: python fromversion: 6.9.0 tests: - No tests (auto formatted)