A syslog handler for use with the management audit logging service.
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | BOOLEAN |
Nillable | false |
Expressions Allowed | false |
Storage | runtime |
Access Type | read-only |
Attribute | Value |
---|---|
Default Value | USER_LEVEL |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Allowed Values | KERNEL USER_LEVEL MAIL_SYSTEM SYSTEM_DAEMONS SECURITY SYSLOGD LINE_PRINTER NETWORK_NEWS UUCP CLOCK_DAEMON SECURITY2 FTP_DAEMON NTP LOG_AUDIT LOG_ALERT CLOCK_DAEMON2 LOCAL_USE_0 LOCAL_USE_1 LOCAL_USE_2 LOCAL_USE_3 LOCAL_USE_4 LOCAL_USE_5 LOCAL_USE_6 LOCAL_USE_7 |
Attribute | Value |
---|---|
Type | INT |
Nillable | false |
Expressions Allowed | false |
Storage | runtime |
Access Type | read-only |
Attribute | Value |
---|---|
Type | STRING |
Nillable | false |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 10 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Min | 0 |
Max | 2,147,483,647 |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | RFC5424 |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Allowed Values | RFC5424 RFC3164 |
Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
app-name | STRING | false | true | The application name to add to the syslog records as defined in section 6.2.5 of RFC-5424. If not specified it will default to the name of the product. | |
facility | STRING | false | true | USER_LEVEL | The facility to use for syslog logging as defined in section 6.2.1 of RFC-5424, and section 4.1.1 of RFC-3164. |
formatter | STRING | true | false | The formatter used to format the log messages. | |
max-failure-count | INT | false | true | 10 | The maximum number of logging failures before disabling this handler. |
max-length | INT | false | true | The maximum length in bytes a log message, including the header, is allowed to be. If undefined, it will default to 1024 bytes if the syslog-format is RFC3164, or 2048 bytes if the syslog-format is RFC5424. | |
syslog-format | STRING | false | true | RFC5424 | Whether to set the syslog format to the one specified in RFC-5424 or RFC-3164. |
truncate | BOOLEAN | false | true | false | Whether or not a message, including the header, should truncate the message if the length in bytes is greater than the maximum length. If set to false messages will be split and sent with the same header values. |