Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to aws-logs-ingestion Lambda function #18676

Merged
merged 5 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading