Configuration to append to syslog over tcp/ip.
| Attribute | Value |
|---|---|
| Default Value | localhost |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | NON_TRANSPARENT_FRAMING |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 514 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | -1 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Stability | default |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| host | STRING | false | true | localhost | The host of the syslog server for the tcp requests. |
| message-transfer | STRING | false | true | NON_TRANSPARENT_FRAMING | The message transfer setting as described in section 3.4 of RFC-6587. This can either be OCTET_COUNTING as described in section 3.4.1 of RFC-6587, or NON_TRANSPARENT_FRAMING as described in section 3.4.1 of RFC-6587. See your syslog provider's documentation for what is supported. |
| port | INT | false | true | 514 | The port of the syslog server for the tcp requests. |
| reconnect-timeout | INT | false | true | -1 | If a connection drop is detected, the number of seconds to wait before reconnecting. A negative number means don't reconnect automatically. |