Hi,
I'm not too familiar with morphlines but my first guess is that the value
of the outputFields should be an array. See:
http://kitesdk.org/docs/1.0.0/morphlines/morphlines-reference-guide.html#split
Or you might use "outputField" instead of "outputFields"
Regards,
Denes
On Mon, Feb 6, 2017 at
Hi I'm trying to use morphline inteceptor and convert my syslog to JSON
for start i tried to use split command for splitting my string ,but im
getting error as below:
Source r1 has been removed due to an error during configuration
com.typesafe.config.ConfigException$WrongType:
/root/flume.17/con
Greetings,
I was wondering if it was possible to add entries to a message received via
an AVRO source? I have a record that has a specific set of fields, comma
delimited, and wish to be able to add extra fields to the end of the message.
Would the morphline interceptor allow me to do this