forked from DataDog/datadog-serverless-functions
-
Notifications
You must be signed in to change notification settings - Fork 0
using latest dd-aws-lambda-functions code #3
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changed variable 'host' to DD_URL
Changed the name ssl_port to DD_PORT
Created class to handle create/close connection and send entry through created connection.
Organize package order and make group with standard and third party package.
Since 'base64' and function in 'base64' are both imported, fixed them to use only 'base64'
Avoid using try/except
Changed variable name and the way how to get that variable.
…bbing Option to scrub ip addresses in forwarded logs
…print Reduce memory footprint of handlers
Fixed ssl connection handling
Fix bug where gzip would timeout
Lint the logs lambda
Co-Authored-By: Alexandre Chaintreuil <[email protected]>
Fix a trim issue in the azure function that triggers on blob storage
Fixed a bug where CloudTrail logs aren't getting detected in some cases
add multiline log support for s3 logs
default assign None to DD_MULTILINE_LOG_REGEX_PATTERN to avoid exception
…p_switch Created a HTTP client to send batch of logs over HTTP to Datadog
…a-tcp-default [Logs lambda]: Default to TCP
Added CloudWatch via Kinesis support
Use the presence of the `kinesis` field in the records to determine if an event is coming from kinesis.
…s_monitoring-readme [aws/logs_monitoring] Update readme with kinesis support + small clean ups
…ons into latest-dd
@EvilPlankton updating with latest lambda code. Terraform metadata to DD_TAGS looks the same. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
datadog logs will load with the
service
tag