Hi !
I have a new requirement where I need to create a clickable url element (or a button) in a Kibana dashboard that'll trigger a POST request to an external api. The request body should include data from the dashboard.
- Is there anyway to create a link element (or a button) in the dashboard that can execute a POST request ?
- If so, how can we include the data in the request body ? If the user applies a filter in the dashboard, the data in the request body should also be filtered
Appreciate any guidance from the community