[Heartbeat] Synthetics journey/end
event has incorrect mapping for start/end time
#40208
Labels
journey/end
event has incorrect mapping for start/end time
#40208
Summary
With the introduction of the recent changes in the libbeat #38767, We kind of missed out some of the parsing errors on the synthetics documents. When synthetics emits
journey/end
event type, we writepayload.start
andpayload.end
which gets sent to the ES even though we don't use that event in the UI which was done as part of the Summarizer changes #36519. As a result, we are seeing the parsing exception as the type doesn't match the expected format in the ES.Not sure how we missed this, Probably there are some changes on the ES side from 8.14.x, I haven't verified this yet.
Run with the new logging flag to output the full event,
env ELASTIC_SYNTHETICS_CAPABLE=true ./heartbeat -E logging.event_data.to_stderr=true -e
The text was updated successfully, but these errors were encountered: