Skip to content

Commit 1cbdb7d

Browse files
committed
openapi docs: minor health report fixes
1 parent 2d9b197 commit 1cbdb7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/static/spec/openapi/logstash-api.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,8 @@ paths:
15431543
type: object
15441544
patternProperties:
15451545
"^(?<pipeline_name>.+)$":
1546-
description: "pipeline name"
1546+
description: |
1547+
An indicator for the individual named pipeline
15471548
type: object
15481549
required:
15491550
- status
@@ -1826,9 +1827,9 @@ components:
18261827
- `red`: Logstash is experiencing an outage or certain features are unavailable for use.
18271828
enum:
18281829
- green
1829-
- red
18301830
- unknown
18311831
- yellow
1832+
- red
18321833

18331834
FlowValue:
18341835
description: |

0 commit comments

Comments
 (0)