Skip to content
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

Refresh automation library documentation #1322

Merged
merged 1 commit into from
Sep 22, 2023
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
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