I have made dashboards for monitoring my services. But I also want to trigger the services again from the kibana only. I don't want another interface for that. Is that possible with Kibana?
I have created a GET endpoint which can trigger the service. But how can I integrate this in Kibana and solve this problem?
There is no such mechanism on Kibana where you can add button and on click you can trigger some third party API or services.