Skip to content

Commit 07de2a2

Browse files
mergify[bot]joepeeplesgithub-actions[bot]
authored
[8.x] Spaces in serverless (backport #5813) (#6048)
* Spaces in serverless (#5813) * Add previously omitted spaces page, align with ESS * Fix typo in description frontmatter * Minor edit * Update "Data views in Elastic Security" Align across platforms, and omit "feature visibility" since it's unavailable in security * Update "Timeline" * Update "Timeline templates" * Update link to general docs on spaces This link will be broken until elastic/docs-content#55 is merged * Fix links: targets from stateful to serverless (cherry picked from commit 686800d) # Conflicts: # docs/serverless/explore/data-views-in-sec.mdx # docs/serverless/investigate/timeline-templates-ui.mdx # docs/serverless/investigate/timelines-ui.mdx # docs/serverless/sec-requirements.mdx # docs/serverless/serverless-security.docnav.json * Delete docs/serverless directory and its contents --------- Co-authored-by: Joe Peeples <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1efc782 commit 07de2a2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/events/timeline-templates.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ NOTE: You cannot delete prebuilt templates.
136136
== Export and import Timeline templates
137137

138138
You can import and export Timeline templates, which enables importing templates
139-
from one {kib} space or instance to another. Exported templates are saved in an `ndjson` file.
139+
from one space or {elastic-sec} instance to another. Exported templates are saved in an `ndjson` file.
140140

141141
. Go to *Timelines* -> *Templates*.
142142
. To export templates, do one of the following:

docs/events/timeline-ui-overview.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ then select an action from the *Bulk actions* menu.
171171
== Export and import Timelines
172172

173173
You can export and import Timelines, which enables you to share Timelines from one
174-
{kib} space or instance to another. Exported Timelines are saved as `.ndjson` files.
174+
space or {elastic-sec} instance to another. Exported Timelines are saved as `.ndjson` files.
175175

176176
To export Timelines:
177177

docs/getting-started/data-views-in-sec.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ NOTE: You cannot update the data view for the Alerts page. This includes referen
3333
[[default-data-view-security]]
3434
== The default {data-source}
3535

36-
The default {data-source} is defined by the `securitySolution:defaultIndex` setting, which you can modify in {kib}'s advanced settings (**Stack Management** > **Advanced Settings** > **Security Solution**). To learn more about this setting, including its default value, refer to {security-guide}/advanced-settings.html#update-sec-indices[Advanced settings].
36+
The default {data-source} is defined by the `securitySolution:defaultIndex` setting, which you can modify in {security-guide}/advanced-settings.html#update-sec-indices[advanced settings].
3737

3838
The first time a user visits {elastic-sec} within a given {kib} {kibana-ref}/xpack-spaces.html[space], the default {data-source} generates in that space and becomes active.
3939

docs/getting-started/security-spaces.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
= Spaces and {elastic-sec}
33

44
{elastic-sec} supports the organization of your security operations into
5-
logical instances with the {kibana-ref}/xpack-spaces.html[{kib} spaces]
5+
logical instances with the {kibana-ref}/xpack-spaces.html[spaces]
66
feature. Each space in {kib} represents a separate logical instance of
77
{elastic-sec} in which detection rules, rule exceptions, value lists,
88
alerts, Timelines, cases, and {kib} advanced settings are private to the
99
space and accessible only by users that have role privileges to
10-
access the space. For details about configuring privileges for
11-
{es} and {kib}, refer to <<detections-permissions-section>>.
10+
access the space. For details about privileges for
11+
{elastic-sec} and specific features, refer to <<sec-requirements>>.
1212

1313
For example, if you create a `SOC_prod` space in which you load and
1414
activate all the {elastic-sec} prebuilt detection rules, these rules and
@@ -22,7 +22,7 @@ the `SOC_dev` space, and they will run independently of those in the
2222
[NOTE]
2323
=====
2424
By default, alerts created by detection rules are stored in {es} indices
25-
under the `.alerts-security.alerts-<Kibana-space>` index pattern, and they may be
25+
under the `.alerts-security.alerts-<space-name>` index pattern, and they may be
2626
accessed by any user with role privileges to access those
2727
{es} indices. In our example above, any user with {es} privileges to access
2828
`.alerts-security.alerts-SOC_prod` will be able to view `SOC_prod` alerts from

0 commit comments

Comments
 (0)