From d8342667200aad0a2b149ca74412b66ef6e32ae0 Mon Sep 17 00:00:00 2001 From: Bar <51476543+bardabun@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:48:23 +0200 Subject: [PATCH] Add custom namespace param (#149) * add costum namespace * updated description --- configs/3-2-aws-metric-stream.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/configs/3-2-aws-metric-stream.json b/configs/3-2-aws-metric-stream.json index ba17033d2..0c6acf630 100644 --- a/configs/3-2-aws-metric-stream.json +++ b/configs/3-2-aws-metric-stream.json @@ -14,7 +14,7 @@ "supportedOs": ["AWS_Cloudformation"], "productTags": ["METRICS"], "filterTags": ["AWS", "Most Popular"], - "integrationTemplate": "metric-stream-helpers/aws/1.2.4/sam-template.yaml¶m_logzioDestination=https://listener-aws-metrics-stream-<>.logz.io/¶m_logzioListener=https://<>:8053", + "integrationTemplate": "metric-stream-helpers/aws/1.3.0/sam-template.yaml¶m_logzioDestination=https://listener-aws-metrics-stream-<>.logz.io/¶m_logzioListener=https://<>:8053", "datasources": [ { "name": "AWS_Metrics", @@ -70,7 +70,7 @@ "type": "multi-select", "name": "param_awsNamespaces", "label": "AWS Namespaces", - "required": true, + "required": false, "description": "Services that you need to collect metrics from.", "options": [ { "label": "All Namespaces", "value": "all-namespaces" }, @@ -203,7 +203,14 @@ { "label": "WorkSpaces", "value": "AWS/WorkSpaces" }, { "label": "WorkSpaces Web", "value": "AWS/WorkSpacesWeb" } ] - } + }, + { + "type": "text", + "name": "param_customNamespace", + "label": "Custom Namespace", + "required": false, + "description": "Enter the name of your custom namespace." + } ] } ]