Skip to content

Commit

Permalink
Merge branch 'release' into NR-172653
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkitten authored Feb 15, 2024
2 parents 64e3b1d + a62f400 commit f96377a
Show file tree
Hide file tree
Showing 15 changed files with 149 additions and 17 deletions.
108 changes: 108 additions & 0 deletions dashboards/aws-certificate-manager/aws-certificate-manager.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"name": "AWS CertificateManager",
"description": null,
"pages": [
{
"name": "AWS CertificateManager",
"description": null,
"widgets": [
{
"title": "",
"layout": {
"column": 1,
"row": 1,
"width": 4,
"height": 3
},
"visualization": {
"id": "viz.markdown"
},
"rawConfiguration": {
"text": "# AWS Certificate Manager\nUse AWS Certificate Manager (ACM) to provision, manage, and deploy public and private SSL/TLS certificates for use with AWS services and your internal connected resources. ACM removes the time-consuming manual process of purchasing, uploading, and renewing SSL/TLS certificates.\n\n"
}
},
{
"title": "DaysToExpiry",
"layout": {
"column": 5,
"row": 1,
"width": 4,
"height": 3
},
"visualization": {
"id": "viz.table"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM Metric \nSELECT average(`aws.certificatemanager.DaysToExpiry`) AS 'DaysToExpiry'\nWHERE aws.Namespace = 'AWS/CertificateManager' \nFACET `aws.certificatemanager.CertificateArn`, `aws.accountId`, `aws.region`"
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "Total Certificate By Region",
"layout": {
"column": 9,
"row": 1,
"width": 4,
"height": 3
},
"visualization": {
"id": "viz.pie"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": true
},
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM Metric SELECT uniqueCount(aws.certificatemanager.CertificateArn) WHERE aws.Namespace = 'AWS/CertificateManager' FACET aws.region "
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "Total Certificate By AccountID",
"layout": {
"column": 1,
"row": 4,
"width": 12,
"height": 4
},
"visualization": {
"id": "viz.bar"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM Metric SELECT uniqueCount(aws.certificatemanager.CertificateArn) AS 'Total Certificates' WHERE aws.Namespace = 'AWS/CertificateManager' FACET aws.accountId "
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
}
]
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords:
- Amazon CloudWatch Network Monitor
- active network monitoring
dataSourceIds:
- amazon-cloudwatch-network-monitor
- amazon-cloudwatch-metric-streams
dashboards:
- amazon-cloudwatch-network-monitor
alertPolicies:
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/aws/amazon-security-lake/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ dashboards:
installPlans:
- aws-security-lake
dataSourceIds:
- amazon-security-lake
- amazon-cloudwatch-metric-streams
1 change: 0 additions & 1 deletion quickstarts/aws/amazon-vpc-lattice/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ keywords:
- vpc
- network
dataSourceIds:
- amazon-vpc-lattice
- amazon-cloudwatch-metric-streams
dashboards:
- amazon-vpc-lattice-access-logs
Expand Down
4 changes: 1 addition & 3 deletions quickstarts/aws/aws-apprunner/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ keywords:
- amazon
- app runner
- logs
installPlans:
- aws-apprunner
dataSourceIds:
- aws-apprunner
- amazon-cloudwatch-metric-streams
dashboards:
- aws-apprunner
31 changes: 31 additions & 0 deletions quickstarts/aws/aws-certificate-manager/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
id: 426cc432-88e7-40bb-80fb-4f9cd8e8816d
slug: aws-certificate-manager
description: |-
## What is AWS Certificate Manager?
Use AWS Certificate Manager (ACM) to provision, manage, and deploy public and private SSL/TLS certificates for use with AWS services and your internal connected resources. ACM removes the time-consuming manual process of purchasing, uploading, and renewing SSL/TLS certificates.
### Get started!
Start monitoring AWS Certificate Manager by using AWS Kinesis Firehose to send logs to New Relic! Take a look at our documentation for information on how to set this integration.
### More info
Check out the [documentation](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-certificate-manager-monitoring-integration/) to learn more about New Relic monitoring for AWS Certificate Manager.
summary: |-
Monitor AWS Certificate Manager by connecting AWS to New Relic
icon: logo.png
level: New Relic
authors:
- New Relic
title: AWS Certificate Manager
documentation:
- name: AWS Certificate Manager installation docs
description: |
Monitor AWS Certificate Manager by connecting AWS to New Relic.
url: >-
https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-certificate-manager-monitoring-integration/
keywords:
- aws
- amazon web services
- networking
- aws certificate manager
dashboards:
- aws-certificate-manager
dataSourceIds:
- amazon-cloudwatch-metric-streams
Binary file added quickstarts/aws/aws-certificate-manager/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions quickstarts/aws/aws-lambda-telemetry-extension/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ keywords:
- serverless
- lambda
- telemetry extension
installPlans:
- aws-lambda-telemetry-extension
dataSourceIds:
- aws-lambda-telemetry-extension
- amazon-cloudwatch-metric-streams
dashboards:
- aws-lambda-telemetry-extension
2 changes: 1 addition & 1 deletion quickstarts/aws/aws-lex/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
- amazon web services
- lex
dataSourceIds:
- aws-lex
- amazon-cloudwatch-metric-streams
dashboards:
- aws-lex
alertPolicies:
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/aws/aws-polly/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ keywords:
- amazon web services
- polly
dataSourceIds:
- aws-polly
- amazon-cloudwatch-metric-streams
dashboards:
- aws-polly
2 changes: 1 addition & 1 deletion quickstarts/aws/aws-rekognition/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ keywords:
- amazon web services
- rekognition
dataSourceIds:
- aws-rekognition
- amazon-cloudwatch-metric-streams
dashboards:
- aws-rekognition
2 changes: 1 addition & 1 deletion quickstarts/aws/aws-textract/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ keywords:
- amazon web services
- textract
dataSourceIds:
- aws-textract
- amazon-cloudwatch-metric-streams
dashboards:
- aws-textract
2 changes: 1 addition & 1 deletion quickstarts/aws/aws-translate/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ keywords:
- amazon web services
- translate
dataSourceIds:
- aws-translate
- amazon-cloudwatch-metric-streams
dashboards:
- aws-translate
4 changes: 1 addition & 3 deletions quickstarts/aws/aws-verified-access/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ keywords:
- networking
dashboards:
- aws-verified-access
installPlans:
- aws-verified-access
dataSourceIds:
- amazon-verified-access
- amazon-cloudwatch-metric-streams

0 comments on commit f96377a

Please sign in to comment.