First of all I'm fairly new to the elastic stack!
I use the elastic APM to monitor an application.
I have to export the collected dataset about 10+million entries.
I already tried to set the kibanas xpack.reporting.csv.maxSizeBytes
as well as elastic search http.max_content_lenght
to their limits. But I still can't export everything.
So clearly there must be a better way to export such huge amount of data. So I'm trying to get my head around elastics APM and how it stores data on the elastic search server.
Is there a way to retrieve the apm data directly from the elastic search server (maybe using logstash), such it is in the same form as in kibanas discover section?