Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'make api-docs && make api-docs-s…
Browse files Browse the repository at this point in the history
…taging'
  • Loading branch information
kibanamachine committed Oct 8, 2024
1 parent 0649f68 commit 91c531a
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 0 deletions.
96 changes: 96 additions & 0 deletions oas_docs/output/kibana.serverless.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,22 @@ paths:
required:
- status
- last_execution_date
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
id:
description: The identifier for the rule.
type: string
Expand Down Expand Up @@ -2026,6 +2042,22 @@ paths:
Indicates whether you want to run the rule on an interval
basis after it is created.
type: boolean
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
name:
description: >-
The name of the rule. While this name does not have to be
Expand Down Expand Up @@ -2410,6 +2442,22 @@ paths:
required:
- status
- last_execution_date
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
id:
description: The identifier for the rule.
type: string
Expand Down Expand Up @@ -3146,6 +3194,22 @@ paths:
type: number
required:
- active
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
name:
description: >-
The name of the rule. While this name does not have to be
Expand Down Expand Up @@ -3522,6 +3586,22 @@ paths:
required:
- status
- last_execution_date
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
id:
description: The identifier for the rule.
type: string
Expand Down Expand Up @@ -4732,6 +4812,22 @@ paths:
required:
- status
- last_execution_date
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
id:
description: The identifier for the rule.
type: string
Expand Down
96 changes: 96 additions & 0 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,22 @@ paths:
required:
- status
- last_execution_date
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
id:
description: The identifier for the rule.
type: string
Expand Down Expand Up @@ -2026,6 +2042,22 @@ paths:
Indicates whether you want to run the rule on an interval
basis after it is created.
type: boolean
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
name:
description: >-
The name of the rule. While this name does not have to be
Expand Down Expand Up @@ -2410,6 +2442,22 @@ paths:
required:
- status
- last_execution_date
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
id:
description: The identifier for the rule.
type: string
Expand Down Expand Up @@ -3146,6 +3194,22 @@ paths:
type: number
required:
- active
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
name:
description: >-
The name of the rule. While this name does not have to be
Expand Down Expand Up @@ -3522,6 +3586,22 @@ paths:
required:
- status
- last_execution_date
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
id:
description: The identifier for the rule.
type: string
Expand Down Expand Up @@ -4732,6 +4812,22 @@ paths:
required:
- status
- last_execution_date
flapping:
additionalProperties: false
nullable: true
type: object
properties:
look_back_window:
maximum: 20
minimum: 2
type: number
status_change_threshold:
maximum: 20
minimum: 2
type: number
required:
- look_back_window
- status_change_threshold
id:
description: The identifier for the rule.
type: string
Expand Down
Loading

0 comments on commit 91c531a

Please sign in to comment.