Update ElasticSearch Grafana dashboard

This commit is contained in:
CarlosEDP 2019-02-27 11:12:34 -03:00
parent 9531dc2278
commit c2d9b9b91a

View File

@ -15,8 +15,8 @@
"editable": true, "editable": true,
"gnetId": null, "gnetId": null,
"graphTooltip": 1, "graphTooltip": 1,
"id": 16, "id": 19,
"iteration": 1551271295198, "iteration": 1551275508525,
"links": [], "links": [],
"panels": [ "panels": [
{ {
@ -1394,14 +1394,14 @@
], ],
"sparkline": { "sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)", "fillColor": "rgba(31, 118, 189, 0.18)",
"full": false, "full": true,
"lineColor": "rgb(31, 120, 193)", "lineColor": "rgb(31, 120, 193)",
"show": true "show": true
}, },
"tableColumn": "", "tableColumn": "",
"targets": [ "targets": [
{ {
"expr": "sum(node_memory_MemTotal_bytes)", "expr": "sum(elasticsearch_jvm_memory_committed_bytes)",
"format": "time_series", "format": "time_series",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "", "legendFormat": "",
@ -1411,7 +1411,7 @@
} }
], ],
"thresholds": "", "thresholds": "",
"title": "Total Memory", "title": "Total Memory Available",
"type": "singlestat", "type": "singlestat",
"valueFontSize": "80%", "valueFontSize": "80%",
"valueMaps": [ "valueMaps": [
@ -1480,14 +1480,14 @@
], ],
"sparkline": { "sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)", "fillColor": "rgba(31, 118, 189, 0.18)",
"full": false, "full": true,
"lineColor": "rgb(31, 120, 193)", "lineColor": "rgb(31, 120, 193)",
"show": true "show": true
}, },
"tableColumn": "", "tableColumn": "",
"targets": [ "targets": [
{ {
"expr": "sum(node_memory_MemFree_bytes)", "expr": "sum(elasticsearch_jvm_memory_used_bytes)",
"format": "time_series", "format": "time_series",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "", "legendFormat": "",
@ -1496,7 +1496,7 @@
} }
], ],
"thresholds": "", "thresholds": "",
"title": "Total Memory Free", "title": "Memory Usage",
"type": "singlestat", "type": "singlestat",
"valueFontSize": "80%", "valueFontSize": "80%",
"valueMaps": [ "valueMaps": [
@ -1565,14 +1565,14 @@
], ],
"sparkline": { "sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)", "fillColor": "rgba(31, 118, 189, 0.18)",
"full": false, "full": true,
"lineColor": "rgb(31, 120, 193)", "lineColor": "rgb(31, 120, 193)",
"show": true "show": true
}, },
"tableColumn": "", "tableColumn": "",
"targets": [ "targets": [
{ {
"expr": "sum(node_memory_MemAvailable_bytes)", "expr": "sum(elasticsearch_jvm_memory_committed_bytes)-sum(elasticsearch_jvm_memory_used_bytes)",
"format": "time_series", "format": "time_series",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "", "legendFormat": "",
@ -1581,7 +1581,7 @@
} }
], ],
"thresholds": "", "thresholds": "",
"title": "Total Memory Available", "title": "Free Memory",
"type": "singlestat", "type": "singlestat",
"valueFontSize": "80%", "valueFontSize": "80%",
"valueMaps": [ "valueMaps": [
@ -2192,7 +2192,7 @@
"value": "$__all" "value": "$__all"
}, },
"datasource": "$server", "datasource": "$server",
"definition": "", "definition": "label_values(elasticsearch_cluster_health_status,cluster)",
"hide": 0, "hide": 0,
"includeAll": true, "includeAll": true,
"label": null, "label": null,
@ -2242,7 +2242,7 @@
] ]
}, },
"timezone": "utc", "timezone": "utc",
"title": "ElasticSearch Cluster", "title": "ElasticSearch Cluster 2",
"uid": "n_nxrE_mk78", "uid": "n_nxrE_mk7",
"version": 1 "version": 1
} }