Ingest generic logs from Amazon S3
Collect generic logs from Amazon S3 in Cortex Cloud.
You can forward generic logs for the relative service to Cortex Cloud from Amazon S3.
To receive generic data from Amazon Simple Storage Service (Amazon S3), you must first configure data collection from Amazon S3. You can then configure the Data Sources & Integrations settings in Cortex Cloud for Amazon S3. After you set up collection integration, Cortex Cloud begins receiving new logs and data from the source.
When Cortex Cloud begins receiving logs, the app automatically creates an Amazon S3 Cortex Query Language (XQL) dataset (<Vendor>_<Product>_raw). This enables you to search the logs using XQL Search with the dataset. For example queries, refer to the in-app XQL Library. Cortex Cloud can also generate Cortex Cloud issues (Correlation Rules only), when relevant, from Amazon S3 logs.
Prerequisites
Perform the following tasks before you begin configuring data collection from Amazon S3:
Create a dedicated Amazon S3 bucket, which collects the generic logs that you want capture. For more information, see Creating a bucket using the Amazon S3 Console.
The logs collected by your dedicated Amazon S3 bucket must adhere to the following guidelines.
Each log file must use the 1 log per line format. By default, multi-line format is not supported. It can only be used for
rawformat when you specifically configure your environment for that use case.The log format must be compressed as gzip or uncompressed.
For best performance, we recommend limiting each file size to up to 50 MB (compressed).
Ensure that you have at a minimum the following permissions in AWS for an Amazon S3 bucket and Amazon Simple Queue Service (SQS).
Amazon S3 bucket:
GetObjectSQS:
ChangeMessageVisibility,ReceiveMessage,GetQueueAttributes, andDeleteMessage.
Determine how you want to provide access to Cortex Cloud to your logs and perform API operations. You have the following options:
Use Workload Federated Identity to allow Cortex Cloud's dedicated log collector service account to assume an IAM role in your AWS environment using a short-lived OIDC token, without storing any long-lived credentials. This is the Workload Federated Identity option in the Amazon S3 collection configuration and is the recommended option when available.
Designate an AWS IAM user, where you will need to know the Account ID for the user and have the relevant permissions to create an access key/id for the relevant IAM user.
Create an assumed role in AWS to delegate permissions to a Cortex Cloud AWS service. This role grants Cortex Cloud access to your flow logs. For more information, see Creating a role to delegate permissions to an AWS service. This is the Assumed Role option described in the configure the Amazon S3 collection in Cortex Cloud. For more information on creating an assumed role for Cortex Cloud, see Create an assumed role.
If using Workload Federated Identity, ensure you have permissions to create an AWS IAM Identity Provider and an IAM role with a trust policy in your AWS account. You will need the Cortex Cloud service account identifier (provided in the Cortex Cloud UI after saving the configuration) to configure the trust relationship.
To collect Amazon S3 logs that use server-side encryption (SSE), the user role must have an IAM policy that states that Cortex Cloud has kms:Decrypt permissions. With this permission, Amazon S3 automatically detects if a bucket is encrypted and decrypts it. If you want to collect encrypted logs from different accounts, you must have the decrypt permissions for the user role also in the key policy for the master account Key Management Service (KMS). For more information, see Allowing users in other accounts to use a KMS key.
Configure Cortex Cloud to receive generic logs from Amazon S3:
Log in to the AWS Management Console.
From the menu bar, ensure that you have selected the correct region for your configuration.
Configure an Amazon Simple Queue Service (SQS).
In the Amazon SQS Console, click Create Queue.
Configure the following settings, where the default settings should be configured unless otherwise indicated.
Type: Select Standard queue (default).
Name: Specify a descriptive name for your SQS queue.
Configuration section: Leave the default settings for the various fields.
Access policy → Choose method: Select Advanced and update the Access policy code in the editor window to enable your Amazon S3 bucket to publish event notification messages to your SQS queue. Use this sample code as a guide for defining the
“Statement”with the following definitions.-
“Resource”: Leave the automatically generated ARN for the SQS queue that is set in the code, which uses the format“arn:sns:Region:account-id:topic-name”.You can retrieve your bucket’s ARN by opening the Amazon S3 Console in a browser window. In the Buckets section, select the bucket that you created for collecting the Amazon S3 flow logs, click Copy ARN, and paste the ARN in the field.

Dead-letter queue section: We recommend that you configure a queue for sending undeliverable messages by selecting Enabled, and then in the Choose queue field selecting the queue to send the messages. You may need to create a new queue for this, if you do not already have one set up. For more information, see Amazon SQS dead-letter queues.
Click Create queue.
Once the SQS is created, a message indicating that the queue was successfully configured is displayed at the top of the page.
Configure an event notification to your Amazon SQS whenever a file is written to your Amazon S3 bucket.
Open the Amazon S3 Console and in the Properties tab of your Amazon S3 bucket, scroll down to the Event notifications section, and click Create event notification.
Configure the following settings:
Event name: Specify a descriptive name for your event notification containing up to 255 characters.
Prefix: Do not set a prefix as the Amazon S3 bucket is meant to be a dedicated bucket for collecting only network flow logs.
Event types: Select All object create events for the type of event notifications that you want to receive.
Destination: Select SQS queue to send notifications to an SQS queue to be read by a server.
Specify SQS queue: You can either select Choose from your SQS queues and then select the SQS queue, or select Enter SQS queue ARN and specify the ARN in the SQS queue field.
You can retrieve your SQS queue ARN by opening another instance of the AWS Management Console in a browser window, and opening the Amazon SQS Console, and selecting the Amazon SQS that you created. In the Details section, under ARN, click the copy icon (
), and paste the ARN in the field.

