Sending report (csv or pdf) or rollup indices to third party apps (e.g. kafka)

Hello, I'm thinking of sending data of kibana reports to third party service. So far, i can generate report automatically (csv) using the API and create rollup jobs but it does not download or sent automatically. Is there any way to do that automatically?

You would need to pull it from an external service, Elasticsearch or Kibana won't push it out.

I read that the automatic download reporting is requested in the github but it is not yet implemented. Is there any other way to pull the csv from external service?

Hi Mikhael, when you submit the POST request to the reporting endpoint, Kibana sends a response with the URL to download the CSV. Your external service would need to fetch this URL.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.