I am trying to extract fields of SNMPv1 trap from logstash output. Here is my pipeline:
And This is what I see in output:
Here, agent address is coming as combination of hexadecimal and ASCII value.
"agent_address" => ""\xFFA\xFFA""
Has anyone seen this before? I need agent address in IP Address format( like 1.1.1.1) .
Any help would be appreciated.