An audit logger that sends audit events to a remote syslog server.
| Attribute | Value |
|---|---|
| Default Value | SIMPLE |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Allowed Values | SIMPLE JSON |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | false |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | INT |
| Nillable | false |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 0 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Min | -1 |
| Max | 2,147,483,647 |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | false |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | RFC5424 |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Allowed Values | RFC3164 RFC5424 |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | TCP |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Allowed Values | TCP UDP SSL_TCP |
| Stability | default |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| format | STRING | false | true | SIMPLE | The format to use to record the audit event. |
| host-name | STRING | true | true | The host name to embed withing all events sent to the remote syslog server. | |
| port | INT | true | true | The listening port on the syslog server. | |
| reconnect-attempts | INT | false | true | 0 | The maximum amount of failed reconnect attempts that should be made for sending messages to a syslog server before the endpoint is closed. |
| server-address | STRING | true | true | The server address of the syslog server the events should be sent to. | |
| ssl-context | STRING | false | false | The SSLContext to use to connect to the syslog server when SSL_TCP transport is used. | |
| syslog-format | STRING | false | true | RFC5424 | The RFC format to be used for describing the audit event. |
| transport | STRING | false | true | TCP | The transport to use to connect to the syslog server. |