Skip to content

Commit

Permalink
Merge pull request #18676 from AkhilReddyS-NR/NR-313287
Browse files Browse the repository at this point in the history
Update to aws-logs-ingestion Lambda function
  • Loading branch information
nbaenam committed Sep 16, 2024
2 parents a11a44f + cd5e109 commit 9b1f026
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
subject: Logs
releaseDate: '2024-09-12'
version: '240912'
---

### Update to AWS-log-ingestion Lambda function

Users no longer need to manually enable logging for New Relic. The `NRLoggingEnabled` parameter is now set to `true` by default.

### Changed

The default value of the `NRLoggingEnabled` parameter for the New Relic Lambda function has been changed from `false` to `true`. Users were required to manually enable this parameter to forward logs to New Relic, adding an extra step to the setup process. This change simplifies the setup process and ensures logs are automatically sent to New Relic.

### Notes

To stay up to date the most recent fixes and enhancements, subscribe to our [Logs RSS feed](/docs/release-notes/logs-release-notes/).
4 changes: 3 additions & 1 deletion src/install/aws-logs/cloudwatch/basic-cloudwatch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ Complete the following:
</td>

<td>
Determines if logs are forwarded to New Relic. **Required.** To turn on logging, set this to `true`.
Determines if logs are forwarded to New Relic. By default, this is set to `true`. **Required.**

Ensure this is set to `true` to turn on logging.
</td>
</tr>

Expand Down

0 comments on commit 9b1f026

Please sign in to comment.