Skip to content

Commit 457152f

Browse files
authored
Create New Features skeleton [Serverless] (#93)
* Investigations: re-nest pages * Add "Manage Osquery" page * Update landing page - Investigations * Add Assets page * Rename top-level sections * Add "Manage ML settings" page * Add placeholder to Dev Tools page * Reorder Dev Tools * Add link to Manage Osquery * Reorganize settings section
1 parent 8735f61 commit 457152f

13 files changed

+122
-42
lines changed

alerts/alerts-overview.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
id: serverlessSecurityAlertsOverview
33
slug: /serverless/security/alerts-overview
4-
title: "Alerts: triage and respond"
5-
# description: Description to be written
4+
title: Alerts
5+
description: Triage and respond to detection alerts.
66
tags: [ 'serverless', 'security', 'overview' ]
77
status: rough content
88
---
@@ -11,4 +11,6 @@ import RoughContent from '../partials/rough-content-notice.mdx'
1111

1212
<RoughContent />
1313

14-
This is a placeholder for future documentation.
14+
<DocCallOut>
15+
<DocText textAlign="center"><br />**This is a placeholder for future documentation.**<br /><br /></DocText>
16+
</DocCallOut>

assets/asset-management.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: serverlessSecurityAssetManagement
3+
slug: /serverless/security/asset-management
4+
title: Asset management
5+
# description: Description to be written
6+
tags: [ 'serverless', 'security', 'overview', 'manage' ]
7+
status: rough content
8+
---
9+
10+
import RoughContent from '../partials/rough-content-notice.mdx'
11+
12+
<RoughContent />
13+
14+
The **Assets** page allows you to manage the following features:
15+
16+
* [((fleet))](((fleet-guide))/manage-agents-in-fleet.html)
17+
* [((integrations))](((fleet-guide))/integrations.html)
18+
* <DocLink id="serverlessSecuritySecManageIntro">Endpoint protection</DocLink>
19+
* <DocLink id="serverlessSecurityCloudNativeSecurityOverview">Cloud security</DocLink>

dev-tools/developer-tools.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import RoughContent from '../partials/rough-content-notice.mdx'
1111

1212
<RoughContent />
1313

14+
Navigate to **Dev tools** for additional tools for interacting with your data. Refer to [Dev Tools docs](((kibana-ref))/devtools-kibana.html) for more information.
15+
1416
<DocCallOut>
1517
<DocText textAlign="center"><br />**This is a placeholder for future documentation.**<br /><br /></DocText>
1618
</DocCallOut>

investigate/investigate-events.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ import RoughContent from '../partials/rough-content-notice.mdx'
1313

1414
<div id="investigate-events"></div>
1515

16-
The following sections describe tools for investigating security events and tracking security issues directly in the ((security-app)).
16+
The following sections describe tools for investigating security events and tracking security issues directly in ((elastic-sec)).
1717

18-
{/* The include that was here is another page */}
19-
{/* The include that was here is another page */}
18+
19+
These features are available in the ((security-app))'s side navigation menu:
20+
21+
* <DocLink id="serverlessSecurityCasesOverview">**Cases**</DocLink>: Track investigation details about security issues.
22+
* **Investigations** -> <DocLink id="serverlessSecurityTimelinesUi">**Timelines**</DocLink>: Workspace for investigations and threat hunting.
23+
* **Investigations** -> <DocLink id="serverlessSecurityUseOsquery">**Osquery**</DocLink>: Run live and scheduled queries on operating systems.
24+
* <DocLink id="serverlessSecurityIndicatorsOfCompromise">**Intelligence**</DocLink>: Indicators of compromise used for threat intelligence.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
id: serverlessSecurityManageMachineLearning
3+
slug: /serverless/security/manage-machine-learning
4+
title: Manage machine learning settings
5+
description: Manage ((ml)) settings for your ((elastic-sec)) project.
6+
tags: [ 'serverless', 'security', 'manage' ]
7+
status: rough content
8+
---
9+
10+
import RoughContent from '../partials/rough-content-notice.mdx'
11+
12+
<RoughContent />
13+
14+
Navigate to **Machine learning** to manage ((ml)) jobs and project-level settings. Refer to [((ml-cap)) docs](((ml-docs))/ml-ad-overview.html) for more information.
15+
16+
<DocCallOut>
17+
<DocText textAlign="center"><br />**This is a placeholder for future documentation.**<br /><br /></DocText>
18+
</DocCallOut>

osquery/manage-osquery.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
id: serverlessSecurityManageOsquery
3+
slug: /serverless/security/manage-osquery
4+
title: Manage Osquery
5+
description: Manage Osquery for your ((elastic-sec)) project.
6+
tags: [ 'serverless', 'security', 'how-to', 'manage' ]
7+
status: rough content
8+
---
9+
10+
import RoughContent from '../partials/rough-content-notice.mdx'
11+
12+
<RoughContent />
13+
14+
Navigate to **Investigations** -> **Osquery** to manage project-level [Osquery settings](((kibana-ref))/osquery.html).
15+
16+
<DocCallOut>
17+
<DocText textAlign="center"><br />**This is a placeholder for future documentation.**<br /><br /></DocText>
18+
</DocCallOut>

osquery/use-osquery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Osquery is supported for Linux, macOS, and Windows. You can use it with ((elasti
2020
* **<DocLink id="serverlessSecurityOsqueryResponseAction">Osquery Response Actions</DocLink>** - Use Osquery Response Actions to add live queries to custom query rules.
2121
* **<DocLink id="serverlessSecurityInvestGuideRunOsquery">Live queries from investigation guides</DocLink>** - Incorporate live queries into investigation guides to enhance your research capabilities while investigating possible security issues.
2222
* **<DocLink id="serverlessSecurityAlertsRunOsquery">Live queries from alerts</DocLink>** - Run live queries against an alert's host to learn more about your infrastructure and operating systems.
23-
23+
* **<DocLink id="serverlessSecurityManageOsquery">Manage Osquery</DocLink>** - Manage project-level Osquery settings.
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
id: serverlessSecurityDetectionRuleManagement
3-
slug: /serverless/security/detection-rule-management
4-
title: Detection rule management
2+
id: serverlessSecurityDetectionRules
3+
slug: /serverless/security/detection-rules
4+
title: Detection rules
55
# description: Description to be written
66
tags: [ 'serverless', 'security', 'overview' ]
77
status: rough content
@@ -11,4 +11,6 @@ import RoughContent from '../partials/rough-content-notice.mdx'
1111

1212
<RoughContent />
1313

14-
This is a placeholder for future documentation.
14+
<DocCallOut>
15+
<DocText textAlign="center"><br />**This is a placeholder for future documentation.**<br /><br /></DocText>
16+
</DocCallOut>

settings/advanced-settings.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: serverlessSecurityAdvancedSettings
33
slug: /serverless/security/advanced-settings
4-
title: Configure advanced settings
4+
title: Advanced settings
55
description: Update advanced ((elastic-sec)) settings.
66
tags: ["serverless","security","reference","manage"]
77
status: rough content
@@ -11,6 +11,10 @@ import RoughContent from '../partials/rough-content-notice.mdx'
1111

1212
<RoughContent />
1313

14+
<DocCallOut>
15+
<DocText textAlign="center"><br />**These settings are not yet available for Serverless.**<br /><br /></DocText>
16+
</DocCallOut>
17+
1418
<div id="advanced-settings"></div>
1519

1620
The advanced settings determine:

settings/manage-elastic-security-settings.mdx

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)