Laurens Vets created METRON-1606:
------------------------------------
Summary: Add a 'wrap' to incoming messages in the metron json
parser
Key: METRON-1606
URL: https://issues.apache.org/jira/browse/METRON-1606
Project: Metron
Issue Type: Improvement
Reporter: Laurens Vets
Assignee: Otto Fowler
>From Otto on IRC:
So you would configure the parser
{code:java}
wrapIncomming : 'true' # This wraps the incomming bytes in a json construct, {
NAME : [ CONTENT ] }{code}
{code:java}
.wrapContructName : 'messages' # default name for the wrapping construct, this
name should be referenced in your jsonpath statement{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)