mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [[DOCS] Fixes formatting in the Osquery manager APIs (#149871)](https://github.com/elastic/kibana/pull/149871) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kaarina Tungseth","email":"kaarina.tungseth@elastic.co"},"sourceCommit":{"committedDate":"2023-01-30T18:41:10Z","message":"[DOCS] Fixes formatting in the Osquery manager APIs (#149871)\n\n## Summary\r\n\r\nFixes the formatting of the rogue `Query parameters` sections.","sha":"be498a5c581e901885ca1f1241e9a64fb2919b98","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.4.0","v8.5.0","v8.6.0","v8.7.0"],"number":149871,"url":"https://github.com/elastic/kibana/pull/149871","mergeCommit":{"message":"[DOCS] Fixes formatting in the Osquery manager APIs (#149871)\n\n## Summary\r\n\r\nFixes the formatting of the rogue `Query parameters` sections.","sha":"be498a5c581e901885ca1f1241e9a64fb2919b98"}},"sourceBranch":"main","suggestedTargetBranches":["8.4","8.5","8.6"],"targetPullRequestStates":[{"branch":"8.4","label":"v8.4.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.5","label":"v8.5.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/149871","number":149871,"mergeCommit":{"message":"[DOCS] Fixes formatting in the Osquery manager APIs (#149871)\n\n## Summary\r\n\r\nFixes the formatting of the rogue `Query parameters` sections.","sha":"be498a5c581e901885ca1f1241e9a64fb2919b98"}}]}] BACKPORT--> Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
This commit is contained in:
parent
7abe78945e
commit
48ee21e3e4
5 changed files with 8 additions and 7 deletions
|
@ -22,7 +22,8 @@ experimental[] Get live queries.
|
|||
(Optional, string) An identifier for the space. When `space_id` is not provided in the URL, the default space is used.
|
||||
|
||||
|
||||
=== Query parameters
|
||||
[[osquery-manager-live-queries-api-get-all-query-params]]
|
||||
==== Query parameters
|
||||
|
||||
`page`::
|
||||
(Optional, integer) The page number to return. The default is `1`.
|
||||
|
|
|
@ -33,7 +33,7 @@ WARNING: Once you delete a pack, _it cannot be recovered_.
|
|||
`200`::
|
||||
Indicates that the pack is deleted. Returns an empty response body.
|
||||
|
||||
|
||||
[[osquery-manager-packs-api-delete-example]]
|
||||
==== Example
|
||||
|
||||
Delete a pack object with the `bbe5b070-0c51-11ed-b0f8-ad31b008e832` ID:
|
||||
|
|
|
@ -21,8 +21,8 @@ experimental[] Get packs.
|
|||
`space_id`::
|
||||
(Optional, string) The space identifier. When `space_id` is not provided in the URL, the default space is used.
|
||||
|
||||
|
||||
=== Query parameters
|
||||
[[osquery-manager-packs-api-get-all-query-params]]
|
||||
==== Query parameters
|
||||
|
||||
`page`::
|
||||
(Optional, integer) The page number to return. The default is `1`.
|
||||
|
|
|
@ -33,7 +33,7 @@ WARNING: Once you delete a saved query, _it cannot be recovered_.
|
|||
`200`::
|
||||
Indicates the saved query is deleted. Returns an empty response body.
|
||||
|
||||
|
||||
[[osquery-manager-saved-queries-api-delete-example]]
|
||||
==== Example
|
||||
|
||||
Delete a saved query object with the `42ba9c50-0cc5-11ed-aa1d-2b27890bc90d` ID:
|
||||
|
|
|
@ -21,8 +21,8 @@ experimental[] Get saved queries.
|
|||
`space_id`::
|
||||
(Optional, string) The space identifier. When `space_id` is not provided in the URL, the default space is used.
|
||||
|
||||
|
||||
=== Query parameters
|
||||
[[osquery-manager-saved-queries-api-get-all-query-params]]
|
||||
==== Query parameters
|
||||
|
||||
`page`::
|
||||
(Optional, integer) The page number to return. The default is `1`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue