{ "__inputs": [ { "name": "DS_ES_- TICKETS BY CREATED_AT", "label": "ES - Tickets by created_at", "description": "", "type": "datasource", "pluginId": "elasticsearch", "pluginName": "Elasticsearch" }, { "name": "DS_ES_- TICKETS BY CLOSED_AT", "label": "ES - Tickets by closed_at", "description": "", "type": "datasource", "pluginId": "elasticsearch", "pluginName": "Elasticsearch" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "barchart", "name": "Bar chart", "version": "" }, { "type": "datasource", "id": "elasticsearch", "name": "Elasticsearch", "version": "1.0.0" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "10.3.1" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Sample dashboard with different panels to visualize opened and closed tickets on different time ranges.\n\nAs per\nhttps://gist.not-enough.coffee/MrGeneration/a38ae45faad5438a8e2d2ba07122f1c9\n\nvia YouTube\nhttps://www.youtube.com/@that_helpdesk_guy", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "datasource", "uid": "-- Mixed --" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unitScale": true }, "overrides": [ { "matcher": { "id": "byName", "options": "created" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "closed" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 0 }, "hideTimeOverride": false, "id": 2, "interval": "1d", "options": { "barRadius": 0, "barWidth": 0.97, "fullHighlight": false, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "orientation": "auto", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "targets": [ { "alias": "created", "bucketAggs": [ { "field": "created_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_ES_- TICKETS BY CREATED_AT}" }, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "A", "timeField": "created_at" }, { "alias": "closed", "bucketAggs": [ { "field": "close_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_ES_- TICKETS BY CLOSED_AT}" }, "hide": false, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "B", "timeField": "close_at" } ], "timeFrom": "now-14d", "title": "Created vs Closed by day", "transformations": [ { "id": "joinByField", "options": { "byField": "Time", "mode": "outer" } }, { "id": "formatTime", "options": { "outputFormat": "DD.MM.YY", "timeField": "Time", "timezone": "browser", "useTimezone": true } } ], "type": "barchart" }, { "datasource": { "type": "datasource", "uid": "-- Mixed --" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unitScale": true }, "overrides": [ { "matcher": { "id": "byName", "options": "created" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "closed" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 13, "w": 24, "x": 0, "y": 10 }, "hideTimeOverride": false, "id": 3, "interval": "1M", "options": { "barRadius": 0, "barWidth": 0.97, "fullHighlight": false, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "orientation": "auto", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "targets": [ { "alias": "created", "bucketAggs": [ { "field": "created_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_ES_- TICKETS BY CREATED_AT}" }, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "A", "timeField": "created_at" }, { "alias": "closed", "bucketAggs": [ { "field": "close_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_ES_- TICKETS BY CLOSED_AT}" }, "hide": false, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "B", "timeField": "close_at" } ], "timeFrom": "now-1y", "title": "Created vs Closed by month", "transformations": [ { "id": "joinByField", "options": { "byField": "Time", "mode": "outer" } }, { "id": "formatTime", "options": { "outputFormat": "MM/YYYY", "timeField": "Time", "timezone": "browser", "useTimezone": true } } ], "type": "barchart" }, { "datasource": { "type": "datasource", "uid": "-- Mixed --" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unitScale": true }, "overrides": [ { "matcher": { "id": "byName", "options": "created" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "closed" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 13, "w": 24, "x": 0, "y": 23 }, "hideTimeOverride": false, "id": 4, "interval": "1w", "options": { "barRadius": 0, "barWidth": 0.97, "fullHighlight": false, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "orientation": "auto", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "targets": [ { "alias": "created", "bucketAggs": [ { "field": "created_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_ES_- TICKETS BY CREATED_AT}" }, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "A", "timeField": "created_at" }, { "alias": "closed", "bucketAggs": [ { "field": "close_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_ES_- TICKETS BY CLOSED_AT}" }, "hide": false, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "B", "timeField": "close_at" } ], "timeFrom": "now-1y", "title": "Created vs Closed by week", "transformations": [ { "id": "joinByField", "options": { "byField": "Time", "mode": "outer" } }, { "id": "formatTime", "options": { "outputFormat": "ww/YY", "timeField": "Time", "timezone": "browser", "useTimezone": true } } ], "type": "barchart" } ], "refresh": "", "schemaVersion": 39, "tags": [], "templating": { "list": [] }, "time": { "from": "now-7d", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Created vs Closed Tickets", "uid": "f299f37a-5824-454a-8bca-99f44d9f1e00", "version": 5, "weekStart": "" } "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unitScale": true }, "overrides": [ { "matcher": { "id": "byName", "options": "created" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "closed" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 0 }, "hideTimeOverride": false, "id": 2, "interval": "1d", "options": { "barRadius": 0, "barWidth": 0.97, "fullHighlight": false, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "orientation": "auto", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "targets": [ { "alias": "created", "bucketAggs": [ { "field": "created_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "f1e430b6-eda8-4e2a-8c0e-95fbaa811f85" }, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "A", "timeField": "created_at" }, { "alias": "closed", "bucketAggs": [ { "field": "close_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "d6bacb05-9337-47bb-9a55-16bee9077e04" }, "hide": false, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "B", "timeField": "close_at" } ], "timeFrom": "now-14d", "title": "Created vs Closed by day", "transformations": [ { "id": "joinByField", "options": { "byField": "Time", "mode": "outer" } }, { "id": "formatTime", "options": { "outputFormat": "DD.MM.YY", "timeField": "Time", "timezone": "browser", "useTimezone": true } } ], "type": "barchart" }, { "datasource": { "type": "datasource", "uid": "-- Mixed --" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unitScale": true }, "overrides": [ { "matcher": { "id": "byName", "options": "created" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "closed" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 13, "w": 24, "x": 0, "y": 10 }, "hideTimeOverride": false, "id": 3, "interval": "1M", "options": { "barRadius": 0, "barWidth": 0.97, "fullHighlight": false, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "orientation": "auto", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "targets": [ { "alias": "created", "bucketAggs": [ { "field": "created_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "f1e430b6-eda8-4e2a-8c0e-95fbaa811f85" }, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "A", "timeField": "created_at" }, { "alias": "closed", "bucketAggs": [ { "field": "close_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "d6bacb05-9337-47bb-9a55-16bee9077e04" }, "hide": false, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "B", "timeField": "close_at" } ], "timeFrom": "now-1y", "title": "Created vs Closed by month", "transformations": [ { "id": "joinByField", "options": { "byField": "Time", "mode": "outer" } }, { "id": "formatTime", "options": { "outputFormat": "MM/YYYY", "timeField": "Time", "timezone": "browser", "useTimezone": true } } ], "type": "barchart" }, { "datasource": { "type": "datasource", "uid": "-- Mixed --" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unitScale": true }, "overrides": [ { "matcher": { "id": "byName", "options": "created" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "closed" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 13, "w": 24, "x": 0, "y": 23 }, "hideTimeOverride": false, "id": 4, "interval": "1w", "options": { "barRadius": 0, "barWidth": 0.97, "fullHighlight": false, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "orientation": "auto", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "targets": [ { "alias": "created", "bucketAggs": [ { "field": "created_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "f1e430b6-eda8-4e2a-8c0e-95fbaa811f85" }, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "A", "timeField": "created_at" }, { "alias": "closed", "bucketAggs": [ { "field": "close_at", "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "d6bacb05-9337-47bb-9a55-16bee9077e04" }, "hide": false, "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "B", "timeField": "close_at" } ], "timeFrom": "now-1y", "title": "Created vs Closed by week", "transformations": [ { "id": "joinByField", "options": { "byField": "Time", "mode": "outer" } }, { "id": "formatTime", "options": { "outputFormat": "ww/YY", "timeField": "Time", "timezone": "browser", "useTimezone": true } } ], "type": "barchart" } ], "refresh": "", "schemaVersion": 39, "tags": [], "templating": { "list": [] }, "time": { "from": "now-7d", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Created vs Closed Tickets", "uid": "f299f37a-5824-454a-8bca-99f44d9f1e00", "version": 5, "weekStart": "" }