Generic Socket
Refer to the below table to understand the fields mentioned in the above figure.
| Fields | Description |
| Integration Name | This fields contains the Integration Name for Integration. |
| Deployment Name | This fields contains the Deployment name; we can select deployment from all Deployments. |
| Circuit Breaker Event Threshold | Circuit breaker Event Threshold Value (Per NiFi Node): Min value: 100, Max value: 90000. |
| Socket-Port | Syslog Port Number |
| Pattern | Pattern matching extracts relevant data from Log source (e.g.: '(? m)^START: (.*?)$'). If no certain pattern, then ‘(^.*)' should be used. |
| EOL | End Character of a Single Event (eg:\\n) |
| Delimiter | Delimiter for tokenizing the Event (eg : ||) |
| Entity Position | Number from the tokenized events for the entity. |
| Severity | Position Number from the tokenized events for the entity. (Eg: 1). Or Default 999 Severity for all Events (Warning) |
| Created On | Position Number from the tokenized event for the CreateDon(EventTime). If not coming in event, then mention 999 to take Nifi server time |
| Parameter Name | Position Number from the tokenized events for the Parameter. (Default 999 - socket) |
| Description | Position Number from the tokenized events for the Description. (default 999 - Entire Event) |
| Enriched Description | Additional details to enrich the description of the event |
| HeartBeat Identifier | Provide the Keyword through which event can be identified as heartbeat event |