Using Logstash to ingest Topbeat data that is output in file mode

I think easiest way to load those files would be to use Logstash with the file input plugin and the json codec. Topbeat outputs in "one json per line" format, which should be compatible with file input + json codec.