Skip to content

Commit

Permalink
feat(sendgrid): Add installPlans for SendGrid Event Webhook and S3 lo…
Browse files Browse the repository at this point in the history
…g ingestion
  • Loading branch information
ktst79 committed Oct 27, 2021
1 parent 9c27c63 commit 4beb46d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
14 changes: 14 additions & 0 deletions install/aws/aws-log-ingestion-s3/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
id: aws-log-ingestion-s3
name: AWS Lambda for sending logs from S3
title: AWS Lambda for sending logs from S3
description: |
You can send your Amazon S3 buckets to New Relic using our AWS Lambda function, NewRelic-log-ingestion-s3
target:
type: integration
destination: cloud

install:
mode: link
destination:
url: >-
https://docs.newrelic.com/docs/logs/forward-logs/aws-lambda-sending-logs-s3/
14 changes: 14 additions & 0 deletions install/third-party/sendgrid/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
id: third-party-sendgrid-integration
name: sendgrid
title: SendGrid Events Webhook
description: |
SendGrid provides a cloud-based service that assists businesses with email delivery. In order to integrate SendGrid Events with New Relic, you will need to send SendGrid events by using the SendGrid Event Webhook fist. If you are already sending events to AWS S3 using the SendGrid Event Webhook, they can be transferred to New Relic by using NewRelic-log-ingestion-s3.
target:
type: integration
destination: cloud

install:
mode: link
destination:
url: https://docs.sendgrid.com/for-developers/tracking-events/getting-started-event-webhook
4 changes: 4 additions & 0 deletions quickstarts/sendgrid/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ keywords:
- sendgrid
- log

installPlans:
- third-party-sendgrid-integration
- aws-log-ingestion-s3

documentation:
- name: SendGrid Getting started with the Event Webhook
url: https://docs.sendgrid.com/for-developers/tracking-events/getting-started-event-webhook
Expand Down

0 comments on commit 4beb46d

Please sign in to comment.