We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd4237 commit 14491b6Copy full SHA for 14491b6
docs/static/spec/openapi/logstash-api.yaml
@@ -1537,7 +1537,8 @@ paths:
1537
type: object
1538
patternProperties:
1539
"^(?<pipeline_name>.+)$":
1540
- description: "pipeline name"
+ description: |
1541
+ An indicator for the individual named pipeline
1542
1543
required:
1544
- status
@@ -1792,9 +1793,9 @@ components:
1792
1793
- `red`: Logstash is experiencing an outage or certain features are unavailable for use.
1794
enum:
1795
- green
- - red
1796
- unknown
1797
- yellow
1798
+ - red
1799
1800
FlowValue:
1801
description: |
0 commit comments