How to process .Json data in kibana

Hey @busan,

I believe this uploader expects "NDJSON" as opposed to JSON files. The "ND" stands for newline-delimited. So essentially, you have to remove the formatting from your JSON objects, so that each object you want to index is on its own line, and doesn't span multiple lines.