From a11dd9ee77221d79ce1fb39a267cb9d52cd8a60b Mon Sep 17 00:00:00 2001 From: squioc Date: Wed, 20 Sep 2023 12:21:32 +0000 Subject: [PATCH] Refresh automation library documentation --- .../automate/library/cybereason.md | 21 ++++++++++++++++--- mkdocs.yml | 8 ++++--- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/_shared_content/automate/library/cybereason.md b/_shared_content/automate/library/cybereason.md index 3a0db7dc9a..d773cf71f1 100644 --- a/_shared_content/automate/library/cybereason.md +++ b/_shared_content/automate/library/cybereason.md @@ -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** @@ -31,4 +46,4 @@ Get last events from the Cybereason platform ## Extra -Module **`Cybereason` v1.9** \ No newline at end of file +Module **`Cybereason` v1.9.4** \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 8f2ac5aba1..cfc349e880 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -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: @@ -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