msgpack
The msgpack parser plugin parses the MessagePack data.
Parameters
See Parse Section Configurations.
Example
This incoming event:
\x82\xA7message\xADHello msgpack\xA3numd
is parsed as:
time:
1582648111.269613 (current time)
record:
{"message":"Hello msgpack", "num":100}