I noticed that some of my files are not being ingested properly with the "_jsonparsefailure" tag.
When I take a look at the message it received, it is indeed receiving only part of the JSON file. I suspect that when Logstash sees a lot of new files at once, part of the JSON file gets cut off, and Logstash will parse the JSON file incorrectly.
Anyone else run into this issue?