Skip to content
Closed
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
8 changes: 4 additions & 4 deletions docs/siem/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ prevention and response capabilities in one solution, including:
detection rules

[role="screenshot"]
image::siem/images/overview-ui.png[Elastic Security in Kibana]
image::siem/images/overview-ui.png[Elastic Security in OpenSearchDashboards]

[float]
== Add data

Kibana provides step-by-step instructions to help you add data. The
OpenSearchDashboards provides step-by-step instructions to help you add data. The
{security-guide}[Security Guide] is a good source for more
detailed information and instructions.

Expand All @@ -32,7 +32,7 @@ https://www.elastic.co/products/beats/auditbeat[{auditbeat}],
https://www.elastic.co/products/beats/filebeat[{filebeat}],
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.
send security events and other data to OpenSearch.

The default index patterns for Elastic Security events are `auditbeat-*`, `winlogbeat-*`,
`filebeat-*`, `packetbeat-*`, `endgame-*`, `logs-*`, and `apm-*-transaction*`. To change the default pattern patterns, go to *Stack Management > Advanced Settings > securitySolution:defaultIndex*.
Expand All @@ -47,7 +47,7 @@ events directly to Elastic Security.
=== Elastic Common Schema (ECS) for normalizing data

The {ecs-ref}[Elastic Common Schema (ECS)] defines a common set of fields to be
used for storing event data in Elasticsearch. ECS helps users normalize their
used for storing event data in OpenSearch. ECS helps users normalize their
event data to better analyze, visualize, and correlate the data represented in
their events.

Expand Down
2 changes: 1 addition & 1 deletion docs/siem/machine-learning.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[machine-learning]]
== Anomaly Detection with Machine Learning

For *{ess-trial}[Free Trial]*
For *{opensearchs-trial}[Free Trial]*
and *https://www.elastic.co/subscriptions[Platinum subscription]* deployments,
Machine Learning functionality is available throughout Elastic Security. You can
view the details of detected anomalies in the `Anomalies` table
Expand Down