Process events for the Alert has already been purged or moved to cold storage due to data retention settings configured in /etc/cb/cb.conf.
5.2.x, 5.3.x
Value
|
Function
|
cb.conf Default
|
Product Default
|
MaxEventStoreSizeInPercent
|
Prevents running out of disk space. Oldest Solr documents purge when this percentage of disk space is met.
|
70
|
70
|
MaxEventStoreSizeInMB
|
Limits the amount of space solr can take. Oldest Solr documents purge when Solr reaches this amount of disk space. Same functionality as MaxEventStoreSizeInPercent.
|
#1000000 (commented)
|
0 (Unlimited)
|
MaxEventStoreSizeInDocs
|
Decreases query time. Oldest Solr documents purge when this document count limit is met.
|
60
|
120
|
MaxEventStoreDays
|
Balances long running process retention and normal retention. Purges long running processes. 5.2.6+ purges modulestore files if binary file sharing with Alliance is disabled.
|
30
|
0(unlimited)
|
6.x and Higher
Value
|
Function
|
cb.conf Default
|
Product Default
|
MaxEventStoreDays
|
Decreases query time. When cores reach this age they are unmounted/deleted
|
30
|
0 (Unlimited)
|
MaxEventStoreSizeInMB
|
Limits the amount of space solr can take. Oldest Solr core is unmounted/deleted when Solr reaches this amount of disk space. Same functionality as MaxEventStoreSizeInPercent.
|
#1000000 (commented)
|
0 (Unlimited)
|
MaxEventStoreSizeInPercent
|
Prevents running out of disk space. Oldest Solr core is unmounted/deleted.
|
90
|
90
|
SolrTimePartitioningActivePartitions
|
Controls the number of actively searched Solr partitions that remain in the query index.
|
30
|
30
|