I have a json in the below format
abc def{"DeviceId": "00D0","From": "LA","NotificationType": "Message","PublishTime": "2016-08-12T16:00:01.0995115+00:00",{"Version": "1.0","DeviceId": "00D0","From": "00D0"}
how can i ignore the abc def before the json and the above json is in single line. Can logstash parse something in the above format?
Thanks in advance