Skip to content

Commit b36ab23

Browse files
cesco-fkibanamachine
authored andcommitted
[Synthetics] Added the property labels to synthetics docs (elastic#222538)
Added the property labels to synthetics docs --------- Co-authored-by: kibanamachine <[email protected]>
1 parent cbf98f6 commit b36ab23

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

oas_docs/output/kibana.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81686,6 +81686,12 @@ components:
8168681686
default: true
8168781687
description: Specify whether the monitor is enabled.
8168881688
type: boolean
81689+
labels:
81690+
additionalProperties:
81691+
type: string
81692+
description: |
81693+
Key-value pairs of labels to associate with the monitor. Labels can be used for filtering and grouping monitors.
81694+
type: object
8168981695
locations:
8169081696
description: |
8169181697
The location to deploy the monitor.

x-pack/solutions/observability/plugins/synthetics/docs/openapi/synthetic_apis.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,13 @@ components:
11051105
items:
11061106
type: string
11071107
description: An array of tags.
1108+
labels:
1109+
type: object
1110+
additionalProperties:
1111+
type: string
1112+
description: >
1113+
Key-value pairs of labels to associate with the monitor.
1114+
Labels can be used for filtering and grouping monitors.
11081115
timeout:
11091116
type: number
11101117
default: 16

0 commit comments

Comments
 (0)