Skip to content

Commit

Permalink
Fix product name in CrowdStrike module docs (elastic#17668)
Browse files Browse the repository at this point in the history
Product name in module should be CrowdStrike instead of Crowdstrike.
  • Loading branch information
DanRoscigno authored Apr 16, 2020
1 parent 65fafea commit 4e6f732
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions filebeat/docs/modules/crowdstrike.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ This file is generated! See scripts/docs_collector.py
:modulename: crowdstrike
:has-dashboards: true

== Crowdstrike module
== CrowdStrike module

This is the filebeat module for the Crowdstrike Falcon using the Falcon https://www.crowdstrike.com/blog/tech-center/integrate-with-your-siem[SIEM Connector]. This module collects this data, converts it to ECS, and ingests it to view in the SIEM. By default, the Falcon SIEM connector outputs JSON formatted Falcon Streaming API event data.
This is the filebeat module for CrowdStrike Falcon using the Falcon https://www.crowdstrike.com/blog/tech-center/integrate-with-your-siem[SIEM Connector]. This module collects this data, converts it to ECS, and ingests it to view in the SIEM. By default, the Falcon SIEM connector outputs JSON formatted Falcon Streaming API event data.

This module segments events forwarded by the Falcon SIEM connector into two datasets for endpoint data and Falcon platform audit data.

Expand All @@ -19,14 +19,14 @@ include::../include/what-happens.asciidoc[]
[float]
=== Compatibility

This input supports Crowdstrike Falcon SIEM-Connector-v2.0.
This input supports CrowdStrike Falcon SIEM-Connector-v2.0.

include::../include/running-modules.asciidoc[]

[float]
=== Dashboards

The best way to view Crowdstrike events and alert data is in the SIEM.
The best way to view CrowdStrike events and alert data is in the SIEM.

[role="screenshot"]
image::./images/siem-alerts-cs.jpg[]
Expand All @@ -38,7 +38,7 @@ For alerts, go to Detections -> External alerts.
image::./images/siem-events-cs.jpg[]

[float]
And for all over event Crowdstrike Falcon event types, go to Host -> Events.
And for all over event CrowdStrike Falcon event types, go to Host -> Events.

include::../include/configuring-intro.asciidoc[]

Expand Down
10 changes: 5 additions & 5 deletions x-pack/filebeat/module/crowdstrike/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
:modulename: crowdstrike
:has-dashboards: true

== Crowdstrike module
== CrowdStrike module

This is the filebeat module for the Crowdstrike Falcon using the Falcon https://www.crowdstrike.com/blog/tech-center/integrate-with-your-siem[SIEM Connector]. This module collects this data, converts it to ECS, and ingests it to view in the SIEM. By default, the Falcon SIEM connector outputs JSON formatted Falcon Streaming API event data.
This is the filebeat module for CrowdStrike Falcon using the Falcon https://www.crowdstrike.com/blog/tech-center/integrate-with-your-siem[SIEM Connector]. This module collects this data, converts it to ECS, and ingests it to view in the SIEM. By default, the Falcon SIEM connector outputs JSON formatted Falcon Streaming API event data.

This module segments events forwarded by the Falcon SIEM connector into two datasets for endpoint data and Falcon platform audit data.

Expand All @@ -14,14 +14,14 @@ include::../include/what-happens.asciidoc[]
[float]
=== Compatibility

This input supports Crowdstrike Falcon SIEM-Connector-v2.0.
This input supports CrowdStrike Falcon SIEM-Connector-v2.0.

include::../include/running-modules.asciidoc[]

[float]
=== Dashboards

The best way to view Crowdstrike events and alert data is in the SIEM.
The best way to view CrowdStrike events and alert data is in the SIEM.

[role="screenshot"]
image::./images/siem-alerts-cs.jpg[]
Expand All @@ -33,7 +33,7 @@ For alerts, go to Detections -> External alerts.
image::./images/siem-events-cs.jpg[]

[float]
And for all over event Crowdstrike Falcon event types, go to Host -> Events.
And for all over event CrowdStrike Falcon event types, go to Host -> Events.

include::../include/configuring-intro.asciidoc[]

Expand Down

0 comments on commit 4e6f732

Please sign in to comment.