This component contains different backends for storing CCEvent and CCLog messages. The this in only a short term storage, so all backends have a notion of retention time to delete older entries.
{
"retention_time": "48h",
"flush_time": "10s",
"backend" : {
"type" : "backend-type"
// backend specific configuration
}
}The events are only kept retention_time long, then they get deleted. Every flush_time, all arrived messages are flushed to the storage backend.
Each backend uses it's own configuration file entries. Check the backend-specific page for more information.