Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to export data from kibana(ELK stack) as CSV from API calls?

I have already export data from kibana(ELK stack) as in JSON file format by API calls.But the requirement to get enhanced data table's data as in CSV format through API calls.Is there a way i can achieve this?

like image 453
rehan Avatar asked Dec 05 '25 21:12

rehan


1 Answers

This question is similar to this one.

Short answer: No. This is no API provided to get the data as CSV. You need to do the data conversion yourself.

like image 147
Dennis Avatar answered Dec 07 '25 16:12

Dennis