I'm trying to parse a newline separated HTTPS POST data feed, each line is a JSON object. I also have an output to elastic search.
Right now I'm trying to use the json_lines codec and that doesn't seem to be working at all. If I use the json code, that seems to only catch the first object in the POST body.
The HTTPS input plugin is working, just can't get the data to read in and parse into elastic search correctly at this point.
Thank you if anyone can help!