Skip to content

Commit

Permalink
Merge pull request #1286 from SEKOIA-IO/update-automation-library-doc…
Browse files Browse the repository at this point in the history
…umentation

Refresh automation library documentation
  • Loading branch information
squioc authored Sep 5, 2023
2 parents 08d1d9b + 02df086 commit bd3e693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _shared_content/automate/library/crowdstrike.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand All @@ -35,4 +35,4 @@ Forward Crowdstrike Falcon Data Replication events to Sekoia.io

## Extra

Module **`CrowdStrike` v1.5**
Module **`CrowdStrike` v1.6.4**
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd3e693

Please sign in to comment.