Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.2] [API docs] Fixes URLs in the update exception container docs and create exception item docs (backport #3819) #3833

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ container:

[source,console]
--------------------------------------------------
POST api/lists/exception_lists/items
POST api/exception_lists/items
{
"description": "Excludes the weekly maintenance job",
"entries": [
Expand Down Expand Up @@ -169,7 +169,7 @@ Adds hosts on which the `maintenance` process is allowed to run to the

[source,console]
--------------------------------------------------
POST api/lists/exception_lists/items
POST api/exception_lists/items
{
"comments": [
{"comment": "Allows maintenance process to run on the specified machines"}
Expand Down Expand Up @@ -216,7 +216,7 @@ value on Windows OS:

[source,console]
--------------------------------------------------
POST api/lists/exception_lists/items
POST api/exception_lists/items
{
"_tags": [
"endpoint", <1>
Expand Down Expand Up @@ -255,7 +255,7 @@ as an exception item to the `trusted-IPs` exception container:

[source,console]
--------------------------------------------------
POST api/lists/exception_lists/items
POST api/exception_lists/items
{
"description": "Uses the external-ip-container list to exclude trusted external IPs.",
"entries": [
Expand Down Expand Up @@ -293,7 +293,7 @@ Adds an exception for nested Endpoint fields:

[source,console]
--------------------------------------------------
POST api/lists/exception_lists/items
POST api/exception_lists/items
{
"description": "Excludes all processes signed by Trusted Signer, Inc.",
"entries": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactio

==== Request URL

`PUT <kibana host>:<port>/api/lists`
`PUT <kibana host>:<port>/api/exception_lists`

==== Request body

Expand Down