{ "aliasColors": {}, "bars": false, "maxDataPoints": 750, "interval": "30s", "dashLength": 10, "dashes": false, "datasource": "InfluxDB", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "x": {{ PANELS.elasticsearch_thread_count_graph.gridPos.x }}, "y": {{ PANELS.elasticsearch_thread_count_graph.gridPos.y }}, "w": {{ PANELS.elasticsearch_thread_count_graph.gridPos.w }}, "h": {{ PANELS.elasticsearch_thread_count_graph.gridPos.h }} }, "hiddenSeries": false, "id": 56565, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "max": true, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.4", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/Trend/", "dashLength": 4, "dashes": true, "fill": 0, "linewidth": 4 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "Count Current", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "elasticsearch_jvm", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "threads_count" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=", "value": "$servername" } ] }, { "alias": "Count Trend", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "elasticsearch_jvm", "orderByTime": "ASC", "policy": "so_long_term", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "mean_threads_count" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=", "value": "$servername" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Thread Count", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }