Closed lukasmalkmus closed 3 years ago
The PR just fixed the second issue mentioned:
Having just a single event inside logs.json fails silently, without ingesting and raising an error.
The previous issue still exists :(
Only occurs with a given file size. It seems like the json content Is cut mid-line. To reproduce, add like 18 lines of the data from above and try to ingest.
A regression was introduced with https://github.com/axiomhq/cli/commit/f534579be074e2dee71824e3331df09463f79a1b which causes ingestion to fail:
logs.json
:cat ~/Downloads/logs.json | axiom ingest lukas-logs
:Having just a single event inside
logs.json
fails silently, without ingesting and raising an error.