Skip to content

Commit 877b1a7

Browse files
authored
[Docs][Cases]7.9 Cases updates (#64)
* starts 7.9 updates * updates actions api * finalises API * updates UI * typo * fixes screenshot * corrections * adds sn field * adds breaking changes section * now adds file * title change * corrects breaking changes * corrections
1 parent 6fe9271 commit 877b1a7

File tree

12 files changed

+214
-124
lines changed

12 files changed

+214
-124
lines changed

docs/breaking-changes.asciidoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[chapter]
2+
[[breaking-changes]]
3+
= Breaking changes
4+
5+
[discrete]
6+
== 7.9 Release
7+
8+
[discrete]
9+
=== Actions API
10+
11+
When you <<register-connector, create a {sn} connector>> via the Actions API:
12+
13+
* The `casesConfiguration` object is obsolete. Instead, use
14+
`incidentConfiguration`.
15+
* To see {sn} connectors in the UI, you must use the `isCaseOwned` field.
16+
17+
IMPORTANT: These changes only apply to {sn} connectors.

docs/index.asciidoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
:doctype: book
2-
:siem-soln: Elastic Security
3-
:siem-app: Elastic Security app
4-
:siem-ui: Elastic Security UI
2+
:es-sec: Elastic Security
3+
:es-sec-app: Elastic Security app
4+
:es-sec-ui: Elastic Security UI
5+
:siem-soln: {es-sec}
6+
:siem-app: {es-sec-app}
7+
:siem-ui: {es-sec-ui}
58
:ml-dir: {stack-docs-root}/docs/en/stack/ml
69
:sn: ServiceNow
10+
:ibm-r: IBM Resilient
711

812
[[elastic-endpoint]]
913
= Elastic Endpoint Security
@@ -27,3 +31,5 @@ include::siem-apis.asciidoc[]
2731

2832
include::siem/reference/ref-index.asciidoc[]
2933

34+
include::breaking-changes.asciidoc[]
35+

0 commit comments

Comments
 (0)