Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Repo of lambda functions that process streams and send data to datadog

License

Notifications You must be signed in to change notification settings

MatchingAgent/datadog-serverless-functions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forked from DataDog/datadog-serverless-functions

logs_monitoring をカスタマイズして使用するのが目的です
Datadog Forwarder 以外の使用は想定していません

変更点

Datadog Forwarder Lambdaに設定されるIAMポリシー

- Effect: Allow
  Action:
  - s3:GetObject
  Resource: 'arn:aws:s3:::*'

を削除して使用しています

運用

リソースの作成

aws/logs_monitoring/template.yamlをAWSコンソールからCloudFormationに入力してリソースの作成を行いました

Fowarder Lambdaのトリガーの設定

作成さた tapple-datadog-forwarder-Forwarder というLambdaにAWSコンソールからトリガーの追加を行っています
subscribeするCloudWatch Log Groupを追加したい場合はコンソールから設定してください

About

Repo of lambda functions that process streams and send data to datadog

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.1%
  • JavaScript 14.7%
  • Shell 4.2%