Skip to content

Commit 14491b6

Browse files
committed
openapi docs: minor health report fixes
1 parent efd4237 commit 14491b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,8 @@ paths:
15371537
type: object
15381538
patternProperties:
15391539
"^(?<pipeline_name>.+)$":
1540-
description: "pipeline name"
1540+
description: |
1541+
An indicator for the individual named pipeline
15411542
type: object
15421543
required:
15431544
- status
@@ -1792,9 +1793,9 @@ components:
17921793
- `red`: Logstash is experiencing an outage or certain features are unavailable for use.
17931794
enum:
17941795
- green
1795-
- red
17961796
- unknown
17971797
- yellow
1798+
- red
17981799

17991800
FlowValue:
18001801
description: |

0 commit comments

Comments
 (0)