Storage depth
Depth defines the number of days the event database records in it's circular storage on disc. Typicall value is 1 year (365 days)
depth=365
Maximum Report Size
MaxReportSize defines the maximum number of events which are included in a database report. If more events match the search criteria, the reports gets truncated and the operator receives a message about this. This value is just the default used by the client event report window. There you can enter a new one (even greater) for a single request.
maxReportSize=1000
Event sort order
SortEvents controls if the filtered events are to be sorted by creation time before they are reported to the client. This is necessary in an environment where the events stored in another order than they were created (e.g. in the NMS or if multiple MNC systems using the same event database).
Therefore sortEvents is assumed to true if not stated otherwise. In a MNC environment reporting a large number of events can be speed up significantly by settings this to false
sortEvents=false
## sortEvents=true
Event DB debugging
Set to true for activation of additional debug output. It is disabled by default false and should be not enabled in production environments.