-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Product Partnerships] Added AWS VPN Entity
- Loading branch information
Showing
4 changed files
with
164 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
{ | ||
"name": "AWS VPN", | ||
"description": null, | ||
"pages": [ | ||
{ | ||
"name": "AWS VPN", | ||
"description": null, | ||
"widgets": [ | ||
{ | ||
"title": "", | ||
"layout": { | ||
"column": 1, | ||
"row": 1, | ||
"width": 4, | ||
"height": 3 | ||
}, | ||
"visualization": { | ||
"id": "viz.markdown" | ||
}, | ||
"rawConfiguration": { | ||
"text": "# AWS VPN\nAmazon Virtual Private Cloud is a commercial cloud computing service that provides a virtual private cloud, by provisioning a logically isolated section of Amazon Web Services Cloud. Enterprise customers can access the Amazon Elastic Compute Cloud over an IPsec based virtual private network." | ||
} | ||
}, | ||
{ | ||
"title": "Tunnel data in", | ||
"layout": { | ||
"column": 5, | ||
"row": 1, | ||
"width": 4, | ||
"height": 3 | ||
}, | ||
"visualization": { | ||
"id": "viz.line" | ||
}, | ||
"rawConfiguration": { | ||
"facet": { | ||
"showOtherSeries": false | ||
}, | ||
"legend": { | ||
"enabled": true | ||
}, | ||
"nrqlQueries": [ | ||
{ | ||
"accountId": 0, | ||
"query": "FROM Metric SELECT sum(aws.vpn.TunnelDataIn) AS 'TunnelDataIn' TIMESERIES AUTO FACET aws.vpn.VpnId" | ||
} | ||
], | ||
"platformOptions": { | ||
"ignoreTimeRange": false | ||
}, | ||
"yAxisLeft": { | ||
"zero": true | ||
}, | ||
"yAxisRight": { | ||
"zero": true | ||
} | ||
} | ||
}, | ||
{ | ||
"title": "Tunnel data out", | ||
"layout": { | ||
"column": 9, | ||
"row": 1, | ||
"width": 4, | ||
"height": 3 | ||
}, | ||
"visualization": { | ||
"id": "viz.line" | ||
}, | ||
"rawConfiguration": { | ||
"facet": { | ||
"showOtherSeries": false | ||
}, | ||
"legend": { | ||
"enabled": true | ||
}, | ||
"nrqlQueries": [ | ||
{ | ||
"accountId": 0, | ||
"query": "FROM Metric SELECT sum(aws.vpn.TunnelDataOut) AS 'TunnelDataOut' TIMESERIES AUTO FACET aws.vpn.VpnId" | ||
} | ||
], | ||
"platformOptions": { | ||
"ignoreTimeRange": false | ||
}, | ||
"yAxisLeft": { | ||
"zero": true | ||
}, | ||
"yAxisRight": { | ||
"zero": true | ||
} | ||
} | ||
}, | ||
{ | ||
"title": "Tunnel state", | ||
"layout": { | ||
"column": 1, | ||
"row": 4, | ||
"width": 12, | ||
"height": 4 | ||
}, | ||
"visualization": { | ||
"id": "viz.line" | ||
}, | ||
"rawConfiguration": { | ||
"facet": { | ||
"showOtherSeries": false | ||
}, | ||
"legend": { | ||
"enabled": true | ||
}, | ||
"nrqlQueries": [ | ||
{ | ||
"accountId": 0, | ||
"query": "FROM Metric SELECT sum(aws.vpn.TunnelState) AS 'TunnelState' TIMESERIES AUTO FACET aws.vpn.VpnId " | ||
} | ||
], | ||
"platformOptions": { | ||
"ignoreTimeRange": false | ||
}, | ||
"yAxisLeft": { | ||
"zero": true | ||
}, | ||
"yAxisRight": { | ||
"zero": true | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
slug: aws-vpn | ||
description: |- | ||
## What is AWS VPN? | ||
Amazon Virtual Private Cloud is a commercial cloud computing service that provides a virtual private cloud, by provisioning a logically isolated section of Amazon Web Services Cloud. Enterprise customers can access the Amazon Elastic Compute Cloud over an IPsec based virtual private network. | ||
### Get started! | ||
Start monitoring AWS VPN by connecting Amazon Web Services (AWS) to New Relic! Take a look at our documentation for information on how to set up this integration. | ||
### More info | ||
Check out the [documentation](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-vpc-monitoring-integration/) to learn more about New Relic monitoring for AWS VPN. | ||
summary: |- | ||
Monitor AWS VPN by connecting AWS to New Relic | ||
icon: logo.png | ||
level: New Relic | ||
authors: | ||
- New Relic | ||
title: AWS VPN | ||
documentation: | ||
- name: AWS VPN installation docs | ||
description: | | ||
Monitor AWS VPN by connecting AWS to New Relic. | ||
url: >- | ||
https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-vpc-monitoring-integration/ | ||
keywords: | ||
- aws | ||
- amazon web services | ||
- aws vpn | ||
- VPN | ||
dashboards: | ||
- aws-vpn | ||
dataSourceIds: | ||
- amazon-cloudwatch-metric-streams | ||
alertPolicies: | ||
- aws-vpn |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.