humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Enhancement - kafka.properties from docs is questionable. #7

Closed henrikjohansen closed 6 years ago

henrikjohansen commented 6 years ago

The Multi-machine distributed Installation gives some bad advise for configuring Kafka.

log.retention.bytes=17179869184

This setting controls the maximum size of the log before deleting it and can thus be the cause for data loss if Humio should fall behind ingesting data from Kafka. For that reason 'log.retention.bytes' is normally set to '-1' and a time-based retention policy is used in it's place.

Now you should :

chvitved commented 6 years ago

Fixed in next release. log.retention.bytes is not used instead log.retention.hours=48