LogShipper​Log​Shipper

Log Synchronisation send logs to multiple desired destinations like ELS, datadog, Azure...

The log synchronisation task query logs and use LogShipper plugins to send them to a destination like Elasticsearch.

An execution use either the last log send date or now minus startingDayBefore as the starting point to search logs, fetch a batch of logs (1000 per default), send them via the log shippers, then store the date of the last fetched log to used as a starting point for the next execution.

yaml
type: "io.kestra.plugin.ee.core.log.LogShipper"