Skip to content

Commit 34f3507

Browse files
authored
Rework file structure to combine hosts and network guides (#351)
* Restructure siem doc * Set up placeholder doc
1 parent 4c89757 commit 34f3507

11 files changed

+38
-139
lines changed

docs/en/siem/hosts/hosts-ui.asciidoc

-14
This file was deleted.

docs/en/siem/hosts/index.asciidoc

-17
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
:doctype: book
2-
//:sec: SecOps
3-
//:sec-soln: security monitoring
4-
//:sec-ui: SecOps
2+
:siem-soln-cap: SIEM Monitoring
3+
:siem-soln: SIEM monitoring
4+
:siem-ui: SIEM UI
55

6-
= Network Monitoring Guide
6+
= SIEM Solution Guide
77

88
//include::{asciidoc-dir}/../../shared/versions.asciidoc[]
99

1010
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
1111

1212
include::overview.asciidoc[]
1313

14-
include::installation.asciidoc[]
14+
//include::installation.asciidoc[]
1515

16-
include::network-ui.asciidoc[]
16+
//include::siem-ui.asciidoc[]
1717

docs/en/siem/hosts/installation.asciidoc renamed to docs/en/siem/installation.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[install-hosts-monitoring]]
1+
[[install-siem]]
22
[role="xpack"]
33
== Get up and running
44

@@ -27,7 +27,7 @@ such as the index pattern used to query the data, and the timestamp field used
2727
for sorting. For more information, see {kib}.
2828

2929
[float]
30-
[[install-beats-for-host-sec]]
30+
[[install-beats]]
3131
=== Install {beats} shippers
3232

3333
To populate the security UI with metrics and
Binary file not shown.

docs/en/siem/network/installation.asciidoc

-42
This file was deleted.

docs/en/siem/network/network-ui.asciidoc

-14
This file was deleted.

docs/en/siem/network/overview.asciidoc

-36
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1-
[[hosts-monitoring-overview]]
2-
[role="xpack"]
3-
== Overview
1+
[[siem-overview]]
2+
//[role="xpack"]
3+
//== Overview
44

5+
6+
== Coming soon
7+
8+
Won't be long now!
9+
10+
////
511
beta[]
612
7-
Host monitoring gives you a comprehensive view into your security operations.
13+
{siem-soln-cap} gives you a comprehensive view into your security operations,
14+
and helps make those insights actionable.
815
916
The UI in {kib} brings together data from a variety of sources, making it easier
1017
for you to identify and resolve security issues.
1118
1219
[float]
13-
[[hosts-components]]
14-
=== Hosts monitoring components
20+
[[siem-components]]
21+
=== SIEM monitoring components
1522
1623
Security monitoring requires the following {stack} components.
1724
18-
image::images/hosts-security-architecture.png[]
25+
image::images/siem-architecture.png[]
1926
2027
*https://www.elastic.co/products/beats[{beats}]* are open source data
2128
shippers that you install as agents on your servers to send operational data to
@@ -31,4 +38,5 @@ view, and interact with data stored in {es} indices. You can easily perform
3138
advanced data analysis and visualize your data in a variety of charts, tables,
3239
and maps.
3340
34-
{kib} Hosts UI provides a dedicated user interface for visualizing host security.
41+
{kib} {siem-ui} provides a dedicated user interface for visualizing host security.
42+
////

docs/en/siem/siem-ui.asciidoc

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[[siem-ui-overview]]
2+
[role="xpack"]
3+
== SIEM UI
4+
5+
beta[]
6+
7+
After you have security monitoring <<install-siem,up and
8+
running>> and data is streaming to {es}, use the {siem-ui} in {kib} to monitor
9+
and identify security problems in real time.
10+
11+
For more information about working with the {siem-ui}, see the
12+
{kib} documentation.
13+
14+

0 commit comments

Comments
 (0)