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

Use http-intake.logs for logs intake #521

Merged
merged 2 commits into from
Dec 21, 2021

Conversation

tianchu
Copy link
Contributor

@tianchu tianchu commented Dec 21, 2021

What does this PR do?

Motivation

The lambda-http-intake.logs endpoint has been merged into the http-intake.logs endpoint on Datadog backend. http-intake.logs can be exposed directly over PrivateLink, which simplifies configurations for Forwarders deployed in private VPC subnets.

Testing Guidelines

  • Forwarder deployed in a private VPC subnet can still send logs to Datadog.

Additional Notes

The changes are backward-compatible. When upgrading existing installations with DdUsePrivateLink enabled, the parameter will be kept as true and the Forwarder will continue to use the special set of endpoints for intake.

Types of changes

  • Bug fix
  • New feature
  • Breaking change
  • Misc (docs, refactoring, dependency upgrade, etc.)

Check all that apply

  • This PR's description is comprehensive
  • This PR contains breaking changes that are documented in the description
  • This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future
  • This PR impacts documentation, and it has been updated (or a ticket has been logged)
  • This PR's changes are covered by the automated tests
  • This PR collects user input/sensitive content into Datadog
  • This PR passes the integration tests (ask a Datadog member to run the tests)
  • This PR passes the unit tests
  • This PR passes the installation tests (ask a Datadog member to run the tests)

Copy link
Contributor

@DarcyRaynerDD DarcyRaynerDD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, that we use the "aws_forwarder" track.

_HEADERS["DD-EVP-ORIGIN"] = "aws_forwarder"

@tianchu tianchu merged commit d467cfc into master Dec 21, 2021
@tianchu tianchu deleted the tian.chu/update-logs-intake-endpoint branch December 21, 2021 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PrivateLink URLs are different from the DNS addresses exposed by the VPC Endpoints
3 participants