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: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -21,18 +21,20 @@ To try this integration out you can use the `sam` cli to deploy the cloudformati
21
21
#### CloudFormation Parameters
22
22
23
23
-`NewRelicRegion` : Can either be `US` or `EU` depending on which endpoint to be used to push logs to New Relic
24
+
- For this param `US` is default
24
25
-`LicenseKey`: Used when forwarding logs to New Relic
25
26
-`LogGroupConfig` : String representation of JSON array of objects of your CloudWatch LogGroup(s) and respective filter (if applicable) to set the Lambda function trigger.
26
27
- Example : ```[{"LogGroupName":"group1"}, {"LogGroupName":"group2", "FilterPattern":"ERROR"}, {"LogGroupName":"group3", "FilterPattern":"INFO"}]```
27
28
-`LoggingFirehoseStreamName` : Name of new Data Firehose Delivery Stream (must be unique per AWS account in the same AWS Region)
28
29
- The default value will be `NewRelic-Logging-Delivery-Stream`
29
30
-`LoggingS3BackupBucketName`: S3 Bucket Destination for failed events (must be globally unique across all AWS accounts in all AWS Regions within a partition)
30
31
- The default value will be `firehose-logging-backup`
31
-
-`EnableCloudWatchLoggingForFirehose`: Can either be `true` or `false` to enable CloudWatch logging for the Amazon Data Firehose stream.
32
+
-`EnableCloudWatchLoggingForFirehose`: Can either be `true` or `false` to enable CloudWatch logging for the Amazon Data Firehose stream. Enabling logging can help in troubleshooting issues in pushing data through firehose stream. `false` by default
32
33
-`NewRelicAccountId` : The New Relic Account ID to which the logs will be pushed
33
34
-`CommonAttributes` : Common attributes to be added to all logs. This should be a JSON object.
-`StoreNRLicenseKeyInSecretManager` : Can either be `true` or `false` depending on which cloud formation stack decides whether to store your license key in the environment variables or to create a new secret in aws secrets manger.
0 commit comments