Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 694 Bytes

File metadata and controls

9 lines (7 loc) · 694 Bytes

Fault tolerant log collection example

Filelog receiver's persistence can be covered by the usage of the following extensions:

  • filestorage extension, to ensure that Collector's restarts do not affect the log collection and offset tracking.
  • exporterhelper persistent-queue, to ensure that Collector's restarts do not affect the delivery of the already collected logs.

A full configuration example is provided in example config