Knowing when an event message get sent to pubsub

I'm using this plugin to send kafka events to pubsub,

I'm running to some issue where I need to know when the message arrived at logstash and when it was attempted to be delivered to pubsub.

When I tried to enable log.level debug, the messages was too verbose than just the I was looking for (possibly the information is not there, haven't checked it because it was too verbose), is there any elegant way to know the delivery time to pubsub without digging too much in the log files?

PS:
I tried this config in log4j, but it still doesn't emit the delivery time

logger.google_pubsuboutput.name = logstash.outputs.google_pubsub
logger.google_pubsuboutput.level = debug

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.