Inspect => Download CSV => Formatted CSV, download file using Python

HI Team,

I had Kibana version 7.4

Inspect => Download CSV => Formatted CSV

Can I download table visualization Formatted data by using Python code or CURL

Thanks and regards,
BALAJI

This information is not available by a simple http request because a lot of the logic for the chart and data transformation is happening on the client. You need to actually load the Kibana frontend to do that.

So, can I use Kibana URL to download the CSV.

In my case, If I use Elasticsearch query it will return 1700+ lines of JSON response,
In CSV it shrieked to 80+ lines.

is there any to achieve my goal of download CSV?

Not only me, many of them interested to download CSV programmatically.

If you are after simple documents without aggregation, you can use the CSV export in Discover which is also available via http request: https://www.elastic.co/guide/en/kibana/current/discover.html#_save_and_share_your_search

However for the data table visualizations and aggregated data this is not possible.

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