Hi Bryan,

I tried with lineCount 1, i see it splitting two documents. But i need to
only one document

"{"json":"data","extracted":"from","message":"payload"}"

How can i get that?

On Tue, May 17, 2016 at 12:21 PM, Bryan Bende <bbe...@gmail.com> wrote:

> Hello,
>
> I think this would probably be better handled by SplitText with a line
> count of 1.
>
> SplitJson would be more for splitting an array of JSON documents, or a
> field that is an array.
>
> -Bryan
>
> On Tue, May 17, 2016 at 12:15 PM, Madhukar Thota <madhukar.th...@gmail.com
> > wrote:
>
>> 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.
>>
>
>

Reply via email to