How to get entire enriched "event" size (not message size)

hi
As per the link below, we got the size of the "message" field

But after doing transformation, we need to have the size of the final event also. How to get it?
I tried

event.set('event_size', event.get('_source').bytesize)

But didn't work

is maybe this what you want?

sorry mate, can't install external plugins in our installation

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