
Security Flow Metadata
The Security Flow Metadata contains information about the message traversing the flow. The table below lists the available data and how it gets added into the root of a message at__sfMeta__
.
All messages will contain two additional fields outside of the
__sfMeta__
object that are automatically added by any Security Flow node which requires an Incident to exist.
timestamp
- The date and time when the message has entered the Security Flow node.timestampCreated
- The date and time when the message entered the first Security Flow node.
Pathway | Description |
---|---|
aggregation | Added to the metadata by any node which performs aggregation, such as the NL-Incident-Aggregate node. An object representing the aggregation information:
{ aggregatingBy:{ id:[node id], name:[node name] }, similarity:[number], performed:[true/false], reopened:[true/false] } |
category | The category assigned by the NL-Incident-Set-Category node. This is set when the NL-Incident-Set-Category is used to set a category. |
contentType | Added by the NL-Email-Attachments-Processor node. The file's content/MIME type. A shortcut to [msg.__sfMeta__.incidentId].[msg._msgid].contentType . |
fileName | Added by the NL-Email-Attachments-Processor node. The name of the attached file. A shortcut to [msg.__sfMeta__.incidentId].[msg._msgid].fileName . |
flowId | The ID of the flow containing the Security Flow node. This is automatically added by any Security Flow node which requires an Incident to exist. |
flowName | The name of the flow containing the Security Flow node. This is automatically added by any Security Flow node which requires an Incident to exist. |
incidentId | Automatically added by any Security Flow node which requires an Incident to exist. |
url | Added to the metadata by the Incident Get Timeline URL node. |
[msg.__sfMeta__.incidentId] | Added by the NL-Email-Attachments-Processor node. The notation of [msg.__sfMeta__.incidentId] indicates the value of the incidentId field is used as the key into the __sfMeta__ metadata. The value is set to an object containing the following information:
{ [msg._msgid]: { fileName: [file name], length: [file size], checksum: [MD5 checksum], md5: [MD5 Hash], sha1: [SHA-1 Hash], sha256: [SHA-256 Hash], contentType: [content type], } } |
Nevelex Labs, Main Office
Metro Office Park
2950 Metro Drive, Suite 104
Bloomington, MN 55425
Phone: +1 952-500-8921
©Nevelex Labs, LLC. 2018-2023, All Rights Reserved.
EULA