apm-server icon indicating copy to clipboard operation
apm-server copied to clipboard

Missing "Publish event:" log line with debug logging

Open carsonip opened this issue 2 years ago • 1 comments

In recent versions (probably since 8.0), with debug logging, the "Publish event:" log line in libbeat publisher seem to have disappeared. Investigate why it is not logging now.

carsonip avatar Apr 13 '23 17:04 carsonip

I think in 40be17728b5be682559eb1f0bbde45f67ca4758f when we stopped using MakeDefaultSupport, we removed the publish event log line because MakeDefaultSupport sets up debugPrintProcessor: https://github.com/elastic/beats/blob/main/libbeat/publisher/processing/processors.go#L193

carsonip avatar Apr 13 '23 17:04 carsonip