opensearch-project / dashboards-reporting

Apache License 2.0
9 stars 30 forks source link

Export CSV from dashboard #113

Open cminutolo opened 2 years ago

cminutolo commented 2 years ago

Is your feature request related to a problem? Please describe. With Elastic search , we could export to CSV a saved object from the dashboard directly , including the filter apply to it . For example , we could apply a filter on a column to reduce the number of line and after export it. Now with Opensearch we can export to CSV a saved object but it is only from the reporting tab , which means that all the filter that the user apply in the dashboard are loose. If we want to apply filter, we need to do it again from the discover table.

Describe the solution you'd like The solution should be to be able to export to CSV directly from the dashboard as ElasticSearch does

zhongnansu commented 2 years ago

@cminutolo Do you mean the export to csv option next to the tables in a dashboard? e.g. image

cminutolo commented 2 years ago

yes !

zhongnansu commented 2 years ago

Notice that the feature you mentioned is a feature of Elastic x-pack reporting. The opensouce version of Elasticsearch doesn't have this feature. And Opensearch is a fork of opensource Elasticsearch. This is not some bug that happens after migrating from Elasticsearch to Opensearch. It's more like a feature request.

cminutolo commented 2 years ago

Yes i know that this is not a bug but a feature request. Do you know if this feature is planed to be added , or if it is possible to add it in the future ?

zhongnansu commented 2 years ago

Definitely, I think this will be a really good feature to add. I'll update the thread once we decide to add the feature to our roadmap.

cminutolo commented 2 years ago

Do you have some information when this feature will be added in opensearch ? This feature is very important for us because we are blocked without it. It would be nice to know if it is about days or months in order to define a strategy :)

zhongnansu commented 2 years ago

https://github.com/opendistro-for-elasticsearch/kibana-reports/issues/321 this looks like a highly requested feature, as far as I can remember there's 5+ github issue related back when we were opendistro. @anirudha Any thought of putting this into reporting roadmap? But what I am more curious is how we decide and prioritize feature requests.

La0 commented 2 years ago

Any update on this feature ? Is it in the reporting roadmap ?

dogukanl commented 2 years ago

I would also be very interested in this feature. Right now, I think we are limited to exporting saved searches only. This works okay if you know what you're looking for beforehand. However, exploration of data is often ephemeral. I'd love to be able to export searches in csv format on the spot without having to save the search. Having to save the searches also clutters the reporting page, when you want to export quick searches to inspect them using another tool.

jonn26 commented 3 months ago

This is a critical feature for our org. We have many dashboards that we apply ad-hoc filters that we need to export the data to csv. The only work around is to apply all the same filters in discover and save it and export it but this is very cumbersome. How can we get this added to the project roadmap?