Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/en/secops/images/secops-architecture.png
Binary file not shown.
17 changes: 0 additions & 17 deletions docs/en/secops/index.asciidoc

This file was deleted.

20 changes: 0 additions & 20 deletions docs/en/secops/overview.asciidoc

This file was deleted.

14 changes: 0 additions & 14 deletions docs/en/secops/sec-ui.asciidoc

This file was deleted.

Binary file added docs/en/siem/images/.DS_Store
Binary file not shown.
Binary file added docs/en/siem/images/siem-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/en/siem/index.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:doctype: book
:siem-soln-cap: SIEM Monitoring
:siem-soln: SIEM monitoring
:siem-ui: SIEM UI

= SIEM Solution Guide

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

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

include::overview.asciidoc[]

//include::installation.asciidoc[]

//include::siem-ui.asciidoc[]

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[[install-sec-monitoring]]
[[install-siem]]
[role="xpack"]
== Get up and running

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

[float]
[[install-beats-for-sec]]
[[install-beats]]
=== Install {beats} shippers

To populate the security UI with metrics and
Expand Down
42 changes: 42 additions & 0 deletions docs/en/siem/overview.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[[siem-overview]]
//[role="xpack"]
//== Overview


== Coming soon

Won't be long now!

////
beta[]

{siem-soln-cap} gives you a comprehensive view into your security operations,
and helps make those insights actionable.

The UI in {kib} brings together data from a variety of sources, making it easier
for you to identify and resolve security issues.

[float]
[[siem-components]]
=== SIEM monitoring components

Security monitoring requires the following {stack} components.

image::images/siem-architecture.png[]

*https://www.elastic.co/products/beats[{beats}]* are open source data
shippers that you install as agents on your servers to send operational data to
{es}.

*https://www.elastic.co/products/elasticsearch[{es}]* is a real-time,
distributed storage, search, and analytics engine. {es} excels is indexing
streams of semi-structured data, such as logs or metrics.

*https://www.elastic.co/products/kibana[{kib}]* is an open source analytics and
visualization platform designed to work with {es}. You use {kib} to search,
view, and interact with data stored in {es} indices. You can easily perform
advanced data analysis and visualize your data in a variety of charts, tables,
and maps.

{kib} {siem-ui} provides a dedicated user interface for visualizing host security.
////
14 changes: 14 additions & 0 deletions docs/en/siem/siem-ui.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[siem-ui-overview]]
[role="xpack"]
== SIEM UI

beta[]

After you have security monitoring <<install-siem,up and
running>> and data is streaming to {es}, use the {siem-ui} in {kib} to monitor
and identify security problems in real time.

For more information about working with the {siem-ui}, see the
{kib} documentation.