Click Save changes.
Once the event notification is created, a message indicating that the event notification was successfully created is displayed at the top of the page.
Configure access keys for the AWS IAM user.
Open the AWS IAM Console, and in the navigation pane, select Access management → Users.
Select the User name of the AWS IAM user.
Select the Security credentials tab, and scroll down to the Access keys section, and click Create access key.
Click the copy icon () next to the Access key ID and Secret access key keys, where you must click Show secret access key to see the secret key, and record them somewhere safe before closing the window. You will need to provide these keys when you edit the Access policy of the SQS queue and when setting the AWS Client ID and AWS Client Secret in Cortex Cloud. If you forget to record the keys and close the window, you will need to generate new keys and repeat this process.
For more information, see Managing access keys for IAM users.
Update the Access policy of your Amazon SQS queue.
In the Amazon SQS Console, select the SQS queue that you created when you configured an Amazon Simple Queue Service (SQS).
Select the Access policy tab, and Edit the Access policy code in the editor window to enable the IAM user to perform operations on the Amazon SQS with permissions to
SQS:ChangeMessageVisibility,SQS:DeleteMessage,SQS:ReceiveMessage, andSQS:GetQueueAttributes. Use this sample code as a guide for defining the“Sid”: “__receiver_statement”with the following definitions.“aws:SourceArn”: Specify the ARN of the AWS IAM user. You can retrieve the User ARN from the Security credentials tab, which you accessed when you configured access keys for the AWS API user.“Resource”: Leave the automatically generated ARN for the SQS queue that is set in the code, which uses the format“arn:sns:Region:account-id:topic-name”.
Configure the Amazon S3 collection in Cortex Cloud.
Navigate to Settings → Data Sources & Integrations.
On the Data Sources & Integrations page, click + Add New, search for Amazon S3, then hover over it and click Add.
Select the authentication method you configured and enter the values relevant for your method:
SQS URL
Specify the SQS URL, which is the URL of the Amazon SQS that you configured in the AWS Management Console.
Name
Specify a descriptive name for your log collection configuration.
Role ARN
Specify the Role ARN for the Assumed Role you created in AWS.
Audience
(Workload Federated Identity only) Specify the OIDC audience value configured in your AWS IAM identity provider trust policy. This value scopes the OIDC token to your specific AWS environment.
AWS Client ID
(Access Key only) Specify the Access key ID, which you received when you configured access keys for the AWS IAM user in AWS.
AWS Client Secret
(Access Key only) Specify the Secret access key you received when you configured access keys for the AWS IAM user in AWS.
External ID
(STS AssumeRole only) Specify the External ID for the Assumed Role you created in AWS.
Log Type
Select Generic to configure your log collection to receive generic logs from Amazon S3, which can include different types of data, such as file and metadata.
Log Format
Select the log format type as Raw, JSON, CEF, LEEF, Cisco, Corelight, or Beyondtrust Cloud ECS.
Vendor
(Optional) Specify a particular vendor name for the Amazon S3 generic data collection, which is used in the Amazon S3 XQL dataset <Vendor>_<Product>_raw that Cortex Cloud creates as soon as it begins receiving logs.
Product
(Optional) Specify a particular product name for the Amazon S3 generic data collection, which is used in the Amazon S3 XQL dataset name <Vendor>_<Product>_raw that Cortex Cloud creates as soon as it begins receiving logs.
Compression
Select whether the logs are compressed into a gzip file or are uncompressed.
Multiline Parsing Regex
(Optional, Raw format only) Enter a regular expression to identify the start of a new log event. Cortex Cloud assumes each new event start indicates the previous event has ended.
When Log Format is set to one of the following, the fields are pre-populated as shown:
Log Format
Vendor
Product
Compression
Configurable?
Beyondtrust Cloud ECS
Beyondtrust
Privilege Management
Uncompressed
No
Cisco
Cisco
ASA
N/A
No
Corelight
Corelight
Zeek
N/A
No
Raw or JSON
AMAZON
AWS
N/A
Yes
Cortex Cloud supports logs in single line format or multiline format. For a JSON format, multiline logs are collected automatically when the Log Format is configured as JSON. When configuring a Raw format, you must also define the Multiline Parsing Regex as explained below.
d. Click Test to validate access, and then click Enable.
Once events start to come in, a green check mark appears underneath the Amazon S3 configuration with the number of logs received.
Last updated
Was this helpful?
