You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-integrations/aws-shipper-lambda/README.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Coralogix can be configured to receive data directly from your [MSK](https://doc
40
40
41
41
### Amazon ECR Image Security Scan
42
42
43
-
Coralogix can be configured to recieve ECR [Image Scanning](https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html)
43
+
Coralogix can be configured to receive ECR [Image Scanning](https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html).
44
44
45
45
## Deployment Options
46
46
@@ -89,7 +89,7 @@ Use an existing Coralogix [Send-Your-Data API key](https://coralogix.com/docs/se
89
89
| ApiKey | The Send-Your-Data [API Key](https://coralogix.com/docs/send-your-data-api-key/) validates your authenticity. This value can be a direct Coralogix API Key or an AWS Secret Manager ARN containing the API Key. ||:heavy_check_mark:|
90
90
| StoreAPIKeyInSecretsManager | Enable this to store your API Key securely. Otherwise, it will remain exposed in plain text as an environment variable in the Lambda function console. | True |:heavy_check_mark:|
91
91
92
-
> **Note:** EcrScan doesn't need any extra configuration.
92
+
> **Note:**`EcrScan` doesn't need any extra configuration.
93
93
94
94
### S3/CloudTrail/VpcFlow/S3Csv Configuration
95
95
@@ -145,26 +145,24 @@ We can receive direct [Kinesis](https://aws.amazon.com/kinesis/) stream data fro
| KafkaBrokers | Comma Delimited List of Kafka broker to connect to ||:heavy_check_mark:|
155
-
| KafkaTopic |The Kafka topic to subscribe to ||:heavy_check_mark:|
156
-
| KafkaBatchSize |The Kafka batch size to use when reading from Kafka | 100 ||
157
-
| KafkaSecurityGroups | Comma Delimited List of Kafka security groups to use when connecting to Kafka||:heavy_check_mark:|
158
-
| KafkaSubnets | Comma Delimited List of Kafka subnets to use when connecting to Kafka||:heavy_check_mark:|
152
+
| KafkaBrokers | Comma-delimited list of Kafka brokers to establish a connection with.||:heavy_check_mark:|
153
+
| KafkaTopic |Subscribe to this Kafka topic for data consumption.||:heavy_check_mark:|
154
+
| KafkaBatchSize |Specify the size of data batches to be read from Kafka during each retrieval.| 100 ||
155
+
| KafkaSecurityGroups | Comma-delimited list of Kafka security groups for secure connection setup. ||:heavy_check_mark:|
156
+
| KafkaSubnets | Comma-delimited list of Kafka subnets to use when connecting to Kafka.||:heavy_check_mark:|
159
157
160
-
*MSK*:
158
+
### MSK Configuration
161
159
162
-
When using the AWS MSK Integration, your Lambda must be in a VPC with access to the MSK cluster. You can do this by setting the relevant parameters for [vpc configuration](#vpc-configuration-optional).
160
+
Your Lambda function must be in a VPC that has access to the MSK cluster. You can configure your VPC via the provided [VPC configuration parameters](#vpc-configuration-optional).
163
161
164
162
| Parameter | Description | Default Value | Required |
0 commit comments