Plugins 〉Zendesk Datasource Plugin


Developer

Gabrielthomasjacobs

Sign up to receive occasional product news and updates:



Data Source
community

Zendesk Datasource Plugin

  • Overview
  • Installation
  • Change log
  • Related content

Zendesk Plugin

Adds Zendesk Integration

Features

  • Visualize ticket volume or details
  • Query on any field in your organization's Zendesk instance

Getting Started

First, you will need to generate an API token from the zendesk admin panel.

https://support.zendesk.com/hc/en-us/articles/4408889192858-Generating-a-new-API-token

Next, add the plugin to your Grafana instance.

In the datasource configuration page, add the API endpoint as the URL:

https://yoursubdomain.zendesk.com/api/v2/

Enable "Basic auth" and set the username to your email address followed by "/token" and the password to the API token you generated. e.g.:

username: Gabriel.Thomas.Jacobs@gmail.com/token password: footoken12345

Recommended Visualization Options:

  • visualization type: Stat
  • Calculation: Count
  • Fields: Numeric Fields

Finally, use the "Organize Fields" transform to hide unwanted fields or to re-order the fields for Table Visualizations.

Install on Grafana Cloud

Plugins can be installed directly from within your Grafana instance or automated using the Cloud API or Terraform.

Learn more about plugin installation

For more information, visit the docs on plugin installation.

Changelog

1.1.2

Fix for invalid ID - Github #16

1.1.1

Add new variable 'CumulativeStatusCount' to track open/closed tickets. Simplified version target.

1.1.0

Package updates to support Grafana v10

1.0.1

Minor fixes for community submission.

1.0.0

Initial release.