diff --git a/alert-policies/network-flow-devices/Flow Destinations Baseline.yml b/alert-policies/network-flow-devices/Flow Destinations Baseline.yml new file mode 100644 index 0000000000..57e343db8a --- /dev/null +++ b/alert-policies/network-flow-devices/Flow Destinations Baseline.yml @@ -0,0 +1,43 @@ +# 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 new file mode 100644 index 0000000000..81cd8c0c48 --- /dev/null +++ b/alert-policies/network-flow-devices/Flow Sources Baseline.yml @@ -0,0 +1,43 @@ +# 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 9c814950bd..cbd754d918 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) WHERE metricName LIKE 'prometheus%' facet instance, cluster_name" + query: "FROM Metric select uniqueCount(job) 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 deleted file mode 100644 index 7ea81baa4e..0000000000 --- a/dashboards/amazon-s3-storagelens/amazon-s3-storagelens.json +++ /dev/null @@ -1,526 +0,0 @@ -{ - "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 deleted file mode 100644 index c8732c6e51..0000000000 Binary files a/dashboards/amazon-s3-storagelens/amazon-s3-storagelens01.png and /dev/null differ diff --git a/dashboards/amazon-s3-storagelens/amazon-s3-storagelens02.png b/dashboards/amazon-s3-storagelens/amazon-s3-storagelens02.png deleted file mode 100644 index e293745bb7..0000000000 Binary files a/dashboards/amazon-s3-storagelens/amazon-s3-storagelens02.png and /dev/null differ diff --git a/dashboards/network-flow-devices/network-flow-devices.json b/dashboards/network-flow-devices/network-flow-devices.json new file mode 100644 index 0000000000..07d152b0f7 --- /dev/null +++ b/dashboards/network-flow-devices/network-flow-devices.json @@ -0,0 +1,340 @@ +{ + "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 new file mode 100644 index 0000000000..239f624cb4 Binary files /dev/null and b/dashboards/network-flow-devices/network-flow-devices01.png differ diff --git a/dashboards/network-flow-devices/network-flow-devices02.png b/dashboards/network-flow-devices/network-flow-devices02.png new file mode 100644 index 0000000000..52d2a06436 Binary files /dev/null and b/dashboards/network-flow-devices/network-flow-devices02.png differ diff --git a/dashboards/onepane/onepane.json b/dashboards/onepane/onepane.json deleted file mode 100644 index 2017774721..0000000000 --- a/dashboards/onepane/onepane.json +++ /dev/null @@ -1,210 +0,0 @@ -{ - "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 deleted file mode 100644 index 80117e8c7a..0000000000 Binary files a/dashboards/onepane/onepane01.png and /dev/null differ diff --git a/data-sources/onepane/config.yml b/data-sources/onepane/config.yml index b79a91bfb8..56de41518b 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 new file mode 100644 index 0000000000..ae377b4408 --- /dev/null +++ b/install/network/flow/install.yml @@ -0,0 +1,21 @@ +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 c7e83883c8..bb0d1e32d3 100644 --- a/quickstarts/apis/event/config.yml +++ b/quickstarts/apis/event/config.yml @@ -23,5 +23,3 @@ 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 a080c7ac80..635b8581f5 100644 --- a/quickstarts/apis/trace/config.yml +++ b/quickstarts/apis/trace/config.yml @@ -24,5 +24,3 @@ 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 71736bc790..65f1e6ecf7 100644 --- a/quickstarts/apm-change-tracking/config.yml +++ b/quickstarts/apm-change-tracking/config.yml @@ -14,8 +14,6 @@ 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 de9f083cf6..a593f0ac4b 100644 --- a/quickstarts/audit/account-data-ingestion-analysis/config.yml +++ b/quickstarts/audit/account-data-ingestion-analysis/config.yml @@ -13,8 +13,6 @@ 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 deleted file mode 100644 index 22155d0489..0000000000 --- a/quickstarts/aws/amazon-s3-storagelens/config.yml +++ /dev/null @@ -1,39 +0,0 @@ -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 deleted file mode 100644 index 96ecdde007..0000000000 --- a/quickstarts/aws/amazon-s3-storagelens/logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - Icon-Resource/Storage/Res_Amazon-Simple-Storage-Service_S3-Storage-Lens_48 - - - - \ No newline at end of file diff --git a/quickstarts/boomi/config.yaml b/quickstarts/boomi/config.yaml index 33c6f0d4cc..2f3b364651 100644 --- a/quickstarts/boomi/config.yaml +++ b/quickstarts/boomi/config.yaml @@ -20,8 +20,6 @@ keywords: - boomi - apm - traces - - NR1_addData - - NR1_sys dataSourceIds: - boomi documentation: diff --git a/quickstarts/botolytics/config.yml b/quickstarts/botolytics/config.yml index 8648b559ee..ed3970a51a 100644 --- a/quickstarts/botolytics/config.yml +++ b/quickstarts/botolytics/config.yml @@ -20,8 +20,6 @@ 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 bbf9fec58b..b60b68ba6e 100644 --- a/quickstarts/browser-segment-investigation/config.yml +++ b/quickstarts/browser-segment-investigation/config.yml @@ -15,8 +15,6 @@ 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 540cc849da..6036b2cae3 100644 --- a/quickstarts/calico/config.yml +++ b/quickstarts/calico/config.yml @@ -17,8 +17,6 @@ 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 cb00a97b5d..55a5643c6e 100644 --- a/quickstarts/catchpoint/config.yml +++ b/quickstarts/catchpoint/config.yml @@ -22,8 +22,6 @@ 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 23c611cc25..03ea23813a 100644 --- a/quickstarts/centos/config.yml +++ b/quickstarts/centos/config.yml @@ -22,8 +22,6 @@ 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 34f3a9d23f..d481aaba94 100644 --- a/quickstarts/cloudfoundry/config.yml +++ b/quickstarts/cloudfoundry/config.yml @@ -17,7 +17,5 @@ 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 fdb534a02f..84f00e7da4 100644 --- a/quickstarts/cockroach-db/config.yml +++ b/quickstarts/cockroach-db/config.yml @@ -20,8 +20,6 @@ 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 5d86ecb4ad..6aa562e0f3 100644 --- a/quickstarts/confluent-cloud/config.yml +++ b/quickstarts/confluent-cloud/config.yml @@ -36,8 +36,6 @@ 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 75c77bcaab..371389eee3 100644 --- a/quickstarts/conviva/config.yml +++ b/quickstarts/conviva/config.yml @@ -57,8 +57,6 @@ 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 0ba677cab3..045d5ccae3 100644 --- a/quickstarts/core-web-vitals/config.yml +++ b/quickstarts/core-web-vitals/config.yml @@ -46,8 +46,6 @@ 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 39423b4bcb..8bed306f80 100644 --- a/quickstarts/coredns/config.yml +++ b/quickstarts/coredns/config.yml @@ -19,8 +19,6 @@ 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 0d4bfd562c..f5c68bdc88 100644 --- a/quickstarts/dapr/config.yml +++ b/quickstarts/dapr/config.yml @@ -13,8 +13,6 @@ 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 4aea2d18cd..f18964a40a 100644 --- a/quickstarts/debian/config.yml +++ b/quickstarts/debian/config.yml @@ -24,8 +24,6 @@ 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 a521060da6..60138e63a4 100644 --- a/quickstarts/docker-otel/config.yml +++ b/quickstarts/docker-otel/config.yml @@ -38,5 +38,3 @@ keywords: - docker - infrastructure - featured - - NR1_addData - - NR1_sys diff --git a/quickstarts/dojo/config.yml b/quickstarts/dojo/config.yml index c78519551d..2667a0cd37 100644 --- a/quickstarts/dojo/config.yml +++ b/quickstarts/dojo/config.yml @@ -33,8 +33,6 @@ 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 2163de5ddf..a6753fe635 100644 --- a/quickstarts/dotnet/csla-dotnet/config.yml +++ b/quickstarts/dotnet/csla-dotnet/config.yml @@ -31,8 +31,6 @@ 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 74dee968a3..5a98508da7 100644 --- a/quickstarts/dotnet/dnn-community/config.yml +++ b/quickstarts/dotnet/dnn-community/config.yml @@ -33,8 +33,6 @@ 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 6c4b72afed..baccd2e0f7 100644 --- a/quickstarts/dotnet/dnn-evoq/config.yml +++ b/quickstarts/dotnet/dnn-evoq/config.yml @@ -42,8 +42,6 @@ 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 c1c1abed3d..7cf74e41d0 100644 --- a/quickstarts/dotnet/episerver-cms/config.yml +++ b/quickstarts/dotnet/episerver-cms/config.yml @@ -34,8 +34,6 @@ 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 18820b40b6..11a717fa80 100644 --- a/quickstarts/dotnet/fubumvc/config.yml +++ b/quickstarts/dotnet/fubumvc/config.yml @@ -34,8 +34,6 @@ 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 0ff0cd508c..25996c3249 100644 --- a/quickstarts/drupal/config.yml +++ b/quickstarts/drupal/config.yml @@ -35,5 +35,3 @@ keywords: - php - drupal - CMS - - NR1_addData - - NR1_sys diff --git a/quickstarts/elixir/config.yml b/quickstarts/elixir/config.yml index b3ab7e0570..93c1769e9c 100644 --- a/quickstarts/elixir/config.yml +++ b/quickstarts/elixir/config.yml @@ -22,8 +22,6 @@ 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 da6dfa0157..d2d1c1a8bb 100644 --- a/quickstarts/etcd/config.yml +++ b/quickstarts/etcd/config.yml @@ -23,8 +23,6 @@ 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 81f60a62b1..b9ca65330d 100644 --- a/quickstarts/fivetran/config.yml +++ b/quickstarts/fivetran/config.yml @@ -17,8 +17,6 @@ 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 6f66cab5ed..dd840181cc 100644 --- a/quickstarts/fluent-bit-plugin-for-logs/config.yml +++ b/quickstarts/fluent-bit-plugin-for-logs/config.yml @@ -20,8 +20,6 @@ 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 75bf1c2278..7c493267aa 100644 --- a/quickstarts/flutter-android/config.yml +++ b/quickstarts/flutter-android/config.yml @@ -36,8 +36,6 @@ 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 ea6dddd604..0e0aabb3aa 100644 --- a/quickstarts/flutter-ios/config.yml +++ b/quickstarts/flutter-ios/config.yml @@ -38,8 +38,6 @@ 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 802cd5438a..5aefae2eca 100644 --- a/quickstarts/flutter-web/config.yml +++ b/quickstarts/flutter-web/config.yml @@ -34,8 +34,6 @@ 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 bedbdd479f..7c2670ef2c 100644 --- a/quickstarts/full-stack-observability/config.yml +++ b/quickstarts/full-stack-observability/config.yml @@ -17,8 +17,6 @@ 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 35f500473e..b61a8b9370 100644 --- a/quickstarts/full-story/config.yml +++ b/quickstarts/full-story/config.yml @@ -9,8 +9,6 @@ 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 9b11f8913e..83d68b92d7 100644 --- a/quickstarts/gcp/gcp-composer/config.yml +++ b/quickstarts/gcp/gcp-composer/config.yml @@ -28,8 +28,6 @@ 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 1e88741fce..dca63a356d 100644 --- a/quickstarts/gcp/gcp-dedicated-interconnect/config.yml +++ b/quickstarts/gcp/gcp-dedicated-interconnect/config.yml @@ -31,8 +31,6 @@ 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 5be600b665..19736c4948 100644 --- a/quickstarts/gcp/gcp-redis/config.yml +++ b/quickstarts/gcp/gcp-redis/config.yml @@ -29,8 +29,6 @@ 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 6265d01707..cba47f9f92 100644 --- a/quickstarts/gcp/google-app-engine/config.yml +++ b/quickstarts/gcp/google-app-engine/config.yml @@ -30,8 +30,6 @@ 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 39a89a4188..0be920a250 100644 --- a/quickstarts/gcp/google-cloud-bigtable/config.yml +++ b/quickstarts/gcp/google-cloud-bigtable/config.yml @@ -30,8 +30,6 @@ 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 d3f85e20f8..66cafda020 100644 --- a/quickstarts/github-repo/config.yml +++ b/quickstarts/github-repo/config.yml @@ -19,8 +19,6 @@ 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 eb32c7b310..aaa5663ce5 100644 --- a/quickstarts/gitlab/config.yml +++ b/quickstarts/gitlab/config.yml @@ -18,8 +18,6 @@ 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 5011aab6cc..c148a18d9e 100644 --- a/quickstarts/golang/echo/config.yml +++ b/quickstarts/golang/echo/config.yml @@ -25,8 +25,6 @@ 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 9166779a4c..3b6a739d04 100644 --- a/quickstarts/golang/gin/config.yml +++ b/quickstarts/golang/gin/config.yml @@ -25,8 +25,6 @@ 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 96e8915148..e4ed92b5fd 100644 --- a/quickstarts/golang/pkg-errors/config.yml +++ b/quickstarts/golang/pkg-errors/config.yml @@ -23,8 +23,6 @@ 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 3cfa46ed80..59c72bed5d 100644 --- a/quickstarts/golang/zap/config.yml +++ b/quickstarts/golang/zap/config.yml @@ -25,8 +25,6 @@ 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 5179c561e9..6b9e0bae5d 100644 --- a/quickstarts/golden-signals-dashboard/config.yml +++ b/quickstarts/golden-signals-dashboard/config.yml @@ -29,8 +29,6 @@ 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 d3acd9f763..62fa1bfb15 100644 --- a/quickstarts/golden-signals-web/config.yml +++ b/quickstarts/golden-signals-web/config.yml @@ -49,8 +49,6 @@ 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 a8ce96ae26..a819462280 100644 --- a/quickstarts/java/coldfusion/config.yml +++ b/quickstarts/java/coldfusion/config.yml @@ -31,8 +31,6 @@ 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 bfb0c4f747..97d2b8ca88 100644 --- a/quickstarts/java/cxf/config.yml +++ b/quickstarts/java/cxf/config.yml @@ -26,8 +26,6 @@ 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 e2bbcff059..9481890938 100644 --- a/quickstarts/java/datastax-cassandra/config.yml +++ b/quickstarts/java/datastax-cassandra/config.yml @@ -16,8 +16,6 @@ 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 55409e2414..4024575895 100644 --- a/quickstarts/java/derby/config.yml +++ b/quickstarts/java/derby/config.yml @@ -32,8 +32,6 @@ 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 c0e86d387f..f33aa900c2 100644 --- a/quickstarts/java/ejb-session-beans/config.yml +++ b/quickstarts/java/ejb-session-beans/config.yml @@ -30,8 +30,6 @@ 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 ab18ddb935..58aef2095e 100644 --- a/quickstarts/java/elasticsearch-query/config.yml +++ b/quickstarts/java/elasticsearch-query/config.yml @@ -21,8 +21,6 @@ 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 cfb6410f3f..408b526313 100644 --- a/quickstarts/java/generic-jdbc/config.yml +++ b/quickstarts/java/generic-jdbc/config.yml @@ -35,8 +35,6 @@ 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 8b97520a1e..a74b1c4116 100644 --- a/quickstarts/java/glassfish/config.yml +++ b/quickstarts/java/glassfish/config.yml @@ -26,8 +26,6 @@ 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 b7d9ea8b86..4485180f0b 100644 --- a/quickstarts/network-monitoring/cisco-ip-sla-operations/config.yml +++ b/quickstarts/network-monitoring/cisco-ip-sla-operations/config.yml @@ -21,8 +21,6 @@ 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 97e92a5b62..4d1e1c485f 100644 --- a/quickstarts/network-monitoring/ciscoHardware/config.yml +++ b/quickstarts/network-monitoring/ciscoHardware/config.yml @@ -16,8 +16,6 @@ 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 new file mode 100644 index 0000000000..426665d3b9 --- /dev/null +++ b/quickstarts/network-monitoring/network-flow-devices/config.yml @@ -0,0 +1,42 @@ +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 new file mode 100644 index 0000000000..8dea5435a1 --- /dev/null +++ b/quickstarts/network-monitoring/network-flow-devices/logo.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quickstarts/node-js/express/config.yml b/quickstarts/node-js/express/config.yml index 2d6f75a3e4..0d028e2fd3 100644 --- a/quickstarts/node-js/express/config.yml +++ b/quickstarts/node-js/express/config.yml @@ -31,8 +31,6 @@ 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 f512e3b574..3997e11405 100644 --- a/quickstarts/node-js/typescript/config.yml +++ b/quickstarts/node-js/typescript/config.yml @@ -37,8 +37,6 @@ 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 94f2bdc583..a3eebd72a5 100644 --- a/quickstarts/notification-channels/email-notifications/config.yml +++ b/quickstarts/notification-channels/email-notifications/config.yml @@ -28,5 +28,3 @@ 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 4c72de4088..85aac69de1 100644 --- a/quickstarts/notification-channels/slack-notifications/config.yml +++ b/quickstarts/notification-channels/slack-notifications/config.yml @@ -33,6 +33,4 @@ 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 8c8fdebe4e..0033b65be4 100644 --- a/quickstarts/notification-channels/webhook-notifications/config.yml +++ b/quickstarts/notification-channels/webhook-notifications/config.yml @@ -31,5 +31,3 @@ 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 efe782be73..ddfd35add7 100644 --- a/quickstarts/observability-as-code/terraform/config.yml +++ b/quickstarts/observability-as-code/terraform/config.yml @@ -21,8 +21,6 @@ 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 b2f37d8b18..99cc9cc33f 100644 --- a/quickstarts/okhttp/config.yml +++ b/quickstarts/okhttp/config.yml @@ -24,5 +24,3 @@ documentation: keywords: - mobile - android - - NR1_addData - - NR1_sys diff --git a/quickstarts/oma-bofu/config.yml b/quickstarts/oma-bofu/config.yml index fc3c5ea060..711f4bb0f9 100644 --- a/quickstarts/oma-bofu/config.yml +++ b/quickstarts/oma-bofu/config.yml @@ -21,8 +21,6 @@ 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 328f61b331..6114b2b229 100644 --- a/quickstarts/oma-data-gov/config.yml +++ b/quickstarts/oma-data-gov/config.yml @@ -14,8 +14,6 @@ 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 42a499021e..f1a2a2fde4 100644 --- a/quickstarts/oma-qf/config.yml +++ b/quickstarts/oma-qf/config.yml @@ -17,8 +17,6 @@ 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 b0ba5aac23..a1d3a8cb0c 100644 --- a/quickstarts/onepane/config.yml +++ b/quickstarts/onepane/config.yml @@ -2,47 +2,41 @@ 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 and Monitoring tools. + OnePane acts as a central hub, bringing together information from various systems like Cloud, DevOps tools and Monitoring. 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? + ### 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. - 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 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). + - 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). -summary: Onepane is an GenAI tool that helps you faster incident resolution with automated Root Cause Analysis. +summary: By correlating deployment change and infrastructure change from OnePane with New Relic, you can enable faster root cause identification for the incidents. level: Verified authors: - - Onepane -dashboards: - - onepane + - 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 @@ -52,4 +46,4 @@ documentation: icon: logo.png dataSourceIds: - - onepane + - onepane \ No newline at end of file diff --git a/quickstarts/opencensus/config.yml b/quickstarts/opencensus/config.yml index 45903f7810..4c2faffc25 100644 --- a/quickstarts/opencensus/config.yml +++ b/quickstarts/opencensus/config.yml @@ -33,5 +33,3 @@ 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 ebd0882fcf..5e5807f55b 100644 --- a/quickstarts/openstack-controller/config.yml +++ b/quickstarts/openstack-controller/config.yml @@ -35,8 +35,6 @@ 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 51e4b7b4c7..803b928bed 100644 --- a/quickstarts/opslevel/config.yml +++ b/quickstarts/opslevel/config.yml @@ -44,8 +44,6 @@ 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 a7047f5342..e65c329a2a 100644 --- a/quickstarts/pagerduty/pagerduty/config.yml +++ b/quickstarts/pagerduty/pagerduty/config.yml @@ -33,5 +33,3 @@ keywords: - support - site reliability - SRE - - NR1_addData - - NR1_sys diff --git a/quickstarts/php/cakephp/config.yml b/quickstarts/php/cakephp/config.yml index 8df5bf76d9..9f9908b026 100644 --- a/quickstarts/php/cakephp/config.yml +++ b/quickstarts/php/cakephp/config.yml @@ -31,8 +31,6 @@ 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 c1ad4fc83e..ca0848b356 100644 --- a/quickstarts/php/codeigniter/config.yml +++ b/quickstarts/php/codeigniter/config.yml @@ -26,8 +26,6 @@ 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 2601592250..ffd7841a1c 100644 --- a/quickstarts/php/pdo/config.yml +++ b/quickstarts/php/pdo/config.yml @@ -27,8 +27,6 @@ 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 602353c543..0ec3cfa03a 100644 --- a/quickstarts/php/phpunit/config.yml +++ b/quickstarts/php/phpunit/config.yml @@ -27,8 +27,6 @@ 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 217def252c..5e2d6c823f 100644 --- a/quickstarts/php/predis/config.yml +++ b/quickstarts/php/predis/config.yml @@ -30,8 +30,6 @@ 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 514d1f2ef5..6ba6ecbcb8 100644 --- a/quickstarts/pihole/config.yml +++ b/quickstarts/pihole/config.yml @@ -26,8 +26,6 @@ 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 f684557bd7..5a1d9f8bcf 100644 --- a/quickstarts/pinecone-prometheus/config.yml +++ b/quickstarts/pinecone-prometheus/config.yml @@ -41,8 +41,6 @@ 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 1278928703..988c843403 100644 --- a/quickstarts/port-monitoring/config.yml +++ b/quickstarts/port-monitoring/config.yml @@ -34,7 +34,5 @@ dataSourceIds: keywords: - infrastructure - networking - - NR1_addData - - NR1_sys dashboards: - port-monitoring diff --git a/quickstarts/postfix/config.yml b/quickstarts/postfix/config.yml index 14dfde6c1b..04c1d0af95 100644 --- a/quickstarts/postfix/config.yml +++ b/quickstarts/postfix/config.yml @@ -38,6 +38,4 @@ 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 6a14496a6c..079524edd1 100644 --- a/quickstarts/python/bottle/config.yml +++ b/quickstarts/python/bottle/config.yml @@ -30,8 +30,6 @@ 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 1ae4e3328f..e34653aec8 100644 --- a/quickstarts/python/celery/config.yml +++ b/quickstarts/python/celery/config.yml @@ -27,8 +27,6 @@ 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 443d39318e..8fc15c9848 100644 --- a/quickstarts/python/cherrypy/config.yml +++ b/quickstarts/python/cherrypy/config.yml @@ -33,8 +33,6 @@ 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 60a23e016d..e23d5f6bae 100644 --- a/quickstarts/python/django/config.yml +++ b/quickstarts/python/django/config.yml @@ -37,8 +37,6 @@ 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 6cd3b0dcee..dbd44eb7d1 100644 --- a/quickstarts/python/facepy/config.yml +++ b/quickstarts/python/facepy/config.yml @@ -28,8 +28,6 @@ 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 6d3b259944..2ef8ebee70 100644 --- a/quickstarts/python/falcon/config.yml +++ b/quickstarts/python/falcon/config.yml @@ -30,8 +30,6 @@ 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 c1e64ce1d7..2e7b224e33 100644 --- a/quickstarts/python/fastapi/config.yml +++ b/quickstarts/python/fastapi/config.yml @@ -31,8 +31,6 @@ 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 fce8fef45e..c9f3e899e3 100644 --- a/quickstarts/python/feedparser/config.yml +++ b/quickstarts/python/feedparser/config.yml @@ -39,8 +39,6 @@ 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 905eaad1ff..9565e9987b 100644 --- a/quickstarts/python/flask/config.yml +++ b/quickstarts/python/flask/config.yml @@ -48,8 +48,6 @@ 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 f2106f2c1f..bf263e0106 100644 --- a/quickstarts/python/gearman/config.yml +++ b/quickstarts/python/gearman/config.yml @@ -25,8 +25,6 @@ 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 e062d4c52d..9f33009e16 100644 --- a/quickstarts/python/gevent/config.yml +++ b/quickstarts/python/gevent/config.yml @@ -30,8 +30,6 @@ 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 14acefb65f..599246baa8 100644 --- a/quickstarts/python/oursql/config.yml +++ b/quickstarts/python/oursql/config.yml @@ -31,8 +31,6 @@ 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 b985c17d7d..89504a5a71 100644 --- a/quickstarts/python/web2py/config.yml +++ b/quickstarts/python/web2py/config.yml @@ -28,8 +28,6 @@ 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 746693f81a..6ef4c0471d 100644 --- a/quickstarts/python/webpy/config.yml +++ b/quickstarts/python/webpy/config.yml @@ -35,8 +35,6 @@ 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 5be2a7b675..516562f52f 100644 --- a/quickstarts/ruby/bunny/config.yml +++ b/quickstarts/ruby/bunny/config.yml @@ -31,8 +31,6 @@ 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 35963834df..e1ebb087f6 100644 --- a/quickstarts/ruby/curb/config.yml +++ b/quickstarts/ruby/curb/config.yml @@ -33,8 +33,6 @@ 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 46bc63fc0e..04bcb9d36f 100644 --- a/quickstarts/ruby/dalli/config.yml +++ b/quickstarts/ruby/dalli/config.yml @@ -26,8 +26,6 @@ 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 85d0c698fa..56304cdf46 100644 --- a/quickstarts/ruby/delayed-job/config.yml +++ b/quickstarts/ruby/delayed-job/config.yml @@ -30,8 +30,6 @@ 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 9913790c10..a236617f62 100644 --- a/quickstarts/ruby/excon/config.yml +++ b/quickstarts/ruby/excon/config.yml @@ -26,8 +26,6 @@ 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 c7d91d6d97..b0ca1ac3e6 100644 --- a/quickstarts/signl4/config.yml +++ b/quickstarts/signl4/config.yml @@ -26,5 +26,3 @@ keywords: - signl4 - SRE - site reliability - - NR1_addData - - NR1_sys diff --git a/quickstarts/skykit/config.yml b/quickstarts/skykit/config.yml index 31b6356953..4db95197e8 100644 --- a/quickstarts/skykit/config.yml +++ b/quickstarts/skykit/config.yml @@ -33,8 +33,6 @@ 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 4af15eca5f..051fec10f2 100644 --- a/quickstarts/sonarqube/config.yml +++ b/quickstarts/sonarqube/config.yml @@ -38,8 +38,6 @@ 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 e6d551dbe1..d93cdf7ff3 100644 --- a/quickstarts/squid-prometheus/config.yml +++ b/quickstarts/squid-prometheus/config.yml @@ -48,8 +48,6 @@ keywords: - infrastructure - cache - prometheus - - NR1_addData - - NR1_sys dashboards: - squid-prometheus diff --git a/quickstarts/stripe/config.yml b/quickstarts/stripe/config.yml index 1fa53e45b2..37bd23d8b5 100644 --- a/quickstarts/stripe/config.yml +++ b/quickstarts/stripe/config.yml @@ -29,8 +29,6 @@ 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 3f5116222b..c37449240d 100644 --- a/quickstarts/suse-linux-enterprise-server/config.yml +++ b/quickstarts/suse-linux-enterprise-server/config.yml @@ -24,8 +24,6 @@ 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 78ea0bd9f9..3cf1da3c2b 100644 --- a/quickstarts/sybase/config.yml +++ b/quickstarts/sybase/config.yml @@ -24,8 +24,6 @@ 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 42ad1147ce..7cad530d1a 100644 --- a/quickstarts/synthetics-optimization/config.yml +++ b/quickstarts/synthetics-optimization/config.yml @@ -18,8 +18,6 @@ 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 78a6f99fa6..e3bbc26112 100644 --- a/quickstarts/synthetics/availability/config.yml +++ b/quickstarts/synthetics/availability/config.yml @@ -23,8 +23,6 @@ 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 3b7dd073a9..297c15c962 100644 --- a/quickstarts/synthetics/endpoint-availability/config.yml +++ b/quickstarts/synthetics/endpoint-availability/config.yml @@ -20,8 +20,6 @@ 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 b791301d22..5bdac41246 100644 --- a/quickstarts/synthetics/page-link-crawler/config.yml +++ b/quickstarts/synthetics/page-link-crawler/config.yml @@ -30,8 +30,6 @@ 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 2ffe78b0f2..a5795c3541 100644 --- a/quickstarts/synthetics/page-load-performance/config.yml +++ b/quickstarts/synthetics/page-load-performance/config.yml @@ -23,8 +23,6 @@ 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 c41896db63..87798cbe0c 100644 --- a/quickstarts/synthetics/private-locations/config.yml +++ b/quickstarts/synthetics/private-locations/config.yml @@ -36,8 +36,6 @@ 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 096592db27..e233d94420 100644 --- a/quickstarts/synthetics/ssl-certification-check/config.yml +++ b/quickstarts/synthetics/ssl-certification-check/config.yml @@ -20,8 +20,6 @@ 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 d9c53486cb..db1dbc420d 100644 --- a/quickstarts/synthetics/user-flow/config.yml +++ b/quickstarts/synthetics/user-flow/config.yml @@ -22,8 +22,6 @@ 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 cc65c6dd73..6de5f097c6 100644 --- a/quickstarts/synthetics/user-step-execution/config.yml +++ b/quickstarts/synthetics/user-step-execution/config.yml @@ -34,8 +34,6 @@ 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 e6daf690d3..6c202300cb 100644 --- a/quickstarts/tidbcloud/config.yml +++ b/quickstarts/tidbcloud/config.yml @@ -33,8 +33,6 @@ 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 42e8389153..054c90ca9e 100644 --- a/quickstarts/traefik/config.yml +++ b/quickstarts/traefik/config.yml @@ -16,8 +16,6 @@ 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 3eb34bc9bd..69bd8abb8c 100644 --- a/quickstarts/velero-prometheus/config.yml +++ b/quickstarts/velero-prometheus/config.yml @@ -36,8 +36,6 @@ 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 98fd62348d..3b4b449f75 100644 --- a/quickstarts/video/video-android/config.yml +++ b/quickstarts/video/video-android/config.yml @@ -12,8 +12,6 @@ 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 684a6611e8..51444a49a1 100644 --- a/quickstarts/video/video-chromecast/config.yml +++ b/quickstarts/video/video-chromecast/config.yml @@ -12,8 +12,6 @@ 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 ed6524d322..da3bc6271a 100644 --- a/quickstarts/video/video-ios-tvos/config.yml +++ b/quickstarts/video/video-ios-tvos/config.yml @@ -13,8 +13,6 @@ 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 e3116c344d..c7555c2939 100644 --- a/quickstarts/video/video-web/video-web-akamai/config.yml +++ b/quickstarts/video/video-web/video-web-akamai/config.yml @@ -30,8 +30,6 @@ 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 94358f501e..d06327f647 100644 --- a/quickstarts/video/video-web/video-web-html5/config.yml +++ b/quickstarts/video/video-web/video-web-html5/config.yml @@ -12,8 +12,6 @@ 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 3f691bcbdb..6527ce6470 100644 --- a/quickstarts/video/video-web/video-web-jwplayer/config.yml +++ b/quickstarts/video/video-web/video-web-jwplayer/config.yml @@ -12,8 +12,6 @@ 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 d77c426d9d..f07472ee9e 100644 --- a/quickstarts/video/video-web/video-web-theplatform/config.yml +++ b/quickstarts/video/video-web/video-web-theplatform/config.yml @@ -12,8 +12,6 @@ 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 e22a69c3bc..539adc69e0 100644 --- a/quickstarts/video/video-web/video-web-videojs/config.yml +++ b/quickstarts/video/video-web/video-web-videojs/config.yml @@ -12,8 +12,6 @@ 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 c41f08dbc2..1c7749230b 100644 --- a/quickstarts/windows/windows-certs/config.yml +++ b/quickstarts/windows/windows-certs/config.yml @@ -31,8 +31,6 @@ 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 2f8f597a76..5ca5bf74b4 100644 --- a/quickstarts/wordpress-fullstack/config.yml +++ b/quickstarts/wordpress-fullstack/config.yml @@ -39,8 +39,6 @@ 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 18233a2d40..680e459f01 100644 --- a/quickstarts/xmatters/config.yml +++ b/quickstarts/xmatters/config.yml @@ -27,8 +27,6 @@ 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 5225c601c5..77ecf69929 100644 --- a/quickstarts/zenduty/config.yml +++ b/quickstarts/zenduty/config.yml @@ -28,8 +28,6 @@ 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 33db8896e1..a7be8929cd 100644 --- a/quickstarts/zipkin/config.yml +++ b/quickstarts/zipkin/config.yml @@ -23,8 +23,6 @@ documentation: keywords: - tracing - apm - - NR1_addData - - NR1_sys installPlans: - third-party-zipkin dataSourceIds: