Performed on date 16-Aug to 19-Aug, 2022
Integrate Azure DevOps with Kibana/Grafana to send events via Azure DevOps. Ex A push notification when a build fails
Note: As no Service hook is listed for Kibana specifically in Azure DevOps currently, the listed Service hook for Grafana is explored for Kibana integration. More details in this link
Since the Kibana used in this integration is open-source with Basic Licensing, not allowing to generate OAuth API token for cross-platform integration such as the one with Azure DevOps. So its Known Error with this license, Reference message below
Grafana details into Azure DevOps Grafana Service Hook page
Once above Service Hook is created successfully, below lands up
Successfully created Grafana Service Hook listed below
Now, Azure DevOps can push event notifications into Grafana over this Service Hook
Azure DevOps Service Hooks
https://docs.microsoft.com/en-us/azure/devops/service-hooks/overview?view=azure-devops
Kibana API Token Creation
https://www.elastic.co/guide/en/kibana/7.16/api-keys.html
Grafana API Token Creation