Skip to content

Commit

Permalink
add costum namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bardabun committed Feb 6, 2024
1 parent e766c71 commit 3cd0f06
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions configs/3-2-aws-metric-stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"supportedOs": ["AWS_Cloudformation"],
"productTags": ["METRICS"],
"filterTags": ["AWS", "Most Popular"],
"integrationTemplate": "metric-stream-helpers/aws/1.2.4/sam-template.yaml&param_logzioDestination=https://listener-aws-metrics-stream-<<LOGZIO_ACCOUNT_REGION_CODE>>.logz.io/&param_logzioListener=https://<<LOGZIO_LISTENER_ADDRESS>>:8053",
"integrationTemplate": "metric-stream-helpers/aws/1.3.0/sam-template.yaml&param_logzioDestination=https://listener-aws-metrics-stream-<<LOGZIO_ACCOUNT_REGION_CODE>>.logz.io/&param_logzioListener=https://<<LOGZIO_LISTENER_ADDRESS>>:8053",
"datasources": [
{
"name": "AWS_Metrics",
Expand Down Expand Up @@ -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" },
Expand Down Expand Up @@ -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 if you have services outside of AWS."
}
]
}
]
Expand Down

0 comments on commit 3cd0f06

Please sign in to comment.