-
Notifications
You must be signed in to change notification settings - Fork 204
Spaces in serverless #5813
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
Spaces in serverless #5813
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
🚀 Built elastic-dot-co-docs-preview-docs successfully!
|
Align across platforms, and omit "feature visibility" since it's unavailable in security
This link will be broken until elastic/docs-content#55 is merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one question, otherwise 🚢 it
docs/serverless/security-spaces.mdx
Outdated
tags: [ 'serverless', 'security', 'reference' ] | ||
--- | ||
|
||
((elastic-sec)) supports the organization of your security operations into logical instances with the <DocLink slug="/serverless/spaces">spaces</DocLink> feature. Each space in ((kib)) represents a separate logical instance of ((elastic-sec)) in which detection rules, rule exceptions, value lists, alerts, Timelines, cases, and ((kib)) advanced settings are private to the space and accessible only by users that have role privileges to access the space. For details about configuring privileges for ((es)) and ((kib)), refer to <DocLink slug="/serverless/security/detections-requirements" section="detections-permissions-section" />. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bit confused why we're linking to detections requirements when the sentence is talking about ES and Kib.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to link here instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, good question. This page mostly mirrors the stateful version, which also points to the detections requirements, so this was just going for parity. But it does seem a little weird to focus on just detections requirements, when several other features also have space-bound privilege requirements.
I think something like this general requirements page might be a better link here, since it gives info on space & index privs AND points to other feature-specific req pages. I pushed commit 8fb2584 to change to both serverless and stateful...
* 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
* 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
* 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>
* 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>
Resolves https://github.com/elastic/security-docs-internal/issues/31. Also fixes #6019.
Preview
Note that we're no longer trying to omit "Kibana" from serverless docs, as that no longer seems to be a requirement (it's all over the UI). So this content mostly mirrors the ESS version in sometimes referring to spaces as "KIbana spaces," though in some instances this has been shortened to just "spaces" for simplicity.