Skip to content

Commit

Permalink
Refresh automation library documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc authored Sep 20, 2023
1 parent 77e5490 commit a11dd9e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
21 changes: 18 additions & 3 deletions _shared_content/automate/library/cybereason.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,24 @@

## Triggers

### Fetch new events from Cybereason
### [LEGACY] Fetch new events from Cybereason

Get last events from the Cybereason platform
Get last events from the Cybereason platform up to version 23.1.152

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `frequency` | `integer` | Batch frequency in seconds |
| `chunk_size` | `integer` | The size of chunks for the batch processing |
| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') |
| `intake_key` | `string` | Intake key to use when sending events |
| `group_ids` | `array` | The sensors' group ids from which events must be retrieved |


### Fetch new events from Cybereason [23.1.152+]

Get last events from the Cybereason platform from versions 23.1.152 and higher

**Arguments**

Expand All @@ -31,4 +46,4 @@ Get last events from the Cybereason platform

## Extra

Module **`Cybereason` v1.9**
Module **`Cybereason` v1.9.4**
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ nav:
- CrowdStrike: xdr/features/automate/library/crowdstrike.md
- CrowdStrike Falcon: xdr/features/automate/library/crowdstrike-falcon.md
- Cybereason: xdr/features/automate/library/cybereason.md
- Cybereason: xdr/features/automate/library/cybereason.md
- Detection Rules: xdr/features/automate/library/detection-rules.md
- Digital Shadows: xdr/features/automate/library/digital-shadows.md
- Fortigate Firewalls: xdr/features/automate/library/fortigate-firewalls.md
Expand Down Expand Up @@ -306,9 +307,9 @@ nav:
- FAQ:
- General: xdr/FAQ.md
- Alerts: xdr/FAQ/Alerts_qa.md
- Events:
- Events QA : xdr/FAQ/Events_qa.md
- Facing issues with logs collection : xdr/FAQ/Log_collection_Troubleshoot.md
- Events:
- Events QA: xdr/FAQ/Events_qa.md
- Facing issues with logs collection: xdr/FAQ/Log_collection_Troubleshoot.md
- Rules: xdr/FAQ/Rules_qa.md
- Sekoia.io Endpoint agent: xdr/FAQ/SEKOIA_Endpoint_Agent.md
- Develop:
Expand Down Expand Up @@ -419,6 +420,7 @@ nav:
- Certificate Transparency: tip/features/automate/library/certificate-transparency.md
- CrowdStrike: tip/features/automate/library/crowdstrike.md
- CrowdStrike Falcon: tip/features/automate/library/crowdstrike-falcon.md
- Cybereason: tip/features/automate/library/cybereason.md
- Detection Rules: tip/features/automate/library/detection-rules.md
- Digital Shadows: tip/features/automate/library/digital-shadows.md
- Fortigate Firewalls: tip/features/automate/library/fortigate-firewalls.md
Expand Down

0 comments on commit a11dd9e

Please sign in to comment.