Open luckyb56 opened 8 years ago
@luckyb56 what you want ? decode in single message or multiple message? if decode into multiple message on nested field(in your case packetbeat_dns_answers) i think we need to implement feature like logstash split filter using "MultiMessageCodec".
@pramodanarase A single message would be great as it will keep the context and do basic level of stats.
+1
This has been partially addressed in https://github.com/Graylog2/graylog2-server/pull/3106 and #29
When using Packetbeat to send messages directly to Graylog2, the nested JSON objects won't be decoded and would be seen as '[object Object],[object Object]' under search UI. Example input JSON message:
packetbeat_dns_answers structure won't be decoded in this example.