Diliver Kibana reports for users periodically

Hello,

In Discover kibana menu, we have configured a report (with some columns and filter query) and we would like to export it periodically (every day) in CSV file and deliver it for some users.

Is there any solution to automate this process ?

Note that, we are not using X-Pack plugin.

Thanks,
Omar.

@Omar_1CPI2011_BRAHIM

yes, this is generally done using the Reporting plugin and/or Watcher, which are x-pack features.

You could write your own script that hits Elasticsearch with that query and creates a csv from the result.

To see what ES-query Kibana is using in Discover for a Saved Search, open the Inspect-tab from the menu on the top.

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