Closed
Description
Add "impact" block to indicators and populate it for the shards availability indicator.
Impacts should include high level language, and wherever possible all the resources that are affected (in the shards availability indicator case the indices).
The impacts should also have a severity assigned.
ie.
- if primary shards are unavailable (severity 2)
Cannot add data to 7 indices [index-1, index-2...] currently. Search results might return incomplete results.
- if replica shards are unavailable (severity 3)
Redundancy for 7 indices [index-1, index-2...] is currently disrupted. Fault tolerance and search scalability is reduced.
- if both primary and replica shards are unavailable (severity 1)
Indices [index-1, index-2, ...] are unavailable. You are at risk of losing the data in these indices.