Skip to content

Commit

Permalink
Fixed the host metric name and added missing global tag filter in que…
Browse files Browse the repository at this point in the history
…ries
  • Loading branch information
Ravi Kiran Noothi committed Jul 18, 2018
1 parent 9f8332b commit d9907d4
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 115 deletions.
8 changes: 4 additions & 4 deletions Elasticsearch Cluster Stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -2231,17 +2231,17 @@
"valueMaps": [
{
"op": "=",
"text": "",
"text": "Ok",
"value": "0"
},
{
"op": "=",
"text": "",
"text": "Critical",
"value": "1"
},
{
"op": "=",
"text": "💔",
"text": "💔Down",
"value": "2"
}
],
Expand Down Expand Up @@ -9875,7 +9875,7 @@
"multi": false,
"name": "host",
"options": [],
"query": "tag_values(elasticsearch.node.os.cpu.percent,host)",
"query": "tag_values(elasticsearch.node.process.cpu.percent,node)",
"refresh": 1,
"regex": "",
"sort": 0,
Expand Down
Loading

0 comments on commit d9907d4

Please sign in to comment.