...
Field | Type | Description |
customConsumer | String | A custom consumer name provided by the customer, based on the payload, headers, certificate etc. |
customServiceName | String | A custom service name provided by the customer, based on the payload, headers or just to have meaningful service names. |
customOperationName | String | A custom operation name provided by the customer, based on the payload, headers or just to have meaningful operation names. |
isCustomError | 0/1 | Indicates whether the transaction was considered erroneous by the customer. |
customErrorMessage | String | A custom error message provided by the customer. Trim this message after trimming technicalErrorMessage if total length of Syslog is still more than 1024 3072 bytes. For future use. |
customErrorCode | String | A custom error code provided by the customer. For future use. |
customCompletionStatus | String | A custom completion status provided by the customer from the following list: STARTED, IN_PROGRESS, COMPLETED, ERROR, UNKNOWN, MISSING. For future use. |
customCompletionReason | String | A custom completion reason in case completion status has been provided and more explanation is required. For future use. |
customClientIp | String | A custom client IP provided by the customer (e.g. using X-Forwarded-For header). |
customUserAgent | String | A custom user agent provided by the customer. For future use. |
customNumber1-5 | Number | For future use |
customFloat1-5 | Number | For future use |
customBoolean1-5 | 0/1 | For future use |
customString1-5 | String | For future use |
...
Syslog records are limited to 1024 to 3072 bytes. Therefore, the total size of the custom record must not exceed this limit. Custom values and messages that are overridden by the customer must be short and descriptive.
...