| Parameter | Presence | Type | Default | Description |
---|
| type | M | enumeration | |
The type of the event log. Each type has separate
configuration parameters and logs to a separate file.
|
| state | O | enumeration | enabled |
The requested state of the given Event Log type.
|
| fileCount | O | int32 | 32 |
The number of event log files that will be maintained
for this event type. All event types
will overwrite the oldest file when the file count is
exceeded. A warning will be issued when the
count approaches the maximum.
|
| fileSize | O | int32 | 2048 |
The maximum size (in KB) that a single event log
file will ever grow to.
|
| messageQueueSize | O | int32 | 10 |
The number of event log message entries to buffer
before writing them to disk.
The size may be a value between 2 and 100 (inclusive).
|
| saveTo | O | enumeration | disk |
Save events to disk or none.
|
| filterLevel | O | enumeration | major |
Events that are at least as severe as the designated
level will be logged. noevents suppresses all events
of this type from being logged.
|
| rolloverStartTime | O | dateTime | |
The start time for event log rollover.
|
| rolloverInterval | O | int32 | 0 |
The event log rollover interval.
|
| rolloverType | O | enumeration | nonrepetitive |
The event log rollover type. Repetitive type will
rollover logs continuosly after rollover Interval.
|
| rolloverAction | O | enumeration | stop |
Event log rollover actions.
start - Start event log rollover at specified starting time.
stop - Stop event log rollover.
|
| fileWriteMode | O | enumeration | default |
Identifies event log NFS write mode.
1. DEFAULT - Log data is written to NFS as 1344 byte packet.
2. OPTIMIZE - Log data is written to NFS as 8000 byte packet.
Optimize write mode results in IP fragmentation but yields better throughput.
|
| syslogState | O | enumeration | disabled |
Specifies whether the contents of this log are also written out to the syslog
|
| renameOpenFiles | O | enumeration | disabled |
Specifies whether to name open accounting, packet files with a .OPEN extension
|
| diskThrottleLimit | O | uint32 | 10000 |
Limit on info level messages logged to the disk in one second
A value of 0 disables the limit
|
| eventLogValidation | O | enumeration | disabled |
Specifies if the logs at rest for this log type should be cryptographically hashed.
|
| compressionSupport | O | enumeration | none |
Specifies if the log are compressed
|
| compressionDaysToKeep | O | int32 | 5 |
Specifies the number of days to keep compressed logs
|
| compressionCleanupDirectory | O | string | |
Alternate directory name (containing no slashes) under the log file directory from which compressed files will be removed after compressionDaysToKeep days
|
| encryptFile | O | enumeration | disabled |
Encrypt the log file
|
| encryptionPublicKey | O | string | |
the public key used to encrypt the log file. Enter only the public key contents, excluding the ssh-rsa and the email address at the end of the key
|
| cdrFileTransferType | O | enumeration | uncompressed |
The type of accounting file to transfer
|
| servers | M | | |
Remote Syslog Configuration table for configuring the pushing
of logs to a remote server using Syslog.
|