forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Make Cases in the Stack Management GA (elastic#168764)
- Loading branch information
Showing
12 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
x-pack/plugins/cases/docs/openapi/components/parameters/from.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
in: query | ||
name: from | ||
description: > | ||
[preview] Returns only cases that were created after a specific date. | ||
Returns only cases that were created after a specific date. | ||
The date must be specified as a KQL data range or date match expression. | ||
This functionality is in technical preview and may be changed or removed in a future release. | ||
Elastic will apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. | ||
schema: | ||
type: string | ||
example: now-1d |
4 changes: 1 addition & 3 deletions
4
x-pack/plugins/cases/docs/openapi/components/parameters/to.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
in: query | ||
name: to | ||
description: > | ||
[preview] Returns only cases that were created before a specific date. | ||
Returns only cases that were created before a specific date. | ||
The date must be specified as a KQL data range or date match expression. | ||
This functionality is in technical preview and may be changed or removed in a future release. | ||
Elastic will apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. | ||
schema: | ||
type: string | ||
example: now+1d |