From 02df0864d2ebe2fbb4fc9eef257ce62e4f966387 Mon Sep 17 00:00:00 2001 From: squioc Date: Mon, 4 Sep 2023 08:55:52 +0000 Subject: [PATCH] Refresh automation library documentation --- _shared_content/automate/library/crowdstrike.md | 4 ++-- mkdocs.yml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_shared_content/automate/library/crowdstrike.md b/_shared_content/automate/library/crowdstrike.md index 27dcf9c21e..643c34db0d 100644 --- a/_shared_content/automate/library/crowdstrike.md +++ b/_shared_content/automate/library/crowdstrike.md @@ -23,7 +23,7 @@ Forward Crowdstrike Falcon Data Replication events to Sekoia.io | Name | Type | Description | | --------- | ------- | --------------------------- | -| `chunk_size` | `integer` | The size of max number of messages for the batch processing. Must be between 1 and 10 (default: 1) | +| `chunk_size` | `integer` | The size of max number of messages for the batch processing (default: 20000) | | `frequency` | `integer` | Batch frequency in seconds. Should be greater than 0 and lower then 20 (default: 10) | | `delete_consumed_messages` | `boolean` | Flag to delete consuming messages (default: true) | | `is_fifo` | `boolean` | Flag to determine if the queue is a FIFO queue (default: false) | @@ -35,4 +35,4 @@ Forward Crowdstrike Falcon Data Replication events to Sekoia.io ## Extra -Module **`CrowdStrike` v1.5** \ No newline at end of file +Module **`CrowdStrike` v1.6.4** \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index c0eb06d137..efd515709f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -241,6 +241,7 @@ nav: - BinaryEdge's API: xdr/features/automate/library/binaryedge-s-api.md - Censys: xdr/features/automate/library/censys.md - Certificate Transparency: xdr/features/automate/library/certificate-transparency.md + - CrowdStrike: xdr/features/automate/library/crowdstrike.md - CrowdStrike Falcon: xdr/features/automate/library/crowdstrike-falcon.md - Cybereason: xdr/features/automate/library/cybereason.md - Detection Rules: xdr/features/automate/library/detection-rules.md @@ -326,7 +327,7 @@ nav: - Consume: - Intelligence: cti/features/consume/intelligence.md - Observables: cti/features/consume/observables.md - - Telemetry: cti/features/consume/telemetry.md + - Telemetry: cti/features/consume/telemetry.md - Outgoing Feeds: cti/features/consume/feeds.md - Graph Explorations: cti/features/consume/graph_explorations.md - Enrichers: cti/features/consume/enrichers.md @@ -400,6 +401,7 @@ nav: - BinaryEdge's API: tip/features/automate/library/binaryedge-s-api.md - Censys: tip/features/automate/library/censys.md - 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 - Detection Rules: tip/features/automate/library/detection-rules.md - Digital Shadows: tip/features/automate/library/digital-shadows.md