Configuring the Zendesk plugin is a two step process:
- Installing the zendesk plugin
- Configuring the zendesk data source
Installing the Zendesk plugin
To install a plugin, see Install Grafana plugins.
To install the Zendesk plugin, see Installation on the Zendesk plugin page.
Configuring the Zendesk data source
For general information on adding a data source see Add a data source. Only users with the organization administrator
role can add data sources.
Set the Zendesk data source’s basic configuration options:
Configure the data source with provisioning
It is possible to configure data sources using configuration files with Grafana’s provisioning system. To read about how it works, including and all the settings that you can set for this data source, refer to Provisioning Grafana data sources.
Here is a provisioning example for this data source:
apiVersion: 1
datasources:
- name: Zendesk Data Source
type: grafana-zendesk-datasource
basicAuth: true
jsonData:
services:
zendesk:
auth:
username: '<email_address>'
variables:
subdomain: '<zendesk_subdomain>'
secureJsonData:
zendesk.password: '<zendesk_api_token>'