Skip to content

Commit

Permalink
Merge branch '7.17' into update-gitignore-7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikell821 authored Jun 13, 2024
2 parents dfaffef + 67b88af commit 8e0bcf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"upstream": "elastic/security-docs",
"branches": [{ "name": "7.16", "checked": true }, "7.15", "7.14", "7.13", "7.12", "7.11", "7.10", "7.8"],
"branches": [{ "name": "7.17", "checked": true }, "7.16", "7.15", "7.14", "7.13", "7.12", "7.11", "7.10", "7.9", "7.8"],
"labels": ["backport"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactio
|==============================================
|Name |Type |Description |Required

|`comments` |comments[] a|Array of `comment` fields:
|`comments` |comments[] a|Array of comments to be appended:

* `comment` (string): Comments about the exception item.
* `id` (string): Existing comment ID, required for updating existing comments.
When unspecified, a new comment is created.

NOTE: Comments cannot be modified—they can only be appended.

|No, defaults to empty array.

Expand Down
2 changes: 1 addition & 1 deletion docs/es-overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Elastic Security combines SIEM threat detection features with endpoint
prevention and response capabilities in one solution. These analytical and
protection capabilities, leveraged by the speed and extensibility of
Elasticsearch, enable analysts to defend their organization from threats before
damage and loss occur.
damage and loss occur.

Elastic Security provides the following security benefits and capabilities:

Expand Down

0 comments on commit 8e0bcf7

Please sign in to comment.