Skip to content

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
merged 277 commits into from
Jun 9, 2019
Merged

using latest dd-aws-lambda-functions code #3

merged 277 commits into from
Jun 9, 2019

Conversation

mrapptambour
Copy link

@mrapptambour mrapptambour commented Nov 30, 2018

module "dd_cloudwatch" {
  source        = "github.com/Placester/dd-aws-lambda-functions//Log"
  DD_API_KEY    = "${var.dd_api_key}"
  role          = "${aws_iam_role.cloudlog.arn}"
  memory_size   = "128"
  function_name = "fn-${var.service}-cloudwatch-dd-appender"

  metadata = {
    service = "${var.service}"
  }
}

datadog logs will load with the service tag

yasuharu519 and others added 30 commits October 5, 2018 11:52
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
jmc-rival and others added 27 commits April 30, 2019 14:45
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
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
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
@mrapptambour
Copy link
Author

@EvilPlankton updating with latest lambda code. Terraform metadata to DD_TAGS looks the same.

@mrapptambour mrapptambour merged commit 439bd84 into master Jun 9, 2019
@mrapptambour mrapptambour deleted the latest-dd branch June 9, 2019 21:29
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.