Open carsonip opened 1 year ago
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
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.