Hello,
I am using APM to monitor a Java application.
Versions:
APM server: 7.5.1
Elastic APM Java Agent: 1.14
Apm Java Agent API: 1.14
I configured the APM server to print the data into a file.
We use Logstash to aggregate the data from the file, as described in: 226082
I have discovered that the APM server does not always write the events into the file in order they happened (i.e. not ordered by timestamp).
This makes the data aggregation with Logstash faulty.
Is there any way to configure the APM server to print the events in order?
I could not find anything to this online.
Thanks!