Add two Elasticsearch panels to the Grafana search dashboard.#4121
Add two Elasticsearch panels to the Grafana search dashboard.#4121koetsier wants to merge 1 commit into
Conversation
stringiest
left a comment
There was a problem hiding this comment.
This is very exciting! 🌟
Just a couple of questions about whether we could name the charts more explicitly.
| "refId": "A" | ||
| } | ||
| ], | ||
| "title": "Cluster Status", |
There was a problem hiding this comment.
Could this be 'Elasticsearch Cluster Status', for clarity?
| "type": "prometheus", | ||
| "uid": "prometheus" | ||
| }, | ||
| "description": "Green: Cluster operates normally\nYellow: Primary shards allocated, but some replica shards unassigned\nRed: Primary shards unallocated", |
There was a problem hiding this comment.
Would it be useful to add something to describe the purple status too?
There was a problem hiding this comment.
The purple status cannot really happen and is returned if ES returns something it isn't supposed to - it is the 'other' case in a case statement
| "steps": [ | ||
| { | ||
| "color": "green", | ||
| "value": 0 | ||
| }, | ||
| { | ||
| "color": "red", | ||
| "value": 80 | ||
| } | ||
| ] |
There was a problem hiding this comment.
Does this bit make the shaded areas on the chart? Couldn't see them on the image included in the PR description.
There was a problem hiding this comment.
I don't really know what this does :). This code is generated by Grafana and the result was what I screenshotted
| "refId": "A" | ||
| } | ||
| ], | ||
| "title": "Percent disk space free", |
There was a problem hiding this comment.
Similar to above, could this title include 'Elasticsearch' for clarity?
Adds two metrics: Percentage of free deskspace per node (labelled by node name) cluster health green, yellow, red
8b05de2 to
cf2d578
Compare

Add two Elasticsearch panels to the Grafana search dashboard.
Adds two metrics:
Jira: https://gov-uk.atlassian.net/browse/SCH-1669