Hello!
I'm trying to setup a report that I can fetch via automatic report generation using a POST URL. But I've run into something that I can't solve.
I've created a report in Canvas presenting some data about our customers. Inside the report I've added a DropDown filter so that I can filter on a specific customer, this works perfectly fine within Kibana and Canvas and I'm happy with the result.
However in order to send the reports to the customers I would like to use some automatic generation of PDFs.
Now my question is this:
Is there any way to send filter parameters when using the POST URL? Or in some other way for that matter? Each report I want to generate should only contain data for one customer.
Thankful for any help!