Skip to content

Commit

Permalink
[Product Partnerships] Added AWS VPN Entity
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul188 committed Dec 18, 2023
1 parent 77fb064 commit 82ff0d5
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 0 deletions.
132 changes: 132 additions & 0 deletions dashboards/aws-vpn/aws-vpn.json
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
}
}
}
]
}
]
}
Binary file added dashboards/aws-vpn/aws-vpn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions quickstarts/aws/aws-vpn/config.yml
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
Binary file added quickstarts/aws/aws-vpn/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82ff0d5

Please sign in to comment.