Skip to content

Commit 443a585

Browse files
committed
update healthstatus enums
1 parent c0399d4 commit 443a585

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

specification/_global/health_report/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export enum IndicatorHealthStatus {
2626
green,
2727
yellow,
2828
red,
29-
unknown
29+
unknown,
30+
unavailable
3031
}
3132

3233
export class Indicators {

specification/_types/common.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ export enum HealthStatus {
233233
* One or more primary shards are unassigned, so some data is unavailable. This can occur briefly during cluster startup as primary shards are assigned.
234234
* @aliases RED
235235
*/
236-
red
236+
red,
237+
unknown,
238+
unavailable
237239
}
238240

239241
export enum HttpMethod {

0 commit comments

Comments
 (0)