-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Docs]Security docs 7.9 updates #75156
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
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,22 @@ | ||
| [role="xpack"] | ||
| [[xpack-siem]] | ||
| = SIEM | ||
| = Elastic Security | ||
|
|
||
| [partintro] | ||
| -- | ||
|
|
||
| The SIEM app in Kibana provides an interactive workspace for security teams to | ||
| triage events and perform initial investigations. It enables analysis of | ||
| host-related and network-related security events as part of alert investigations | ||
| or interactive threat hunting. | ||
| Elastic Security combines SIEM threat detection features with endpoint | ||
| prevention and response capabilities in one solution, including: | ||
|
|
||
| * A detection engine to identify attacks and system misconfiguration | ||
| * A workspace for event triage and investigations | ||
| * Interactive visualizations to investigate process relationships | ||
| * Embedded case management and automated actions | ||
| * Detection of signatureless attacks with prebuilt {ml} anomaly jobs and | ||
| detection rules | ||
|
|
||
| [role="screenshot"] | ||
| image::siem/images/overview-ui.png[SIEM Overview in Kibana] | ||
|
|
||
| image::siem/images/overview-ui.png[Elastic Security in Kibana] | ||
|
|
||
| [float] | ||
| == Add data | ||
|
|
@@ -31,15 +34,16 @@ https://www.elastic.co/products/beats/winlogbeat[{winlogbeat}], and | |
| https://www.elastic.co/products/beats/packetbeat[{packetbeat}] | ||
| send security events and other data to Elasticsearch. | ||
|
|
||
| The default index patterns for SIEM events are `auditbeat-*`, `winlogbeat-*`, | ||
| `filebeat-*`, `packetbeat-*`, `endgame-*`, and `apm-*-transaction*`. You can | ||
| The default index patterns for Elastic Security events are `auditbeat-*`, `winlogbeat-*`, | ||
| `filebeat-*`, `packetbeat-*`, `endgame-*`, `logs-*`, and `apm-*-transaction*`. You can | ||
| change the default index patterns in | ||
| *Kibana > Management > Advanced Settings > siem:defaultIndex*. | ||
| *Kibana > Stack Management > Advanced Settings > securitySolution:defaultIndex*. | ||
|
||
|
|
||
| [float] | ||
| === Elastic Endpoint Sensor Management Platform | ||
| === Elastic Security endpoint agent | ||
|
|
||
| The Elastic Endpoint Sensor Management Platform (SMP) ships host and network events directly to the SIEM application, and is fully ECS compliant. | ||
| The agent detects and protects against malware, and ships host and network | ||
| events directly to Elastic Security. | ||
|
|
||
| [float] | ||
| === Elastic Common Schema (ECS) for normalizing data | ||
|
|
@@ -49,7 +53,7 @@ used for storing event data in Elasticsearch. ECS helps users normalize their | |
| event data to better analyze, visualize, and correlate the data represented in | ||
| their events. | ||
|
|
||
| SIEM can ingest and normalize events from ECS-compatible data sources. | ||
| Elastic Security can ingest and normalize events from ECS-compatible data sources. | ||
|
|
||
| -- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,13 +4,11 @@ | |||||
|
|
||||||
| For *{ess-trial}[Free Trial]* | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Free trial > Free trial Platinum License > Platinum subscription |
||||||
| and *https://www.elastic.co/subscriptions[Platinum License]* deployments, | ||||||
| Machine Learning functionality is available throughout the SIEM app. You can | ||||||
| view the details of detected anomalies within the `Anomalies` table widget | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. table widgets > tables Should Details be lower case? |
||||||
| shown on the Hosts, Network and associated Details pages, or even narrow to | ||||||
| the specific daterange of an anomaly from the `Max Anomaly Score` details in | ||||||
| the overview of the Host and IP Details pages. Each of these interfaces also | ||||||
| offer the ability to drag and drop details of the anomaly to Timeline, such | ||||||
| as the `Entity` itself, or any of the associated `Influencers`. | ||||||
| Machine Learning functionality is available throughout Elastic Security. You can | ||||||
| view the details of detected anomalies in the `Anomalies` table widget | ||||||
| shown on the Hosts, Network and associated Details pages. you can drag and drop | ||||||
|
||||||
| shown on the Hosts, Network and associated Details pages. you can drag and drop | |
| shown on the Hosts, Network and associated Details pages. You can drag and drop |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,20 +1,20 @@ | ||||||
| [role="xpack"] | ||||||
| [[siem-ui]] | ||||||
| == Using the SIEM UI | ||||||
| == Using Elastic Security UI | ||||||
|
||||||
| == Using Elastic Security UI | |
| == Using Elastic Security |
Outdated
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.
Can you rewrite without "widgets". Are these charts?
Outdated
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.
How about removing "via the UI or the Detections API."
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.
| exactly the query filter you need. You can drag items from table widgets within | |
| exactly the query filter you need. You can drag items from tables within |
Outdated
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.
| clicks a url that links to Elastic Security. | |
| clicks a URL that links to Elastic Security. |
Outdated
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.
be more specific than widget.
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.
Should Security app be changed to Elastic Security in this 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.
The UI name in Kibana is
Security, so guess not.