I have a incoming json from kafka with two documents seperated by new line
{"index":{"_index":"mylogger-2014.06.05","_type":"mytype-host.domain.com"}}{"json":"data","extracted":"from","message":"payload"}I want to get the second document after new line. How can i split the json by new line using SplitJSOn processor.
