diff --git a/_shared_content/automate/library/aws.md b/_shared_content/automate/library/aws.md index dbf6c7404..cf6f3abc6 100644 --- a/_shared_content/automate/library/aws.md +++ b/_shared_content/automate/library/aws.md @@ -96,9 +96,9 @@ Get line-oriented Flowlog records from new S3 objects based on notifications | `intake_key` | `string` | Intake key to use when sending events | -### Fetch new logs on S3 +### Fetch new FlowLogs Parquet records on S3 -Get line-oriented records from new S3 objects based on notifications +Get FlowLogs records from new S3 Parquet objects based on notifications **Arguments** @@ -106,18 +106,15 @@ Get line-oriented records from new S3 objects based on notifications | --------- | ------- | --------------------------- | | `frequency` | `integer` | Batch frequency in seconds | | `queue_name` | `string` | The name of the SQS queue that received the notifications of the creation of S3 objects | -| `chunk_size` | `integer` | The size of chunks for the batch processing | -| `separator` | `string` | The separator used between each records (default: the linefeed character '\n') | -| `skip_first` | `integer` | The number of records to skip at the begining of each S3 object (default: 0) | -| `ignore_comments` | `boolean` | Flag to ignore commented lines (starting with the character `#`; default: false) | | `delete_consumed_messages` | `boolean` | Flag to delete consuming messages (default: false) | +| `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 | -### Fetch new Parquet records on S3 +### Fetch new logs on S3 -Get records from new S3 Parquet objects based on notifications +Get line-oriented records from new S3 objects based on notifications **Arguments** @@ -125,8 +122,11 @@ Get records from new S3 Parquet objects based on notifications | --------- | ------- | --------------------------- | | `frequency` | `integer` | Batch frequency in seconds | | `queue_name` | `string` | The name of the SQS queue that received the notifications of the creation of S3 objects | -| `delete_consumed_messages` | `boolean` | Flag to delete consuming messages (default: false) | | `chunk_size` | `integer` | The size of chunks for the batch processing | +| `separator` | `string` | The separator used between each records (default: the linefeed character '\n') | +| `skip_first` | `integer` | The number of records to skip at the begining of each S3 object (default: 0) | +| `ignore_comments` | `boolean` | Flag to ignore commented lines (starting with the character `#`; default: false) | +| `delete_consumed_messages` | `boolean` | Flag to delete consuming messages (default: false) | | `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') | | `intake_key` | `string` | Intake key to use when sending events | @@ -165,4 +165,4 @@ Get messages from SQS ## Extra -Module **`AWS` v1.29.4** \ No newline at end of file +Module **`AWS` v1.29.5** \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 73774ee2c..effd6ce24 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -257,6 +257,7 @@ nav: - Operators: xdr/features/automate/operators.md - Actions: xdr/features/automate/actions.md - Actions Library: + - AWS: xdr/features/automate/library/aws.md - AWS: xdr/features/automate/library/aws.md - Atlassian JIRA: xdr/features/automate/library/atlassian-jira.md - BinaryEdge's API: xdr/features/automate/library/binaryedge-s-api.md @@ -436,6 +437,7 @@ nav: - Operators: tip/features/automate/operators.md - Actions: tip/features/automate/actions.md - Actions Library: + - AWS: tip/features/automate/library/aws.md - AWS: tip/features/automate/library/aws.md - Atlassian JIRA: tip/features/automate/library/atlassian-jira.md - BinaryEdge's API: tip/features/automate/library/binaryedge-s-api.md