XML Configuration Reference : Monitor : CSVReportingPublisher
 
CSVReportingPublisher
com.exalead.cloudview.reporting.v10.CSVReportingPublisher
Base class for CSV Publishers.
Parent elements:
com.exalead.cloudview.reporting.v10.ReporterConfig (as ReporterConfig)
Attributes:
Name
Type
Default value
Description
synchronous
boolean
closeTimeoutMS
int
batchTimeoutMS
int
1000
minBatchSize
int
50
maxBatchSize
int
250
maxQueueSize
int
250
publishedFields
string
file
string
maxFileSizeMB
int
50
0 means no rotation is triggered by the file size
rotateEveryNMonths
int
0 means no rotation is triggered by the file age in month
rotateEveryNDays
int
1
0 means no rotation is triggered by the file age in day
rotateEveryNHours
int
0 means no rotation is triggered by the file age in hour
maxSizeToKeepMB
int
2500
Maximum csv reporting files volume in megaoctet. The oldest files are discarded at rotation time. 0 means no limit is enforced.
maxFileToKeep
int
50
Maximum csv reporting files to keep. The oldest files are discarded at rotation time. 0 means no limit is enforced, whereas 1 will discards all rotated files.
maxDayToKeep
int
30
Maximum csv reporting file age in day to keep. The oldest files are discarded at rotation time. 0 means no limit is enforced, whereas 1 only keep todays files.