How to ingest ndjson into APM server?
We have an open telemetry data written (in ndjson) in the single file, which should be continuously loaded and sent to the APM.
We can’t use Filebeat as it has no APM output. We could use Logstash, as it has http output, but we are not sure about the output format. What about other possibilities?