Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document how timestamps set in Kafka messages affect retention (#30025)…
… (#30037) Some customers find the default behavior when using Kafka outputs unexpected.There are 2 possible options: 1. Message timestamp to be assigned on event creation (in beats), when the actual event was emitted and then propagated to Kafka 2. Message timestamp to be assigned when Kafka actually receives the message Since beats always set the message timestamp for Kafka version 0.10.0.0+ it's worth to document how to switch between the 2 options in Kafka configuration using the `log.message.timestamp.type` parameter. (cherry picked from commit a473d94) Co-authored-by: Denis Rechkunov <[email protected]>
- Loading branch information