diff --git a/alert-policies/network-flow-devices/Flow Destinations Baseline.yml b/alert-policies/network-flow-devices/Flow Destinations Baseline.yml
deleted file mode 100644
index 57e343db8a..0000000000
--- a/alert-policies/network-flow-devices/Flow Destinations Baseline.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-# Name of the alert
-name: Flow Destinations Baseline
-
-# Description and details
-description: |+
- This alert is triggered when the unique count of 'Destination:Port' endpoints for a Flow Device fluctuates more than 2 standard deviations above or below baseline for over 5 minutes.
- This is a measurement on the total number of destinations for your traffic and can be an associated metric to throughput signals from your applications.
-
-# Type of alert
-type: BASELINE
-
-# NRQL query
-nrql:
- # Baseline alerts can use an optional FACET
- query: "FROM KFlow SELECT uniqueCount(dst_addr, l4_dst_port) FACET entity.name, entity.guid"
-
-# Direction in which baseline is set (Default: LOWER_ONLY)
-baselineDirection: UPPER_AND_LOWER
-
-# List of Critical and Warning thresholds for the condition
-terms:
- - priority: CRITICAL
- # Operator used to compare against the threshold.
- operator: ABOVE
- # Value that triggers a violation
- threshold: 2
- # Time in seconds; 120 - 3600, must be a multiple of 60 for Baseline conditions
- thresholdDuration: 300
- # How many data points must be in violation for the duration
- thresholdOccurrences: ALL
-
-# Loss of Signal Settings
-expiration:
- # Close open violations if signal is lost (Default: false)
- closeViolationsOnExpiration: true
- # Open "Loss of Signal" violation if signal is lost (Default: false)
- openViolationOnExpiration: true
- # Time in seconds; Max value: 172800 (48hrs), null if closeViolationsOnExpiration and openViolationOnExpiration are both 'false'
- expirationDuration: 86400
-
-# Duration after which a violation automatically closes
-# Time in seconds; 300 - 2592000 (Default: 86400 [1 day])
-violationTimeLimitSeconds: 86400
diff --git a/alert-policies/network-flow-devices/Flow Sources Baseline.yml b/alert-policies/network-flow-devices/Flow Sources Baseline.yml
deleted file mode 100644
index 81cd8c0c48..0000000000
--- a/alert-policies/network-flow-devices/Flow Sources Baseline.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-# Name of the alert
-name: Flow Sources Baseline
-
-# Description and details
-description: |+
- This alert is triggered when the unique count of 'Source:Port' endpoints for a Flow Device fluctuates more than 2 standard deviations above or below baseline for over 5 minutes.
- This is a measurement on the total number of sources for your traffic and can be an associated metric to throughput signals from your applications.
-
-# Type of alert
-type: BASELINE
-
-# NRQL query
-nrql:
- # Baseline alerts can use an optional FACET
- query: "FROM KFlow SELECT uniqueCount(src_addr, l4_src_port) FACET entity.name, entity.guid"
-
-# Direction in which baseline is set (Default: LOWER_ONLY)
-baselineDirection: UPPER_AND_LOWER
-
-# List of Critical and Warning thresholds for the condition
-terms:
- - priority: CRITICAL
- # Operator used to compare against the threshold.
- operator: ABOVE
- # Value that triggers a violation
- threshold: 2
- # Time in seconds; 120 - 3600, must be a multiple of 60 for Baseline conditions
- thresholdDuration: 300
- # How many data points must be in violation for the duration
- thresholdOccurrences: ALL
-
-# Loss of Signal Settings
-expiration:
- # Close open violations if signal is lost (Default: false)
- closeViolationsOnExpiration: true
- # Open "Loss of Signal" violation if signal is lost (Default: false)
- openViolationOnExpiration: true
- # Time in seconds; Max value: 172800 (48hrs), null if closeViolationsOnExpiration and openViolationOnExpiration are both 'false'
- expirationDuration: 86400
-
-# Duration after which a violation automatically closes
-# Time in seconds; 300 - 2592000 (Default: 86400 [1 day])
-violationTimeLimitSeconds: 86400
diff --git a/alert-policies/prometheus-agent/DupMetrics.yml b/alert-policies/prometheus-agent/DupMetrics.yml
index cbd754d918..9c814950bd 100644
--- a/alert-policies/prometheus-agent/DupMetrics.yml
+++ b/alert-policies/prometheus-agent/DupMetrics.yml
@@ -4,7 +4,7 @@ description: |+
This alert is triggered if two or more jobs scraping the same instance in the same cluster.
type: STATIC
nrql:
- query: "FROM Metric select uniqueCount(job) facet instance, cluster_name"
+ query: "FROM Metric select uniqueCount(job) WHERE metricName LIKE 'prometheus%' facet instance, cluster_name"
# Function used to aggregate the NRQL query value(s) for comparison to the terms.threshold (Default: SINGLE_VALUE)
valueFunction: SINGLE_VALUE
diff --git a/dashboards/amazon-s3-storagelens/amazon-s3-storagelens.json b/dashboards/amazon-s3-storagelens/amazon-s3-storagelens.json
new file mode 100644
index 0000000000..7ea81baa4e
--- /dev/null
+++ b/dashboards/amazon-s3-storagelens/amazon-s3-storagelens.json
@@ -0,0 +1,526 @@
+{
+ "name": "Amazon S3 Storage Lens",
+ "description": null,
+ "pages": [
+ {
+ "name": "S3 Storage Lens",
+ "description": null,
+ "widgets": [
+ {
+ "title": "",
+ "layout": {
+ "column": 1,
+ "row": 1,
+ "width": 2,
+ "height": 4
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.markdown"
+ },
+ "rawConfiguration": {
+ "text": "![AWS S3 Storage Lens logo](https://lh6.googleusercontent.com/eY3HD-U5lVs38NUsZIgraXMVSuMDfopVCUihlytZ9e6-tF_na-3ENIBte7l05mfPrpp7MXUY_vnmyeS5QlDN1xqm00HrHEoxPkHIAi1BERTdjZZKAraFeIzJ1I6ts_hYnLzXes1a)\n# AWS S3 Storage Lens Dashboard"
+ }
+ },
+ {
+ "title": "Total Storage (bytes)",
+ "layout": {
+ "column": 3,
+ "row": 1,
+ "width": 2,
+ "height": 2
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.billboard"
+ },
+ "rawConfiguration": {
+ "dataFormatters": [],
+ "facet": {
+ "showOtherSeries": false
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM (FROM Metric SELECT max(aws.s3.storagelens.StorageBytes)as 'gb' FACET aws.s3.storagelens.bucket_name WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) ) \nSELECT sum(`gb`) as '' SINCE 1 day ago"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Object Count",
+ "layout": {
+ "column": 5,
+ "row": 1,
+ "width": 2,
+ "height": 2
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.billboard"
+ },
+ "rawConfiguration": {
+ "dataFormatters": [],
+ "facet": {
+ "showOtherSeries": false
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM (FROM Metric SELECT max(aws.s3.storagelens.ObjectCount) as 'objects' FACET aws.s3.storagelens.bucket_name WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) )\nSELECT sum(`objects`) as 'Objects' SINCE 1 day ago"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Average Object Size (bytes)",
+ "layout": {
+ "column": 7,
+ "row": 1,
+ "width": 2,
+ "height": 2
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.billboard"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM(FROM Metric SELECT sum(aws.s3.storagelens.StorageBytes) as 'bytes', sum(aws.s3.storagelens.ObjectCount) as 'objects' FACET dimensions() WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) )\nSELECT sum(`bytes`)/sum(`objects`) as '' SINCE 1 day ago"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Active buckets",
+ "layout": {
+ "column": 9,
+ "row": 1,
+ "width": 2,
+ "height": 2
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.billboard"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT uniqueCount(aws.s3.storagelens.bucket_name) as 'Buckets' WHERE metricName = 'aws.s3.storagelens.StorageBytes' AND `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) SINCE 1 day ago"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Total buckets",
+ "layout": {
+ "column": 11,
+ "row": 1,
+ "width": 2,
+ "height": 2
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.billboard"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT uniqueCount(aws.s3.storagelens.bucket_name) as 'Buckets' WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) SINCE 1 day ago"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Accounts",
+ "layout": {
+ "column": 3,
+ "row": 3,
+ "width": 2,
+ "height": 2
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.billboard"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT uniqueCount(`aws.accountId`) as 'Accounts' WHERE metricName = 'aws.s3.storagelens.StorageBytes' SINCE 1 day ago"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Storage trend (bytes)",
+ "layout": {
+ "column": 5,
+ "row": 3,
+ "width": 4,
+ "height": 3
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.area"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "legend": {
+ "enabled": true
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT sum(aws.s3.storagelens.StorageBytes) as 'Storage (bytes)' WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) SINCE 2 weeks ago TIMESERIES 1 day"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Object count trend",
+ "layout": {
+ "column": 9,
+ "row": 3,
+ "width": 4,
+ "height": 3
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.area"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "legend": {
+ "enabled": true
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT sum(aws.s3.storagelens.ObjectCount) as 'Objects' WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) SINCE 2 weeks ago TIMESERIES 1 day"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Average object size trend (bytes)",
+ "layout": {
+ "column": 1,
+ "row": 5,
+ "width": 4,
+ "height": 3
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.area"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "legend": {
+ "enabled": true
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT sum(aws.s3.storagelens.StorageBytes)/sum(aws.s3.storagelens.ObjectCount) as 'Object size (bytes)' WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) SINCE 2 weeks ago TIMESERIES 1 day"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Bucket count trend",
+ "layout": {
+ "column": 5,
+ "row": 6,
+ "width": 4,
+ "height": 3
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.line"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "legend": {
+ "enabled": true
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT uniqueCount(aws.s3.storagelens.bucket_name) as 'Active Buckets' WHERE metricName = 'aws.s3.storagelens.StorageBytes' AND `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) SINCE 2 weeks ago TIMESERIES"
+ },
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT uniqueCount(aws.s3.storagelens.bucket_name) as 'Total Buckets' WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) SINCE 2 weeks ago TIMESERIES"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ },
+ "thresholds": {
+ "isLabelVisible": true
+ },
+ "yAxisLeft": {
+ "zero": true
+ },
+ "yAxisRight": {
+ "zero": true
+ }
+ }
+ },
+ {
+ "title": "Total Storage by region",
+ "layout": {
+ "column": 9,
+ "row": 6,
+ "width": 4,
+ "height": 3
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.pie"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": true
+ },
+ "legend": {
+ "enabled": true
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT sum(aws.s3.storagelens.StorageBytes) WHERE `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) FACET aws.s3.storagelens.aws_region SINCE 1 day ago"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Top 10 buckets",
+ "layout": {
+ "column": 1,
+ "row": 8,
+ "width": 4,
+ "height": 4
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.bar"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT sum(aws.s3.storagelens.StorageBytes) as 'Total Storage' FACET aws.s3.storagelens.bucket_name WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) SINCE 1 day ago LIMIT 10"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Top 5 regions",
+ "layout": {
+ "column": 5,
+ "row": 9,
+ "width": 4,
+ "height": 3
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.bar"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT sum(aws.s3.storagelens.StorageBytes) as 'Total Storage' FACET aws.s3.storagelens.aws_region WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) SINCE 1 day ago LIMIT 5"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Top 5 accounts",
+ "layout": {
+ "column": 9,
+ "row": 9,
+ "width": 4,
+ "height": 3
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.bar"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "FROM Metric SELECT sum(aws.s3.storagelens.StorageBytes) as 'Total Storage' FACET aws.s3.storagelens.aws_account_number WHERE `aws.s3.storagelens.aws_region` IN ({{aws_region}}) AND `aws.s3.storagelens.aws_account_number` IN ({{aws_account}}) AND `aws.s3.storagelens.bucket_name` IN ({{aws_bucket}}) AND `aws.s3.storagelens.storage_class` IN ({{aws_storageClass}}) SINCE 1 day ago LIMIT 5"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ }
+ ]
+ }
+ ],
+ "variables": [
+ {
+ "name": "aws_region",
+ "items": null,
+ "defaultValues": [
+ {
+ "value": {
+ "string": "*"
+ }
+ }
+ ],
+ "nrqlQuery": {
+ "accountIds": [],
+ "query": "FROM Metric SELECT uniques(aws.s3.storagelens.aws_region) SINCE 2 days ago"
+ },
+ "options": {
+ "ignoreTimeRange": true
+ },
+ "title": "Region",
+ "type": "NRQL",
+ "isMultiSelection": true,
+ "replacementStrategy": "STRING"
+ },
+ {
+ "name": "aws_account",
+ "items": null,
+ "defaultValues": [
+ {
+ "value": {
+ "string": "*"
+ }
+ }
+ ],
+ "nrqlQuery": {
+ "accountIds": [],
+ "query": "FROM Metric SELECT uniques(aws.s3.storagelens.aws_account_number) SINCE 2 days ago"
+ },
+ "options": {
+ "ignoreTimeRange": true
+ },
+ "title": "Account",
+ "type": "NRQL",
+ "isMultiSelection": true,
+ "replacementStrategy": "STRING"
+ },
+ {
+ "name": "aws_bucket",
+ "items": null,
+ "defaultValues": [
+ {
+ "value": {
+ "string": "*"
+ }
+ }
+ ],
+ "nrqlQuery": {
+ "accountIds": [],
+ "query": "FROM Metric SELECT uniques(aws.s3.storagelens.bucket_name) SINCE 2 days ago"
+ },
+ "options": {
+ "ignoreTimeRange": true
+ },
+ "title": "Buckets",
+ "type": "NRQL",
+ "isMultiSelection": true,
+ "replacementStrategy": "STRING"
+ },
+ {
+ "name": "aws_storageClass",
+ "items": null,
+ "defaultValues": [
+ {
+ "value": {
+ "string": "*"
+ }
+ }
+ ],
+ "nrqlQuery": {
+ "accountIds": [],
+ "query": "FROM Metric SELECT uniques(aws.s3.storagelens.storage_class) SINCE 2 days ago"
+ },
+ "options": {
+ "ignoreTimeRange": true
+ },
+ "title": "Storage Class",
+ "type": "NRQL",
+ "isMultiSelection": true,
+ "replacementStrategy": "STRING"
+ }
+ ]
+ }
\ No newline at end of file
diff --git a/dashboards/amazon-s3-storagelens/amazon-s3-storagelens01.png b/dashboards/amazon-s3-storagelens/amazon-s3-storagelens01.png
new file mode 100644
index 0000000000..c8732c6e51
Binary files /dev/null and b/dashboards/amazon-s3-storagelens/amazon-s3-storagelens01.png differ
diff --git a/dashboards/amazon-s3-storagelens/amazon-s3-storagelens02.png b/dashboards/amazon-s3-storagelens/amazon-s3-storagelens02.png
new file mode 100644
index 0000000000..e293745bb7
Binary files /dev/null and b/dashboards/amazon-s3-storagelens/amazon-s3-storagelens02.png differ
diff --git a/dashboards/network-flow-devices/network-flow-devices.json b/dashboards/network-flow-devices/network-flow-devices.json
deleted file mode 100644
index 07d152b0f7..0000000000
--- a/dashboards/network-flow-devices/network-flow-devices.json
+++ /dev/null
@@ -1,340 +0,0 @@
-{
- "name": "Kentik Firehose",
- "description": "",
- "pages": [
- {
- "name": "Top Talkers",
- "description": "",
- "widgets": [
- {
- "visualization": {
- "id": "viz.pie"
- },
- "layout": {
- "column": 1,
- "row": 1,
- "height": 8,
- "width": 6
- },
- "title": "Top 10 - Conversations",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": false
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM KFlow SELECT sum(in_bytes) AS 'bytes' FACET src_endpoint AS 'Source', application, dst_endpoint AS 'Destination' SINCE 1 HOUR AGO LIMIT 10"
- }
- ]
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.bar"
- },
- "layout": {
- "column": 7,
- "row": 1,
- "height": 8,
- "width": 3
- },
- "title": "Top 10 - Known Apps by TCP Port",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": false
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM KFlow SELECT sum(in_bytes) AS 'bytes' FACET l4_src_port AS 'TCP Port', application WHERE application IS NOT NULL SINCE 1 HOUR AGO LIMIT 10"
- }
- ]
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.bar"
- },
- "layout": {
- "column": 10,
- "row": 1,
- "height": 4,
- "width": 3
- },
- "title": "Top 5 - Source Endpoints",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": false
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM KFlow SELECT sum(in_bytes) AS 'bytes' FACET src_endpoint SINCE 1 HOUR AGO LIMIT 5"
- }
- ]
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.bar"
- },
- "layout": {
- "column": 10,
- "row": 5,
- "height": 4,
- "width": 3
- },
- "title": "Top 5 - Destination Endpoints",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": false
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM KFlow SELECT sum(in_bytes) AS 'bytes' FACET dst_endpoint SINCE 1 HOUR AGO LIMIT 5"
- }
- ]
- },
- "linkedEntityGuids": null
- }
- ]
- },
- {
- "name": "Flow Overview",
- "description": "",
- "widgets": [
- {
- "visualization": {
- "id": "38301291-54c7-4042-855f-777bbf9e9294.kentik-map"
- },
- "layout": {
- "column": 1,
- "row": 1,
- "height": 8,
- "width": 4
- },
- "title": "Traffic by Geo",
- "rawConfiguration": {
- "accountId": 0,
- "autoZoom": null,
- "initialLat": "41.8336479",
- "initialLng": "-87.8720462",
- "initialZoom": "3",
- "metric": "kentik.rollup.bytes.rcv",
- "showTable": true
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.bar"
- },
- "layout": {
- "column": 5,
- "row": 1,
- "height": 4,
- "width": 3
- },
- "title": "Top 5 - bps per Destination Geo",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": true
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM KFlow SELECT rate(sum(in_bytes)*8, 1 SECOND) FACET dst_geo AS 'Geo' WHERE instrumentation.name = 'netflow-events' AND dst_geo IS NOT NULL LIMIT 5"
- }
- ]
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "38301291-54c7-4042-855f-777bbf9e9294.kentik-sankey"
- },
- "layout": {
- "column": 8,
- "row": 1,
- "height": 8,
- "width": 5
- },
- "title": "Source > Destination by Geo",
- "rawConfiguration": {
- "chartName": "",
- "dimensionLeft": "src_geo",
- "dimensionRight": "dst_geo",
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "select rate(sum(in_bytes*sample_rate)*8/1000/1000, 1 second) as mbits from KFlow facet src_geo, dst_geo where src_geo is not null or dst_geo is not null since 60 minutes ago"
- }
- ],
- "showTable": false
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.bar"
- },
- "layout": {
- "column": 5,
- "row": 5,
- "height": 4,
- "width": 3
- },
- "title": "Top 5 - bps per Source Geo",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": true
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM KFlow SELECT rate(sum(in_bytes)*8, 1 SECOND) FACET src_geo AS 'Geo' WHERE instrumentation.name = 'netflow-events' AND src_geo IS NOT NULL LIMIT 5"
- }
- ]
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.line"
- },
- "layout": {
- "column": 1,
- "row": 9,
- "height": 4,
- "width": 4
- },
- "title": "Total Endpoints",
- "rawConfiguration": {
- "legend": {
- "enabled": true
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM KFlow SELECT uniqueCount(src_addr) AS 'Sources', uniqueCount(dst_addr) AS 'Destinations' WHERE instrumentation.name = 'netflow-events' TIMESERIES "
- }
- ],
- "yAxisLeft": {
- "zero": false
- }
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.bar"
- },
- "layout": {
- "column": 5,
- "row": 9,
- "height": 4,
- "width": 3
- },
- "title": "Top 5 - bps per Destination ASN",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": true
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM KFlow SELECT rate(sum(in_bytes)*8, 1 SECOND) FACET dst_as_name AS 'ASN' WHERE instrumentation.name = 'netflow-events' AND dst_as_name IS NOT NULL LIMIT 5"
- }
- ]
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "38301291-54c7-4042-855f-777bbf9e9294.kentik-sankey"
- },
- "layout": {
- "column": 8,
- "row": 9,
- "height": 8,
- "width": 5
- },
- "title": "Source > Destination by ASN",
- "rawConfiguration": {
- "chartName": "",
- "dimensionLeft": "src_as_name",
- "dimensionRight": "dst_as_name",
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "select rate(sum(in_bytes*sample_rate)*8/1000/1000, 1 second) as mbits from KFlow facet src_as_name, dst_as_name where src_as_name is not null or dst_as_name is not null since 60 minutes ago"
- }
- ],
- "showTable": false
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.line"
- },
- "layout": {
- "column": 1,
- "row": 13,
- "height": 4,
- "width": 4
- },
- "title": "Estimated Packets/sec (Flows * Sample Rate)",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": false
- },
- "legend": {
- "enabled": true
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM KFlow SELECT count(*) * latest(sample_rate) AS 'Packets/sec' WHERE instrumentation.name = 'netflow-events' FACET device_name TIMESERIES "
- }
- ],
- "yAxisLeft": {
- "zero": true
- }
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.bar"
- },
- "layout": {
- "column": 5,
- "row": 13,
- "height": 4,
- "width": 3
- },
- "title": "Top 5 - bps per Source ASN",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": true
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM KFlow SELECT rate(sum(in_bytes)*8, 1 SECOND) FACET src_as_name AS 'ASN' WHERE instrumentation.name = 'netflow-events' AND src_as_name IS NOT NULL LIMIT 5"
- }
- ]
- },
- "linkedEntityGuids": null
- }
- ]
- }
- ]
- }
-
\ No newline at end of file
diff --git a/dashboards/network-flow-devices/network-flow-devices01.png b/dashboards/network-flow-devices/network-flow-devices01.png
deleted file mode 100644
index 239f624cb4..0000000000
Binary files a/dashboards/network-flow-devices/network-flow-devices01.png and /dev/null differ
diff --git a/dashboards/network-flow-devices/network-flow-devices02.png b/dashboards/network-flow-devices/network-flow-devices02.png
deleted file mode 100644
index 52d2a06436..0000000000
Binary files a/dashboards/network-flow-devices/network-flow-devices02.png and /dev/null differ
diff --git a/dashboards/onepane/onepane.json b/dashboards/onepane/onepane.json
new file mode 100644
index 0000000000..2017774721
--- /dev/null
+++ b/dashboards/onepane/onepane.json
@@ -0,0 +1,210 @@
+{
+ "name": "Onepane Dashboard",
+ "description": null,
+ "pages": [
+ {
+ "name": "Overview",
+ "description": null,
+ "widgets": [
+ {
+ "title": "",
+ "layout": {
+ "column": 1,
+ "row": 1,
+ "width": 4,
+ "height": 1
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.markdown"
+ },
+ "rawConfiguration": {
+ "text": "# ![Onepane](https://console.onepane.ai/images/logos/full-logo.svg) \n### Simplifying and enhancing your cloud experience [](https://www.onepane.ai/)"
+ }
+ },
+ {
+ "title": "Incidents and Issues",
+ "layout": {
+ "column": 5,
+ "row": 1,
+ "width": 8,
+ "height": 4
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.line"
+ },
+ "rawConfiguration": {
+ "colors": {
+ "seriesOverrides": [
+ {
+ "color": "#fe1616",
+ "seriesName": "Issues"
+ },
+ {
+ "color": "#194342",
+ "seriesName": "Incidents"
+ }
+ ]
+ },
+ "facet": {
+ "showOtherSeries": false
+ },
+ "legend": {
+ "enabled": true
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "SELECT filter(count(*), WHERE event ='open') AS Incidents, filter(count(*),WHERE event != 'close') AS Issues FROM NrAiIncident, NrAiIssue TIMESERIES "
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ },
+ "thresholds": {
+ "isLabelVisible": true
+ },
+ "yAxisLeft": {
+ "zero": true
+ },
+ "yAxisRight": {
+ "zero": true
+ }
+ }
+ },
+ {
+ "title": "Deployment Count by Owner",
+ "layout": {
+ "column": 1,
+ "row": 2,
+ "width": 4,
+ "height": 2
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.bar"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "SELECT count(*) AS EventCount\r\nFROM \r\n Deployment\r\nFACET user\r\n"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Pipeline Triggered Reason",
+ "layout": {
+ "column": 1,
+ "row": 4,
+ "width": 4,
+ "height": 3
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.pie"
+ },
+ "rawConfiguration": {
+ "colors": {
+ "seriesOverrides": [
+ {
+ "color": "#f70808",
+ "seriesName": "PR Triggered"
+ },
+ {
+ "color": "#0c8097",
+ "seriesName": "Manual Triggered"
+ },
+ {
+ "color": "#b7e316",
+ "seriesName": "CI Triggered"
+ }
+ ]
+ },
+ "facet": {
+ "showOtherSeries": true
+ },
+ "legend": {
+ "enabled": true
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "SELECT count(*) as counts\r\nFROM Deployment \r\nFACET \r\n CASES(\r\n WHERE description LIKE '%EventReason: \\'Manual Triggered%' AS 'Manual Triggered',\r\n WHERE description LIKE '%EventReason: \\'PR Triggered%' AS 'PR Triggered',\r\n WHERE description LIKE '%EventReason: \\'CI Triggered%' AS 'CI Triggered'\r\n )\r\n"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Deployment and Events",
+ "layout": {
+ "column": 5,
+ "row": 5,
+ "width": 8,
+ "height": 4
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.stacked-bar"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": false
+ },
+ "legend": {
+ "enabled": true
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "SELECT filter(count(InfrastructureEvent.entityGuid),WHERE entityGuid IN (SELECT uniques(entity.guid) FROM NrAiIncident where event='open') \r\nAND integrationName ='onepane_integration') as Events, filter(count(Deployment.entity.guid),WHERE entity.guid IN (SELECT uniques(entity.guid) FROM NrAiIncident where event='open')) as Deployments from InfrastructureEvent, Deployment TIMESERIES"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ },
+ {
+ "title": "Deployments by Application Name",
+ "layout": {
+ "column": 1,
+ "row": 7,
+ "width": 4,
+ "height": 2
+ },
+ "linkedEntityGuids": null,
+ "visualization": {
+ "id": "viz.billboard"
+ },
+ "rawConfiguration": {
+ "facet": {
+ "showOtherSeries": true
+ },
+ "nrqlQueries": [
+ {
+ "accountIds": [],
+ "query": "SELECT \r\n count(*) AS EventCount\r\nFROM \r\n Deployment FACET entity.name\r\n"
+ }
+ ],
+ "platformOptions": {
+ "ignoreTimeRange": false
+ }
+ }
+ }
+ ]
+ }
+ ],
+ "variables": []
+ }
\ No newline at end of file
diff --git a/dashboards/onepane/onepane01.png b/dashboards/onepane/onepane01.png
new file mode 100644
index 0000000000..80117e8c7a
Binary files /dev/null and b/dashboards/onepane/onepane01.png differ
diff --git a/data-sources/onepane/config.yml b/data-sources/onepane/config.yml
index 56de41518b..b79a91bfb8 100644
--- a/data-sources/onepane/config.yml
+++ b/data-sources/onepane/config.yml
@@ -1,6 +1,6 @@
id: onepane
-displayName: OnePane
-description: Connect OnePane change tracking and automated RCA to New Relic
+displayName: Onepane
+description: Connect Onepane change tracking and automated RCA to New Relic
icon: logo.png
install:
primary:
diff --git a/install/network/flow/install.yml b/install/network/flow/install.yml
deleted file mode 100644
index ae377b4408..0000000000
--- a/install/network/flow/install.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-id: network-flow
-name: Network flow
-title: New Relic network flow monitoring
-description: |
- Set up your network devices so they send network data to New Relic One.
-
-target:
- type: agent
- destination: host
- os:
- - linux
-
-install:
- mode: nerdlet
- destination:
- nerdletId: network-performance-monitoring.setup-network-flow
-
-fallback:
- mode: link
- destination:
- url: https://docs.newrelic.com/docs/network-performance-monitoring/setup-performance-monitoring/network-flow-monitoring
\ No newline at end of file
diff --git a/quickstarts/apis/event/config.yml b/quickstarts/apis/event/config.yml
index bb0d1e32d3..c7e83883c8 100644
--- a/quickstarts/apis/event/config.yml
+++ b/quickstarts/apis/event/config.yml
@@ -23,3 +23,5 @@ keywords:
- custom events
- new relic
- MELT
+ - NR1_addData
+ - NR1_sys
diff --git a/quickstarts/apis/trace/config.yml b/quickstarts/apis/trace/config.yml
index 635b8581f5..a080c7ac80 100644
--- a/quickstarts/apis/trace/config.yml
+++ b/quickstarts/apis/trace/config.yml
@@ -24,3 +24,5 @@ keywords:
- zipkin
- new relic
- MELT
+ - NR1_addData
+ - NR1_sys
diff --git a/quickstarts/apm-change-tracking/config.yml b/quickstarts/apm-change-tracking/config.yml
index 65f1e6ecf7..71736bc790 100644
--- a/quickstarts/apm-change-tracking/config.yml
+++ b/quickstarts/apm-change-tracking/config.yml
@@ -14,6 +14,8 @@ keywords:
- marker
- change
- tracking
+ - NR1_addData
+ - NR1_sys
installPlans:
- change-tracking
dataSourceIds:
diff --git a/quickstarts/audit/account-data-ingestion-analysis/config.yml b/quickstarts/audit/account-data-ingestion-analysis/config.yml
index a593f0ac4b..de9f083cf6 100644
--- a/quickstarts/audit/account-data-ingestion-analysis/config.yml
+++ b/quickstarts/audit/account-data-ingestion-analysis/config.yml
@@ -13,6 +13,8 @@ authors:
keywords:
- data
- ingest
+ - NR1_addData
+ - NR1_sys
installPlans:
- telemetry-data-platform
dataSourceIds:
diff --git a/quickstarts/aws/amazon-s3-storagelens/config.yml b/quickstarts/aws/amazon-s3-storagelens/config.yml
new file mode 100644
index 0000000000..22155d0489
--- /dev/null
+++ b/quickstarts/aws/amazon-s3-storagelens/config.yml
@@ -0,0 +1,39 @@
+id: 423d4d12-0a2a-4ac3-b5ba-4e77832b1937
+slug: aws-s3-storagelens
+description: |-
+ ## What is Amazon S3 Storage Lens?
+
+ Provides developers and IT teams with deeper understanding and insights into their secure, durable, highly-scalable cloud
+ storage.
+
+ ### Get started!
+
+ Start monitoring Amazon S3 Storage Lens by connecting Amazon Web Services (AWS) to New Relic!
+
+ Check out our [Amazon S3 Storage Lens documentation](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-s3-storagelens-monitoring-integration/) to instrument your cloud service and manage the stability, scalability, and reliability of your systems with New Relic's infrastructure monitoring capabilities.
+
+summary: |-
+ Monitor Amazon S3 Storage lLens by connecting AWS to New Relic
+icon: logo.svg
+level: New Relic
+authors:
+ - New Relic
+title: Amazon S3 Storage Lens
+documentation:
+ - name: Amazon S3 storage lens installation docs
+ description: |
+ Monitor Amazon S3 Storage Lens by connecting AWS to New Relic.
+ url: >-
+ https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-s3-storagelens-monitoring-integration/
+keywords:
+ - aws
+ - amazon web services
+ - storage
+ - logs
+ - logging
+installPlans:
+ - aws-cloudwatch-metric-streams
+dataSourceIds:
+ - amazon-cloudwatch-metric-streams
+dashboards:
+ - amazon-s3-storagelens
diff --git a/quickstarts/aws/amazon-s3-storagelens/logo.svg b/quickstarts/aws/amazon-s3-storagelens/logo.svg
new file mode 100644
index 0000000000..96ecdde007
--- /dev/null
+++ b/quickstarts/aws/amazon-s3-storagelens/logo.svg
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/quickstarts/boomi/config.yaml b/quickstarts/boomi/config.yaml
index 2f3b364651..33c6f0d4cc 100644
--- a/quickstarts/boomi/config.yaml
+++ b/quickstarts/boomi/config.yaml
@@ -20,6 +20,8 @@ keywords:
- boomi
- apm
- traces
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- boomi
documentation:
diff --git a/quickstarts/botolytics/config.yml b/quickstarts/botolytics/config.yml
index ed3970a51a..8648b559ee 100644
--- a/quickstarts/botolytics/config.yml
+++ b/quickstarts/botolytics/config.yml
@@ -20,6 +20,8 @@ keywords:
- bot
- traffic analysis
- apm
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Installation docs
diff --git a/quickstarts/browser-segment-investigation/config.yml b/quickstarts/browser-segment-investigation/config.yml
index b60b68ba6e..bbf9fec58b 100644
--- a/quickstarts/browser-segment-investigation/config.yml
+++ b/quickstarts/browser-segment-investigation/config.yml
@@ -15,6 +15,8 @@ keywords:
- browser
- segment
- segments
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Usage instructions
url: https://docs.newrelic.com/docs/new-relic-solutions/observability-maturity/customer-experience/quality-foundation-implementation-guide#validate-browser-url-grouping
diff --git a/quickstarts/calico/config.yml b/quickstarts/calico/config.yml
index 6036b2cae3..540cc849da 100644
--- a/quickstarts/calico/config.yml
+++ b/quickstarts/calico/config.yml
@@ -17,6 +17,8 @@ keywords:
- prometheus
- remote-write
- cni
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-prometheus
- setup-prometheus-agent-mode
diff --git a/quickstarts/catchpoint/config.yml b/quickstarts/catchpoint/config.yml
index 55a5643c6e..cb00a97b5d 100644
--- a/quickstarts/catchpoint/config.yml
+++ b/quickstarts/catchpoint/config.yml
@@ -22,6 +22,8 @@ keywords:
- timestamp
- catchpoint
- metrics api
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Catchpoint installation docs
url: https://www.catchpoint.com/blog/webhook-implementation
diff --git a/quickstarts/centos/config.yml b/quickstarts/centos/config.yml
index 03ea23813a..23c611cc25 100644
--- a/quickstarts/centos/config.yml
+++ b/quickstarts/centos/config.yml
@@ -22,6 +22,8 @@ documentation:
keywords:
- os
- operating system
+ - NR1_addData
+ - NR1_sys
installPlans:
- guided-install
dataSourceIds:
diff --git a/quickstarts/cloudfoundry/config.yml b/quickstarts/cloudfoundry/config.yml
index d481aaba94..34f3a9d23f 100644
--- a/quickstarts/cloudfoundry/config.yml
+++ b/quickstarts/cloudfoundry/config.yml
@@ -17,5 +17,7 @@ keywords:
- containers
- kubernetes
- k8s
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- vmware-tanzu
diff --git a/quickstarts/cockroach-db/config.yml b/quickstarts/cockroach-db/config.yml
index 84f00e7da4..fdb534a02f 100644
--- a/quickstarts/cockroach-db/config.yml
+++ b/quickstarts/cockroach-db/config.yml
@@ -20,6 +20,8 @@ keywords:
- prometheus
- remote-write
- sql
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-prometheus
- setup-prometheus-agent-mode
diff --git a/quickstarts/confluent-cloud/config.yml b/quickstarts/confluent-cloud/config.yml
index 6aa562e0f3..5d86ecb4ad 100644
--- a/quickstarts/confluent-cloud/config.yml
+++ b/quickstarts/confluent-cloud/config.yml
@@ -36,6 +36,8 @@ keywords:
- Kafka
- newrelic partner
- featured
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-confluent-cloud
dataSourceIds:
diff --git a/quickstarts/conviva/config.yml b/quickstarts/conviva/config.yml
index 371389eee3..75c77bcaab 100644
--- a/quickstarts/conviva/config.yml
+++ b/quickstarts/conviva/config.yml
@@ -57,6 +57,8 @@ keywords:
- NRI
- integration
- newrelic
+ - NR1_addData
+ - NR1_sys
# Reference to dashboards to be included in this quickstart
dashboards:
diff --git a/quickstarts/core-web-vitals/config.yml b/quickstarts/core-web-vitals/config.yml
index 045d5ccae3..0ba677cab3 100644
--- a/quickstarts/core-web-vitals/config.yml
+++ b/quickstarts/core-web-vitals/config.yml
@@ -46,6 +46,8 @@ keywords:
- safari
- ajax
- core web vitals
+ - NR1_addData
+ - NR1_sys
dashboards:
- core-web-vitals
diff --git a/quickstarts/coredns/config.yml b/quickstarts/coredns/config.yml
index 8bed306f80..39423b4bcb 100644
--- a/quickstarts/coredns/config.yml
+++ b/quickstarts/coredns/config.yml
@@ -19,6 +19,8 @@ keywords:
- promql
- grafana
- featured
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Prometheus Installation Docs
description: |
diff --git a/quickstarts/dapr/config.yml b/quickstarts/dapr/config.yml
index f5c68bdc88..0d4bfd562c 100644
--- a/quickstarts/dapr/config.yml
+++ b/quickstarts/dapr/config.yml
@@ -13,6 +13,8 @@ authors:
keywords:
- apm
- dapr
+ - NR1_addData
+ - NR1_sys
dashboards:
- dapr-metrics
- dapr-system-services
diff --git a/quickstarts/debian/config.yml b/quickstarts/debian/config.yml
index f18964a40a..4aea2d18cd 100644
--- a/quickstarts/debian/config.yml
+++ b/quickstarts/debian/config.yml
@@ -24,6 +24,8 @@ documentation:
keywords:
- os
- operating system
+ - NR1_addData
+ - NR1_sys
installPlans:
- guided-install
dataSourceIds:
diff --git a/quickstarts/docker-otel/config.yml b/quickstarts/docker-otel/config.yml
index 60138e63a4..a521060da6 100644
--- a/quickstarts/docker-otel/config.yml
+++ b/quickstarts/docker-otel/config.yml
@@ -38,3 +38,5 @@ keywords:
- docker
- infrastructure
- featured
+ - NR1_addData
+ - NR1_sys
diff --git a/quickstarts/dojo/config.yml b/quickstarts/dojo/config.yml
index 2667a0cd37..c78519551d 100644
--- a/quickstarts/dojo/config.yml
+++ b/quickstarts/dojo/config.yml
@@ -33,6 +33,8 @@ documentation:
keywords:
- dojo
- browser monitoring
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- dojo
dashboards:
diff --git a/quickstarts/dotnet/csla-dotnet/config.yml b/quickstarts/dotnet/csla-dotnet/config.yml
index a6753fe635..2163de5ddf 100644
--- a/quickstarts/dotnet/csla-dotnet/config.yml
+++ b/quickstarts/dotnet/csla-dotnet/config.yml
@@ -31,6 +31,8 @@ keywords:
- apm
- dotnet
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- dotnet-agent
dataSourceIds:
diff --git a/quickstarts/dotnet/dnn-community/config.yml b/quickstarts/dotnet/dnn-community/config.yml
index 5a98508da7..74dee968a3 100644
--- a/quickstarts/dotnet/dnn-community/config.yml
+++ b/quickstarts/dotnet/dnn-community/config.yml
@@ -33,6 +33,8 @@ keywords:
- cms
- content management system
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- dotnet-agent
dataSourceIds:
diff --git a/quickstarts/dotnet/dnn-evoq/config.yml b/quickstarts/dotnet/dnn-evoq/config.yml
index baccd2e0f7..6c4b72afed 100644
--- a/quickstarts/dotnet/dnn-evoq/config.yml
+++ b/quickstarts/dotnet/dnn-evoq/config.yml
@@ -42,6 +42,8 @@ keywords:
- cms
- content management system
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- dotnet-agent
dataSourceIds:
diff --git a/quickstarts/dotnet/episerver-cms/config.yml b/quickstarts/dotnet/episerver-cms/config.yml
index 7cf74e41d0..c1c1abed3d 100644
--- a/quickstarts/dotnet/episerver-cms/config.yml
+++ b/quickstarts/dotnet/episerver-cms/config.yml
@@ -34,6 +34,8 @@ keywords:
- cms
- content management system
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- dotnet-windows-agent
dataSourceIds:
diff --git a/quickstarts/dotnet/fubumvc/config.yml b/quickstarts/dotnet/fubumvc/config.yml
index 11a717fa80..18820b40b6 100644
--- a/quickstarts/dotnet/fubumvc/config.yml
+++ b/quickstarts/dotnet/fubumvc/config.yml
@@ -34,6 +34,8 @@ keywords:
- apm
- dotnet
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- dotnet-agent
dataSourceIds:
diff --git a/quickstarts/drupal/config.yml b/quickstarts/drupal/config.yml
index 25996c3249..0ff0cd508c 100644
--- a/quickstarts/drupal/config.yml
+++ b/quickstarts/drupal/config.yml
@@ -35,3 +35,5 @@ keywords:
- php
- drupal
- CMS
+ - NR1_addData
+ - NR1_sys
diff --git a/quickstarts/elixir/config.yml b/quickstarts/elixir/config.yml
index 93c1769e9c..b3ab7e0570 100644
--- a/quickstarts/elixir/config.yml
+++ b/quickstarts/elixir/config.yml
@@ -22,6 +22,8 @@ keywords:
- apm
- elixir
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-elixir-agent
diff --git a/quickstarts/etcd/config.yml b/quickstarts/etcd/config.yml
index d2d1c1a8bb..da6dfa0157 100644
--- a/quickstarts/etcd/config.yml
+++ b/quickstarts/etcd/config.yml
@@ -23,6 +23,8 @@ keywords:
- prometheus
- remote-write
- featured
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-prometheus
- setup-prometheus-agent-mode
diff --git a/quickstarts/fivetran/config.yml b/quickstarts/fivetran/config.yml
index b9ca65330d..81f60a62b1 100644
--- a/quickstarts/fivetran/config.yml
+++ b/quickstarts/fivetran/config.yml
@@ -17,6 +17,8 @@ keywords:
- fivetran
- connector
- pipeline
+ - NR1_addData
+ - NR1_sys
icon: logo.jpeg
# Reference to alert policies to be included in this quickstart
alertPolicies:
diff --git a/quickstarts/fluent-bit-plugin-for-logs/config.yml b/quickstarts/fluent-bit-plugin-for-logs/config.yml
index dd840181cc..6f66cab5ed 100644
--- a/quickstarts/fluent-bit-plugin-for-logs/config.yml
+++ b/quickstarts/fluent-bit-plugin-for-logs/config.yml
@@ -20,6 +20,8 @@ documentation:
keywords:
- logs
- logging
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-fluent-bit-plugin-for-logs
dataSourceIds:
diff --git a/quickstarts/flutter-android/config.yml b/quickstarts/flutter-android/config.yml
index 7c493267aa..75bf1c2278 100644
--- a/quickstarts/flutter-android/config.yml
+++ b/quickstarts/flutter-android/config.yml
@@ -36,6 +36,8 @@ keywords:
- flutter android application
- android agent
- flutter agent
+ - NR1_addData
+ - NR1_sys
dashboards:
- flutter-android
alertPolicies:
diff --git a/quickstarts/flutter-ios/config.yml b/quickstarts/flutter-ios/config.yml
index 0e0aabb3aa..ea6dddd604 100644
--- a/quickstarts/flutter-ios/config.yml
+++ b/quickstarts/flutter-ios/config.yml
@@ -38,6 +38,8 @@ keywords:
- flutter ios application
- ios agent
- flutter agent
+ - NR1_addData
+ - NR1_sys
dashboards:
- flutter-ios
alertPolicies:
diff --git a/quickstarts/flutter-web/config.yml b/quickstarts/flutter-web/config.yml
index 5aefae2eca..802cd5438a 100644
--- a/quickstarts/flutter-web/config.yml
+++ b/quickstarts/flutter-web/config.yml
@@ -34,6 +34,8 @@ keywords:
- flutter
- flutter web application
- browser agent
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- flutter-web
dashboards:
diff --git a/quickstarts/full-stack-observability/config.yml b/quickstarts/full-stack-observability/config.yml
index 7c2670ef2c..bedbdd479f 100644
--- a/quickstarts/full-stack-observability/config.yml
+++ b/quickstarts/full-stack-observability/config.yml
@@ -17,6 +17,8 @@ dataSourceIds:
- guided-install
keywords:
- full stack observability
+ - NR1_addData
+ - NR1_sys
dashboards:
- full-stack-observability
diff --git a/quickstarts/full-story/config.yml b/quickstarts/full-story/config.yml
index b61a8b9370..35f500473e 100644
--- a/quickstarts/full-story/config.yml
+++ b/quickstarts/full-story/config.yml
@@ -9,6 +9,8 @@ summary: |
icon: logo.png
keywords:
- newrelic partner
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-full-story
dataSourceIds:
diff --git a/quickstarts/gcp/gcp-composer/config.yml b/quickstarts/gcp/gcp-composer/config.yml
index 83d68b92d7..9b11f8913e 100644
--- a/quickstarts/gcp/gcp-composer/config.yml
+++ b/quickstarts/gcp/gcp-composer/config.yml
@@ -28,6 +28,8 @@ keywords:
- gcp
- google cloud platform
- composer
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- google-cloud-platform
dashboards:
diff --git a/quickstarts/gcp/gcp-dedicated-interconnect/config.yml b/quickstarts/gcp/gcp-dedicated-interconnect/config.yml
index dca63a356d..1e88741fce 100644
--- a/quickstarts/gcp/gcp-dedicated-interconnect/config.yml
+++ b/quickstarts/gcp/gcp-dedicated-interconnect/config.yml
@@ -31,6 +31,8 @@ keywords:
- gcp
- google cloud platform
- networking
+ - NR1_addData
+ - NR1_sys
installPlans:
- gcp-infrastructure-monitoring
dataSourceIds:
diff --git a/quickstarts/gcp/gcp-redis/config.yml b/quickstarts/gcp/gcp-redis/config.yml
index 19736c4948..5be600b665 100644
--- a/quickstarts/gcp/gcp-redis/config.yml
+++ b/quickstarts/gcp/gcp-redis/config.yml
@@ -29,6 +29,8 @@ keywords:
- google cloud platform
- redis
- memorystore
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- google-cloud-platform
dashboards:
diff --git a/quickstarts/gcp/google-app-engine/config.yml b/quickstarts/gcp/google-app-engine/config.yml
index cba47f9f92..6265d01707 100644
--- a/quickstarts/gcp/google-app-engine/config.yml
+++ b/quickstarts/gcp/google-app-engine/config.yml
@@ -30,6 +30,8 @@ documentation:
keywords:
- gcp
- google cloud platform
+ - NR1_addData
+ - NR1_sys
installPlans:
- gcp-infrastructure-monitoring
dataSourceIds:
diff --git a/quickstarts/gcp/google-cloud-bigtable/config.yml b/quickstarts/gcp/google-cloud-bigtable/config.yml
index 0be920a250..39a89a4188 100644
--- a/quickstarts/gcp/google-cloud-bigtable/config.yml
+++ b/quickstarts/gcp/google-cloud-bigtable/config.yml
@@ -30,6 +30,8 @@ keywords:
- google cloud platform
- database
- bigtable
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- google-cloud-platform
dashboards:
diff --git a/quickstarts/github-repo/config.yml b/quickstarts/github-repo/config.yml
index 66cafda020..d3f85e20f8 100644
--- a/quickstarts/github-repo/config.yml
+++ b/quickstarts/github-repo/config.yml
@@ -19,6 +19,8 @@ keywords:
- repository
- workflows
- pipelines
+ - NR1_addData
+ - NR1_sys
dashboards:
- github-repo
documentation:
diff --git a/quickstarts/gitlab/config.yml b/quickstarts/gitlab/config.yml
index aaa5663ce5..eb32c7b310 100644
--- a/quickstarts/gitlab/config.yml
+++ b/quickstarts/gitlab/config.yml
@@ -18,6 +18,8 @@ keywords:
- opentelemetry
- otel
- pipelines
+ - NR1_addData
+ - NR1_sys
dashboards:
- gitlab
installPlans:
diff --git a/quickstarts/golang/echo/config.yml b/quickstarts/golang/echo/config.yml
index c148a18d9e..5011aab6cc 100644
--- a/quickstarts/golang/echo/config.yml
+++ b/quickstarts/golang/echo/config.yml
@@ -25,6 +25,8 @@ documentation:
keywords:
- apm
- golang
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-go-agent
dataSourceIds:
diff --git a/quickstarts/golang/gin/config.yml b/quickstarts/golang/gin/config.yml
index 3b6a739d04..9166779a4c 100644
--- a/quickstarts/golang/gin/config.yml
+++ b/quickstarts/golang/gin/config.yml
@@ -25,6 +25,8 @@ documentation:
keywords:
- apm
- golang
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-go-agent
dataSourceIds:
diff --git a/quickstarts/golang/pkg-errors/config.yml b/quickstarts/golang/pkg-errors/config.yml
index e4ed92b5fd..96e8915148 100644
--- a/quickstarts/golang/pkg-errors/config.yml
+++ b/quickstarts/golang/pkg-errors/config.yml
@@ -23,6 +23,8 @@ keywords:
- golang
- errors
- pkg/errors
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-go-agent
dataSourceIds:
diff --git a/quickstarts/golang/zap/config.yml b/quickstarts/golang/zap/config.yml
index 59c72bed5d..3cfa46ed80 100644
--- a/quickstarts/golang/zap/config.yml
+++ b/quickstarts/golang/zap/config.yml
@@ -25,6 +25,8 @@ documentation:
keywords:
- apm
- golang
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-go-agent
dataSourceIds:
diff --git a/quickstarts/golden-signals-dashboard/config.yml b/quickstarts/golden-signals-dashboard/config.yml
index 6b9e0bae5d..5179c561e9 100644
--- a/quickstarts/golden-signals-dashboard/config.yml
+++ b/quickstarts/golden-signals-dashboard/config.yml
@@ -29,6 +29,8 @@ keywords:
- errors
- error rates
- availability
+ - NR1_addData
+ - NR1_sys
# # Reference to alert policies to be included in this quickstart
# alertPolicies:
diff --git a/quickstarts/golden-signals-web/config.yml b/quickstarts/golden-signals-web/config.yml
index 62fa1bfb15..d3acd9f763 100644
--- a/quickstarts/golden-signals-web/config.yml
+++ b/quickstarts/golden-signals-web/config.yml
@@ -49,6 +49,8 @@ keywords:
- errors
- saturation
- site reliability
+ - NR1_addData
+ - NR1_sys
dashboards:
- golden-signals
diff --git a/quickstarts/java/coldfusion/config.yml b/quickstarts/java/coldfusion/config.yml
index a819462280..a8ce96ae26 100644
--- a/quickstarts/java/coldfusion/config.yml
+++ b/quickstarts/java/coldfusion/config.yml
@@ -31,6 +31,8 @@ keywords:
- apm
- java
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-java-agent
dataSourceIds:
diff --git a/quickstarts/java/cxf/config.yml b/quickstarts/java/cxf/config.yml
index 97d2b8ca88..bfb0c4f747 100644
--- a/quickstarts/java/cxf/config.yml
+++ b/quickstarts/java/cxf/config.yml
@@ -26,6 +26,8 @@ keywords:
- apm
- java
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-java-agent
dataSourceIds:
diff --git a/quickstarts/java/datastax-cassandra/config.yml b/quickstarts/java/datastax-cassandra/config.yml
index 9481890938..e2bbcff059 100644
--- a/quickstarts/java/datastax-cassandra/config.yml
+++ b/quickstarts/java/datastax-cassandra/config.yml
@@ -16,6 +16,8 @@ keywords:
- java
- database
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-java-agent
dataSourceIds:
diff --git a/quickstarts/java/derby/config.yml b/quickstarts/java/derby/config.yml
index 4024575895..55409e2414 100644
--- a/quickstarts/java/derby/config.yml
+++ b/quickstarts/java/derby/config.yml
@@ -32,6 +32,8 @@ keywords:
- java
- database
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-java-agent
dataSourceIds:
diff --git a/quickstarts/java/ejb-session-beans/config.yml b/quickstarts/java/ejb-session-beans/config.yml
index f33aa900c2..c0e86d387f 100644
--- a/quickstarts/java/ejb-session-beans/config.yml
+++ b/quickstarts/java/ejb-session-beans/config.yml
@@ -30,6 +30,8 @@ keywords:
- apm
- java
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-ejb-session-beans
dataSourceIds:
diff --git a/quickstarts/java/elasticsearch-query/config.yml b/quickstarts/java/elasticsearch-query/config.yml
index 58aef2095e..ab18ddb935 100644
--- a/quickstarts/java/elasticsearch-query/config.yml
+++ b/quickstarts/java/elasticsearch-query/config.yml
@@ -21,6 +21,8 @@ keywords:
- java
- elasticsearch
- language agent
+ - NR1_addData
+ - NR1_sys
authors:
- New Relic Labs
installPlans:
diff --git a/quickstarts/java/generic-jdbc/config.yml b/quickstarts/java/generic-jdbc/config.yml
index 408b526313..cfb6410f3f 100644
--- a/quickstarts/java/generic-jdbc/config.yml
+++ b/quickstarts/java/generic-jdbc/config.yml
@@ -35,6 +35,8 @@ keywords:
- apm
- java
- language agent
+ - NR1_addData
+ - NR1_sys
dashboards:
- java
alertPolicies:
diff --git a/quickstarts/java/glassfish/config.yml b/quickstarts/java/glassfish/config.yml
index a74b1c4116..8b97520a1e 100644
--- a/quickstarts/java/glassfish/config.yml
+++ b/quickstarts/java/glassfish/config.yml
@@ -26,6 +26,8 @@ keywords:
- apm
- java
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-java-agent
dataSourceIds:
diff --git a/quickstarts/network-monitoring/cisco-ip-sla-operations/config.yml b/quickstarts/network-monitoring/cisco-ip-sla-operations/config.yml
index 4485180f0b..b7d9ea8b86 100644
--- a/quickstarts/network-monitoring/cisco-ip-sla-operations/config.yml
+++ b/quickstarts/network-monitoring/cisco-ip-sla-operations/config.yml
@@ -21,6 +21,8 @@ keywords:
- cisco
- ipsla
- ip sla
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Network SNMP collection installation docs
url: https://docs.newrelic.com/docs/network-performance-monitoring/setup-performance-monitoring/snmp-performance-monitoring/
diff --git a/quickstarts/network-monitoring/ciscoHardware/config.yml b/quickstarts/network-monitoring/ciscoHardware/config.yml
index 4d1e1c485f..97e92a5b62 100644
--- a/quickstarts/network-monitoring/ciscoHardware/config.yml
+++ b/quickstarts/network-monitoring/ciscoHardware/config.yml
@@ -16,6 +16,8 @@ keywords:
- ktranslate
- cisco
- infrastructure
+ - NR1_addData
+ - NR1_sys
documentation:
- name: KTranslate Container Health Monitoring docs
url: https://docs.newrelic.com/docs/network-performance-monitoring/get-started/npm-introduction/
diff --git a/quickstarts/network-monitoring/network-flow-devices/config.yml b/quickstarts/network-monitoring/network-flow-devices/config.yml
deleted file mode 100644
index 426665d3b9..0000000000
--- a/quickstarts/network-monitoring/network-flow-devices/config.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-id: 6d275d10-9aaf-4351-b556-0174fca3ffca
-slug: network-flow-devices
-title: Network Flow Devices
-description: |
- The Network Flow Devices quickstart provides dashboards and alerts designed to give you deeper insights into your flow data.
-
- Use this quickstart together with New Relic's Network Performance Monitoring (NPM) feature to visualize how users are consuming your bandwidth.
-
- (This quickstart contains Custom Visualizations which require Full User permissions to access)
-summary: |
- Network Flow Devices from NPM give you valuable insights into how your network bandwidth is being used.
-level: Verified
-authors:
- - New Relic
- - Zack Mutchler
-keywords:
- - npm
- - network
- - networking
- - flow
- - netflow
- - sflow
- - ipfix
- - jflow
- - ktranslate
- - kentik
- - infrastructure
- - newrelic partner
-documentation:
- - name: Network flow data installation docs
- url: https://docs.newrelic.com/docs/network-performance-monitoring/setup-performance-monitoring/network-flow-monitoring/
- description: |
- Install NPM for flow data collection using a simple Docker container.
-installPlans:
- - network-flow
-dataSourceIds:
- - network-syslog
-icon: logo.svg
-dashboards:
- - network-flow-devices
-alertPolicies:
- - network-flow-devices
diff --git a/quickstarts/network-monitoring/network-flow-devices/logo.svg b/quickstarts/network-monitoring/network-flow-devices/logo.svg
deleted file mode 100644
index 8dea5435a1..0000000000
--- a/quickstarts/network-monitoring/network-flow-devices/logo.svg
+++ /dev/null
@@ -1,43 +0,0 @@
-
diff --git a/quickstarts/node-js/express/config.yml b/quickstarts/node-js/express/config.yml
index 0d028e2fd3..2d6f75a3e4 100644
--- a/quickstarts/node-js/express/config.yml
+++ b/quickstarts/node-js/express/config.yml
@@ -31,6 +31,8 @@ keywords:
- apm
- node.js
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- node-agent
dataSourceIds:
diff --git a/quickstarts/node-js/typescript/config.yml b/quickstarts/node-js/typescript/config.yml
index 3997e11405..f512e3b574 100644
--- a/quickstarts/node-js/typescript/config.yml
+++ b/quickstarts/node-js/typescript/config.yml
@@ -37,6 +37,8 @@ keywords:
- node.js
- typescript
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- node-agent
dataSourceIds:
diff --git a/quickstarts/notification-channels/email-notifications/config.yml b/quickstarts/notification-channels/email-notifications/config.yml
index a3eebd72a5..94f2bdc583 100644
--- a/quickstarts/notification-channels/email-notifications/config.yml
+++ b/quickstarts/notification-channels/email-notifications/config.yml
@@ -28,3 +28,5 @@ keywords:
- AIOps
- Incident Intelligence
- Destinations
+ - NR1_addData
+ - NR1_sys
diff --git a/quickstarts/notification-channels/slack-notifications/config.yml b/quickstarts/notification-channels/slack-notifications/config.yml
index 85aac69de1..4c72de4088 100644
--- a/quickstarts/notification-channels/slack-notifications/config.yml
+++ b/quickstarts/notification-channels/slack-notifications/config.yml
@@ -33,4 +33,6 @@ keywords:
- AIOps
- Incident Intelligence
- Destinations
+ - NR1_addData
+ - NR1_sys
website: https://slack.com/
diff --git a/quickstarts/notification-channels/webhook-notifications/config.yml b/quickstarts/notification-channels/webhook-notifications/config.yml
index 0033b65be4..8c8fdebe4e 100644
--- a/quickstarts/notification-channels/webhook-notifications/config.yml
+++ b/quickstarts/notification-channels/webhook-notifications/config.yml
@@ -31,3 +31,5 @@ keywords:
- AIOps
- Incident Intelligence
- Destinations
+ - NR1_addData
+ - NR1_sys
diff --git a/quickstarts/observability-as-code/terraform/config.yml b/quickstarts/observability-as-code/terraform/config.yml
index d7428aa05b..2b7e163dbc 100644
--- a/quickstarts/observability-as-code/terraform/config.yml
+++ b/quickstarts/observability-as-code/terraform/config.yml
@@ -21,6 +21,8 @@ keywords:
- devops
- sre
- gitops
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-terraform
dataSourceIds:
diff --git a/quickstarts/okhttp/config.yml b/quickstarts/okhttp/config.yml
index 99cc9cc33f..b2f37d8b18 100644
--- a/quickstarts/okhttp/config.yml
+++ b/quickstarts/okhttp/config.yml
@@ -24,3 +24,5 @@ documentation:
keywords:
- mobile
- android
+ - NR1_addData
+ - NR1_sys
diff --git a/quickstarts/oma-bofu/config.yml b/quickstarts/oma-bofu/config.yml
index 711f4bb0f9..fc3c5ea060 100644
--- a/quickstarts/oma-bofu/config.yml
+++ b/quickstarts/oma-bofu/config.yml
@@ -21,6 +21,8 @@ keywords:
- conversion rate
- conversions
- synthetics
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Install README
description: |
diff --git a/quickstarts/oma-data-gov/config.yml b/quickstarts/oma-data-gov/config.yml
index 6114b2b229..328f61b331 100644
--- a/quickstarts/oma-data-gov/config.yml
+++ b/quickstarts/oma-data-gov/config.yml
@@ -14,6 +14,8 @@ keywords:
- Data Governance
- Data Consumption
- Manage Data Ingest
+ - NR1_addData
+ - NR1_sys
installPlans:
- solutions-hub-dashboards
dataSourceIds:
diff --git a/quickstarts/oma-qf/config.yml b/quickstarts/oma-qf/config.yml
index f1a2a2fde4..42a499021e 100644
--- a/quickstarts/oma-qf/config.yml
+++ b/quickstarts/oma-qf/config.yml
@@ -17,6 +17,8 @@ keywords:
- browser
- synthetics
- ajax
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Install README
description: |
diff --git a/quickstarts/onepane/config.yml b/quickstarts/onepane/config.yml
index a1d3a8cb0c..b0ba5aac23 100644
--- a/quickstarts/onepane/config.yml
+++ b/quickstarts/onepane/config.yml
@@ -2,41 +2,47 @@ id: e9b4adc3-a2e0-4177-b1f2-6b73254aa960
slug: onepane
-title: OnePane
+title: Onepane
description: |
- ## OnePane
+ ## Onepane
- OnePane acts as a central hub, bringing together information from various systems like Cloud, DevOps tools and Monitoring.
+ Onepane acts as a central hub, bringing together information from various systems like Cloud, DevOps and Monitoring tools.
This unified view lets you see how changes and events from these systems correlate with incidents, significantly speeding up the process of identifying the root cause (RCA).
- ### Why OnePane?
-
- By correlating updates in code, configurations, and deployments from various systems with New Relic incidents and entities, you can efficiently and quickly identify the exact root cause of an error. This way, you can see precisely which change triggered the problem, saving you a considerable amount of time in troubleshooting.
+ ### Why Onepane?
+ Onepane is a powerful addition to your existing New Relic, Cloud, and DevOps tools, providing seamless out-of-the-box integrations. It adopts an agentless approach and features automatic asset discovery, allowing you to get value in a matter of hours, not days or weeks. Onepane comprehends your unique landscape, generating a dynamic service map of your operational environment by harnessing data from various systems. This map assists your teams in swiftly resolving incidents and streamlines the audit process. Opt for Onepane to leverage additional ROI on your existing investments.
- Show changes and infrastructure events alongside errors to pinpoint potential root causes.
- Enable root cause investigation by correlating incidents with change data and infrastructure data.
### Get started!
- - To get started with OnePane, you can sign up for a [free cloud account](https://console.onepane.ai/).
- - Integrate OnePane with New Relic to analyse deployment, change, and infrastructure event data to identify possible root causes. You can also review [additional documentation at OnePane](https://www.onepane.ai/docs/en/articles/8999270-adding-onepane-change-tracking-to-your-new-relic-deployment).
+ - To get started with Onepane, you can sign up for a [free SaaS account](https://console.onepane.ai/).
+ - You can access additional document on [Onepane documentation](https://www.onepane.ai/docs/en/articles/8999270-adding-onepane-change-tracking-to-your-new-relic-deployment).
+ - To know more about Onepane hosted plans or live demo book a meeting on [Onepane website](https://www.onepane.ai/about).
-summary: By correlating deployment change and infrastructure change from OnePane with New Relic, you can enable faster root cause identification for the incidents.
+summary: Onepane is an GenAI tool that helps you faster incident resolution with automated Root Cause Analysis.
level: Verified
authors:
- - OnePane
+ - Onepane
+dashboards:
+ - onepane
+website: https://www.onepane.ai
keywords:
- devops
+ - newrelic partner
- change tracking
- incident correlation
- root cause analysis
- llm
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Installation docs
@@ -46,4 +52,4 @@ documentation:
icon: logo.png
dataSourceIds:
- - onepane
\ No newline at end of file
+ - onepane
diff --git a/quickstarts/opencensus/config.yml b/quickstarts/opencensus/config.yml
index 4c2faffc25..45903f7810 100644
--- a/quickstarts/opencensus/config.yml
+++ b/quickstarts/opencensus/config.yml
@@ -33,3 +33,5 @@ documentation:
keywords:
- tracing
- open source monitoring
+ - NR1_addData
+ - NR1_sys
diff --git a/quickstarts/openstack-controller/config.yml b/quickstarts/openstack-controller/config.yml
index 5e5807f55b..ebd0882fcf 100644
--- a/quickstarts/openstack-controller/config.yml
+++ b/quickstarts/openstack-controller/config.yml
@@ -35,6 +35,8 @@ keywords:
- neutron controller
- cinder controller
- Keystone controller
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- openstack-controller
dashboards:
diff --git a/quickstarts/opslevel/config.yml b/quickstarts/opslevel/config.yml
index 803b928bed..51e4b7b4c7 100644
--- a/quickstarts/opslevel/config.yml
+++ b/quickstarts/opslevel/config.yml
@@ -44,6 +44,8 @@ keywords:
- newrelic partner
- messaging
- opslevel
+ - NR1_addData
+ - NR1_sys
# Relevant documentation for this quickstart
documentation:
diff --git a/quickstarts/pagerduty/pagerduty/config.yml b/quickstarts/pagerduty/pagerduty/config.yml
index e65c329a2a..a7047f5342 100644
--- a/quickstarts/pagerduty/pagerduty/config.yml
+++ b/quickstarts/pagerduty/pagerduty/config.yml
@@ -33,3 +33,5 @@ keywords:
- support
- site reliability
- SRE
+ - NR1_addData
+ - NR1_sys
diff --git a/quickstarts/php/cakephp/config.yml b/quickstarts/php/cakephp/config.yml
index 9f9908b026..8df5bf76d9 100644
--- a/quickstarts/php/cakephp/config.yml
+++ b/quickstarts/php/cakephp/config.yml
@@ -31,6 +31,8 @@ keywords:
- apm
- php
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- php-agent
dataSourceIds:
diff --git a/quickstarts/php/codeigniter/config.yml b/quickstarts/php/codeigniter/config.yml
index ca0848b356..c1ad4fc83e 100644
--- a/quickstarts/php/codeigniter/config.yml
+++ b/quickstarts/php/codeigniter/config.yml
@@ -26,6 +26,8 @@ keywords:
- apm
- php
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- php-targeted-install
dataSourceIds:
diff --git a/quickstarts/php/pdo/config.yml b/quickstarts/php/pdo/config.yml
index ffd7841a1c..2601592250 100644
--- a/quickstarts/php/pdo/config.yml
+++ b/quickstarts/php/pdo/config.yml
@@ -27,6 +27,8 @@ keywords:
- php
- database
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- php-agent
dataSourceIds:
diff --git a/quickstarts/php/phpunit/config.yml b/quickstarts/php/phpunit/config.yml
index 0ec3cfa03a..602353c543 100644
--- a/quickstarts/php/phpunit/config.yml
+++ b/quickstarts/php/phpunit/config.yml
@@ -27,6 +27,8 @@ keywords:
- php
- testing
- language agent
+ - NR1_addData
+ - NR1_sys
installPlans:
- php-agent
dataSourceIds:
diff --git a/quickstarts/php/predis/config.yml b/quickstarts/php/predis/config.yml
index 5e2d6c823f..217def252c 100644
--- a/quickstarts/php/predis/config.yml
+++ b/quickstarts/php/predis/config.yml
@@ -30,6 +30,8 @@ keywords:
- apm
- php
- language agent
+ - NR1_addData
+ - NR1_sys
dashboards:
- php
alertPolicies:
diff --git a/quickstarts/pihole/config.yml b/quickstarts/pihole/config.yml
index 6ba6ecbcb8..514d1f2ef5 100644
--- a/quickstarts/pihole/config.yml
+++ b/quickstarts/pihole/config.yml
@@ -26,6 +26,8 @@ keywords:
- dns
- flex
- api
+ - NR1_addData
+ - NR1_sys
# Reference to dashboards to be included in this quickstart
dashboards:
diff --git a/quickstarts/pinecone-prometheus/config.yml b/quickstarts/pinecone-prometheus/config.yml
index 5a1d9f8bcf..f684557bd7 100644
--- a/quickstarts/pinecone-prometheus/config.yml
+++ b/quickstarts/pinecone-prometheus/config.yml
@@ -41,6 +41,8 @@ keywords:
- ai search
- machine learning
- deep learning
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- prometheus
dashboards:
diff --git a/quickstarts/port-monitoring/config.yml b/quickstarts/port-monitoring/config.yml
index 988c843403..1278928703 100644
--- a/quickstarts/port-monitoring/config.yml
+++ b/quickstarts/port-monitoring/config.yml
@@ -34,5 +34,7 @@ dataSourceIds:
keywords:
- infrastructure
- networking
+ - NR1_addData
+ - NR1_sys
dashboards:
- port-monitoring
diff --git a/quickstarts/postfix/config.yml b/quickstarts/postfix/config.yml
index 04c1d0af95..14dfde6c1b 100644
--- a/quickstarts/postfix/config.yml
+++ b/quickstarts/postfix/config.yml
@@ -38,4 +38,6 @@ keywords:
- postfix
- mail server
- infrastructure
+ - NR1_addData
+ - NR1_sys
\ No newline at end of file
diff --git a/quickstarts/python/bottle/config.yml b/quickstarts/python/bottle/config.yml
index 079524edd1..6a14496a6c 100644
--- a/quickstarts/python/bottle/config.yml
+++ b/quickstarts/python/bottle/config.yml
@@ -30,6 +30,8 @@ keywords:
- apm
- python
- bottle
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/celery/config.yml b/quickstarts/python/celery/config.yml
index e34653aec8..1ae4e3328f 100644
--- a/quickstarts/python/celery/config.yml
+++ b/quickstarts/python/celery/config.yml
@@ -27,6 +27,8 @@ keywords:
- apm
- python
- celery
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/cherrypy/config.yml b/quickstarts/python/cherrypy/config.yml
index 8fc15c9848..443d39318e 100644
--- a/quickstarts/python/cherrypy/config.yml
+++ b/quickstarts/python/cherrypy/config.yml
@@ -33,6 +33,8 @@ documentation:
keywords:
- apm
- python
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/django/config.yml b/quickstarts/python/django/config.yml
index e23d5f6bae..60a23e016d 100644
--- a/quickstarts/python/django/config.yml
+++ b/quickstarts/python/django/config.yml
@@ -37,6 +37,8 @@ keywords:
- python
- django
- most popular
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/facepy/config.yml b/quickstarts/python/facepy/config.yml
index dbd44eb7d1..6cd3b0dcee 100644
--- a/quickstarts/python/facepy/config.yml
+++ b/quickstarts/python/facepy/config.yml
@@ -28,6 +28,8 @@ keywords:
- apm
- python
- facepy
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/falcon/config.yml b/quickstarts/python/falcon/config.yml
index 2ef8ebee70..6d3b259944 100644
--- a/quickstarts/python/falcon/config.yml
+++ b/quickstarts/python/falcon/config.yml
@@ -30,6 +30,8 @@ documentation:
keywords:
- apm
- python
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/fastapi/config.yml b/quickstarts/python/fastapi/config.yml
index 2e7b224e33..c1e64ce1d7 100644
--- a/quickstarts/python/fastapi/config.yml
+++ b/quickstarts/python/fastapi/config.yml
@@ -31,6 +31,8 @@ keywords:
- python
- language agent
- fastapi
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/feedparser/config.yml b/quickstarts/python/feedparser/config.yml
index c9f3e899e3..fce8fef45e 100644
--- a/quickstarts/python/feedparser/config.yml
+++ b/quickstarts/python/feedparser/config.yml
@@ -39,6 +39,8 @@ keywords:
- apm
- python
- feedparser
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/flask/config.yml b/quickstarts/python/flask/config.yml
index 9565e9987b..905eaad1ff 100644
--- a/quickstarts/python/flask/config.yml
+++ b/quickstarts/python/flask/config.yml
@@ -48,6 +48,8 @@ keywords:
- apm
- python
- flask
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/gearman/config.yml b/quickstarts/python/gearman/config.yml
index bf263e0106..f2106f2c1f 100644
--- a/quickstarts/python/gearman/config.yml
+++ b/quickstarts/python/gearman/config.yml
@@ -25,6 +25,8 @@ documentation:
keywords:
- apm
- python
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/gevent/config.yml b/quickstarts/python/gevent/config.yml
index 9f33009e16..e062d4c52d 100644
--- a/quickstarts/python/gevent/config.yml
+++ b/quickstarts/python/gevent/config.yml
@@ -30,6 +30,8 @@ keywords:
- apm
- python
- gevent
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/oursql/config.yml b/quickstarts/python/oursql/config.yml
index 599246baa8..14acefb65f 100644
--- a/quickstarts/python/oursql/config.yml
+++ b/quickstarts/python/oursql/config.yml
@@ -31,6 +31,8 @@ keywords:
- apm
- python
- database
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/web2py/config.yml b/quickstarts/python/web2py/config.yml
index 89504a5a71..b985c17d7d 100644
--- a/quickstarts/python/web2py/config.yml
+++ b/quickstarts/python/web2py/config.yml
@@ -28,6 +28,8 @@ keywords:
- apm
- python
- web2py
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/python/webpy/config.yml b/quickstarts/python/webpy/config.yml
index 6ef4c0471d..746693f81a 100644
--- a/quickstarts/python/webpy/config.yml
+++ b/quickstarts/python/webpy/config.yml
@@ -35,6 +35,8 @@ keywords:
- apm
- python
- webpy
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-python-agent
dataSourceIds:
diff --git a/quickstarts/ruby/bunny/config.yml b/quickstarts/ruby/bunny/config.yml
index 516562f52f..5be2a7b675 100644
--- a/quickstarts/ruby/bunny/config.yml
+++ b/quickstarts/ruby/bunny/config.yml
@@ -31,6 +31,8 @@ documentation:
keywords:
- apm
- ruby
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-ruby-agent
dataSourceIds:
diff --git a/quickstarts/ruby/curb/config.yml b/quickstarts/ruby/curb/config.yml
index e1ebb087f6..35963834df 100644
--- a/quickstarts/ruby/curb/config.yml
+++ b/quickstarts/ruby/curb/config.yml
@@ -33,6 +33,8 @@ documentation:
keywords:
- apm
- ruby
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-ruby-agent
dataSourceIds:
diff --git a/quickstarts/ruby/dalli/config.yml b/quickstarts/ruby/dalli/config.yml
index 04bcb9d36f..46bc63fc0e 100644
--- a/quickstarts/ruby/dalli/config.yml
+++ b/quickstarts/ruby/dalli/config.yml
@@ -26,6 +26,8 @@ documentation:
keywords:
- apm
- ruby
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-ruby-agent
dataSourceIds:
diff --git a/quickstarts/ruby/delayed-job/config.yml b/quickstarts/ruby/delayed-job/config.yml
index 56304cdf46..85d0c698fa 100644
--- a/quickstarts/ruby/delayed-job/config.yml
+++ b/quickstarts/ruby/delayed-job/config.yml
@@ -30,6 +30,8 @@ dataSourceIds:
keywords:
- apm
- ruby
+ - NR1_addData
+ - NR1_sys
dashboards:
- delayed-job
alertPolicies:
diff --git a/quickstarts/ruby/excon/config.yml b/quickstarts/ruby/excon/config.yml
index a236617f62..9913790c10 100644
--- a/quickstarts/ruby/excon/config.yml
+++ b/quickstarts/ruby/excon/config.yml
@@ -26,6 +26,8 @@ documentation:
keywords:
- apm
- ruby
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-ruby-agent
dataSourceIds:
diff --git a/quickstarts/signl4/config.yml b/quickstarts/signl4/config.yml
index b0ca1ac3e6..c7d91d6d97 100644
--- a/quickstarts/signl4/config.yml
+++ b/quickstarts/signl4/config.yml
@@ -26,3 +26,5 @@ keywords:
- signl4
- SRE
- site reliability
+ - NR1_addData
+ - NR1_sys
diff --git a/quickstarts/skykit/config.yml b/quickstarts/skykit/config.yml
index 4db95197e8..31b6356953 100644
--- a/quickstarts/skykit/config.yml
+++ b/quickstarts/skykit/config.yml
@@ -33,6 +33,8 @@ keywords:
- cms
- content management system
- newrelic partner
+ - NR1_addData
+ - NR1_sys
# Documentation references
documentation:
diff --git a/quickstarts/sonarqube/config.yml b/quickstarts/sonarqube/config.yml
index 051fec10f2..4af15eca5f 100644
--- a/quickstarts/sonarqube/config.yml
+++ b/quickstarts/sonarqube/config.yml
@@ -38,6 +38,8 @@ keywords:
- sonarqube
- sonar
- sonarqube jmx
+ - NR1_addData
+ - NR1_sys
dashboards:
- sonarqube
alertPolicies:
diff --git a/quickstarts/squid-prometheus/config.yml b/quickstarts/squid-prometheus/config.yml
index d93cdf7ff3..e6d551dbe1 100644
--- a/quickstarts/squid-prometheus/config.yml
+++ b/quickstarts/squid-prometheus/config.yml
@@ -48,6 +48,8 @@ keywords:
- infrastructure
- cache
- prometheus
+ - NR1_addData
+ - NR1_sys
dashboards:
- squid-prometheus
diff --git a/quickstarts/stripe/config.yml b/quickstarts/stripe/config.yml
index 37bd23d8b5..1fa53e45b2 100644
--- a/quickstarts/stripe/config.yml
+++ b/quickstarts/stripe/config.yml
@@ -29,6 +29,8 @@ keywords:
- node.js
- stripe payment
- stripe checkout
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- stripe
dashboards:
diff --git a/quickstarts/suse-linux-enterprise-server/config.yml b/quickstarts/suse-linux-enterprise-server/config.yml
index c37449240d..3f5116222b 100644
--- a/quickstarts/suse-linux-enterprise-server/config.yml
+++ b/quickstarts/suse-linux-enterprise-server/config.yml
@@ -24,6 +24,8 @@ documentation:
keywords:
- os
- operating system
+ - NR1_addData
+ - NR1_sys
installPlans:
- guided-install
dataSourceIds:
diff --git a/quickstarts/sybase/config.yml b/quickstarts/sybase/config.yml
index 3cf1da3c2b..78ea0bd9f9 100644
--- a/quickstarts/sybase/config.yml
+++ b/quickstarts/sybase/config.yml
@@ -24,6 +24,8 @@ keywords:
- sap
- ase
- adaptive server enterprise
+ - NR1_addData
+ - NR1_sys
installPlans:
- sybase-integration
dataSourceIds:
diff --git a/quickstarts/synthetics-optimization/config.yml b/quickstarts/synthetics-optimization/config.yml
index 7cad530d1a..42ad1147ce 100644
--- a/quickstarts/synthetics-optimization/config.yml
+++ b/quickstarts/synthetics-optimization/config.yml
@@ -18,6 +18,8 @@ keywords:
- monitor
- availability
- simple browser
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Synthetics Usage Queries
url: https://docs.newrelic.com/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts/#synthetics-usage
diff --git a/quickstarts/synthetics/availability/config.yml b/quickstarts/synthetics/availability/config.yml
index e3bbc26112..78a6f99fa6 100644
--- a/quickstarts/synthetics/availability/config.yml
+++ b/quickstarts/synthetics/availability/config.yml
@@ -23,6 +23,8 @@ keywords:
- url
- www
- synthetics
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-synthetics-availability
dataSourceIds:
diff --git a/quickstarts/synthetics/endpoint-availability/config.yml b/quickstarts/synthetics/endpoint-availability/config.yml
index 297c15c962..3b7dd073a9 100644
--- a/quickstarts/synthetics/endpoint-availability/config.yml
+++ b/quickstarts/synthetics/endpoint-availability/config.yml
@@ -20,6 +20,8 @@ keywords:
- url
- www
- synthetics
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-synthetics-endpoint-availability
dataSourceIds:
diff --git a/quickstarts/synthetics/page-link-crawler/config.yml b/quickstarts/synthetics/page-link-crawler/config.yml
index 5bdac41246..b791301d22 100644
--- a/quickstarts/synthetics/page-link-crawler/config.yml
+++ b/quickstarts/synthetics/page-link-crawler/config.yml
@@ -30,6 +30,8 @@ keywords:
- url
- www
- synthetics
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-synthetics-page-link-crawler
dataSourceIds:
diff --git a/quickstarts/synthetics/page-load-performance/config.yml b/quickstarts/synthetics/page-load-performance/config.yml
index a5795c3541..2ffe78b0f2 100644
--- a/quickstarts/synthetics/page-load-performance/config.yml
+++ b/quickstarts/synthetics/page-load-performance/config.yml
@@ -23,6 +23,8 @@ keywords:
- url
- www
- synthetics
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-synthetics-page-load-performance
dataSourceIds:
diff --git a/quickstarts/synthetics/private-locations/config.yml b/quickstarts/synthetics/private-locations/config.yml
index 87798cbe0c..c41896db63 100644
--- a/quickstarts/synthetics/private-locations/config.yml
+++ b/quickstarts/synthetics/private-locations/config.yml
@@ -36,6 +36,8 @@ keywords:
- minion
- minion dashboard
- synthetics
+ - NR1_addData
+ - NR1_sys
installPlans:
- synthetics-private-locations
dataSourceIds:
diff --git a/quickstarts/synthetics/ssl-certification-check/config.yml b/quickstarts/synthetics/ssl-certification-check/config.yml
index e233d94420..096592db27 100644
--- a/quickstarts/synthetics/ssl-certification-check/config.yml
+++ b/quickstarts/synthetics/ssl-certification-check/config.yml
@@ -20,6 +20,8 @@ keywords:
- url
- www
- synthetics
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-synthetics-ssl-certification-check
dataSourceIds:
diff --git a/quickstarts/synthetics/user-flow/config.yml b/quickstarts/synthetics/user-flow/config.yml
index db1dbc420d..d9c53486cb 100644
--- a/quickstarts/synthetics/user-flow/config.yml
+++ b/quickstarts/synthetics/user-flow/config.yml
@@ -22,6 +22,8 @@ keywords:
- url
- www
- synthetics
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Getting started
url: https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/getting-started/get-started-synthetic-monitoring/
diff --git a/quickstarts/synthetics/user-step-execution/config.yml b/quickstarts/synthetics/user-step-execution/config.yml
index 6de5f097c6..cc65c6dd73 100644
--- a/quickstarts/synthetics/user-step-execution/config.yml
+++ b/quickstarts/synthetics/user-step-execution/config.yml
@@ -34,6 +34,8 @@ keywords:
- url
- www
- synthetics
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Getting started
url: https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/getting-started/get-started-synthetic-monitoring/
diff --git a/quickstarts/tidbcloud/config.yml b/quickstarts/tidbcloud/config.yml
index 6c202300cb..e6daf690d3 100644
--- a/quickstarts/tidbcloud/config.yml
+++ b/quickstarts/tidbcloud/config.yml
@@ -33,6 +33,8 @@ authors:
# Keywords for filtering / searching criteria in the UI
keywords:
- database
+ - NR1_addData
+ - NR1_sys
dashboards:
- tidbcloud
diff --git a/quickstarts/traefik/config.yml b/quickstarts/traefik/config.yml
index 054c90ca9e..42e8389153 100644
--- a/quickstarts/traefik/config.yml
+++ b/quickstarts/traefik/config.yml
@@ -16,6 +16,8 @@ keywords:
- remote_write
- promql
- grafana
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Prometheus installation docs
description: |
diff --git a/quickstarts/velero-prometheus/config.yml b/quickstarts/velero-prometheus/config.yml
index 69bd8abb8c..3eb34bc9bd 100644
--- a/quickstarts/velero-prometheus/config.yml
+++ b/quickstarts/velero-prometheus/config.yml
@@ -36,6 +36,8 @@ keywords:
- kubernetes
- disaster recovery
- featured
+ - NR1_addData
+ - NR1_sys
installPlans:
- setup-prometheus
dataSourceIds:
diff --git a/quickstarts/video/video-android/config.yml b/quickstarts/video/video-android/config.yml
index 3b4b449f75..98fd62348d 100644
--- a/quickstarts/video/video-android/config.yml
+++ b/quickstarts/video/video-android/config.yml
@@ -12,6 +12,8 @@ keywords:
- video
- tracking
- Android
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-video-android
dataSourceIds:
diff --git a/quickstarts/video/video-chromecast/config.yml b/quickstarts/video/video-chromecast/config.yml
index 51444a49a1..684a6611e8 100644
--- a/quickstarts/video/video-chromecast/config.yml
+++ b/quickstarts/video/video-chromecast/config.yml
@@ -12,6 +12,8 @@ keywords:
- video
- tracking
- Chromecast
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Video Chromecast Installation Docs
url: https://github.com/newrelic/video-caf-js
diff --git a/quickstarts/video/video-ios-tvos/config.yml b/quickstarts/video/video-ios-tvos/config.yml
index da3bc6271a..ed6524d322 100644
--- a/quickstarts/video/video-ios-tvos/config.yml
+++ b/quickstarts/video/video-ios-tvos/config.yml
@@ -13,6 +13,8 @@ keywords:
- tracking
- iOS
- tvOS
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Video iOS/tvOS Installation Docs
url: https://github.com/newrelic/video-agent-iOS
diff --git a/quickstarts/video/video-web/video-web-akamai/config.yml b/quickstarts/video/video-web/video-web-akamai/config.yml
index c7555c2939..e3116c344d 100644
--- a/quickstarts/video/video-web/video-web-akamai/config.yml
+++ b/quickstarts/video/video-web/video-web-akamai/config.yml
@@ -30,6 +30,8 @@ keywords:
- video
- tracking
- Akamai
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Video Akamai Installation Docs
url: https://github.com/newrelic/video-akamai-js
diff --git a/quickstarts/video/video-web/video-web-html5/config.yml b/quickstarts/video/video-web/video-web-html5/config.yml
index d06327f647..94358f501e 100644
--- a/quickstarts/video/video-web/video-web-html5/config.yml
+++ b/quickstarts/video/video-web/video-web-html5/config.yml
@@ -12,6 +12,8 @@ keywords:
- video
- tracking
- HTML5
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Video HTML5 Installation Docs
url: https://github.com/newrelic/video-html5-js
diff --git a/quickstarts/video/video-web/video-web-jwplayer/config.yml b/quickstarts/video/video-web/video-web-jwplayer/config.yml
index 6527ce6470..3f691bcbdb 100644
--- a/quickstarts/video/video-web/video-web-jwplayer/config.yml
+++ b/quickstarts/video/video-web/video-web-jwplayer/config.yml
@@ -12,6 +12,8 @@ keywords:
- video
- tracking
- JWPlayer
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Video JWPlayer Installation Docs
url: https://github.com/newrelic/video-jwplayer-js
diff --git a/quickstarts/video/video-web/video-web-theplatform/config.yml b/quickstarts/video/video-web/video-web-theplatform/config.yml
index f07472ee9e..d77c426d9d 100644
--- a/quickstarts/video/video-web/video-web-theplatform/config.yml
+++ b/quickstarts/video/video-web/video-web-theplatform/config.yml
@@ -12,6 +12,8 @@ keywords:
- video
- tracking
- ThePlatform
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Video The Platform Installation Docs
url: https://github.com/newrelic/video-theplatform-js
diff --git a/quickstarts/video/video-web/video-web-videojs/config.yml b/quickstarts/video/video-web/video-web-videojs/config.yml
index 539adc69e0..e22a69c3bc 100644
--- a/quickstarts/video/video-web/video-web-videojs/config.yml
+++ b/quickstarts/video/video-web/video-web-videojs/config.yml
@@ -12,6 +12,8 @@ keywords:
- video
- tracking
- VideoJS
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Video VideoJS Installation Docs
url: https://github.com/newrelic/video-videojs-js
diff --git a/quickstarts/windows/windows-certs/config.yml b/quickstarts/windows/windows-certs/config.yml
index 1c7749230b..c41f08dbc2 100644
--- a/quickstarts/windows/windows-certs/config.yml
+++ b/quickstarts/windows/windows-certs/config.yml
@@ -31,6 +31,8 @@ keywords:
- operating system
- certificates
- powershell
+ - NR1_addData
+ - NR1_sys
# Reference to install plans located under /install directory
# Allows us to construct reusable "install plans" and just use their ID in the quickstart config
diff --git a/quickstarts/wordpress-fullstack/config.yml b/quickstarts/wordpress-fullstack/config.yml
index 5ca5bf74b4..2f8f597a76 100644
--- a/quickstarts/wordpress-fullstack/config.yml
+++ b/quickstarts/wordpress-fullstack/config.yml
@@ -39,6 +39,8 @@ keywords:
- browser
- full stack
- word press
+ - NR1_addData
+ - NR1_sys
dataSourceIds:
- new-relic-infrastructure-agent
- php
diff --git a/quickstarts/xmatters/config.yml b/quickstarts/xmatters/config.yml
index 680e459f01..18233a2d40 100644
--- a/quickstarts/xmatters/config.yml
+++ b/quickstarts/xmatters/config.yml
@@ -27,6 +27,8 @@ documentation:
keywords:
- xmatters
- alerts
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-xmatters
dataSourceIds:
diff --git a/quickstarts/zenduty/config.yml b/quickstarts/zenduty/config.yml
index 77ecf69929..5225c601c5 100644
--- a/quickstarts/zenduty/config.yml
+++ b/quickstarts/zenduty/config.yml
@@ -28,6 +28,8 @@ keywords:
- site reliability
- SRE
- alerts
+ - NR1_addData
+ - NR1_sys
documentation:
- name: Zenduty Installation docs
url: https://docs.zenduty.com/docs/newrelic
diff --git a/quickstarts/zipkin/config.yml b/quickstarts/zipkin/config.yml
index a7be8929cd..33db8896e1 100644
--- a/quickstarts/zipkin/config.yml
+++ b/quickstarts/zipkin/config.yml
@@ -23,6 +23,8 @@ documentation:
keywords:
- tracing
- apm
+ - NR1_addData
+ - NR1_sys
installPlans:
- third-party-zipkin
dataSourceIds: