You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,8 +106,16 @@ In addition to the common properties, the following arguments are supported:
60
106
+`secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`
61
107
+`role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`
62
108
-`path` - (Required) The location to scan for new data.
63
-
+`bucket_name` - (Required) The name of the bucket.
64
-
+`path_expression` - (Required) The path to the data.
109
+
+`type` - (Required) type of polling source. Can be one of `S3BucketPathExpression` or `CloudWatchPath`
110
+
+`bucket_name` - (Optional) The name of the bucket. This is needed if using type `S3BucketPathExpression`.
111
+
+`path_expression` - (Optional) The path to the data. This is needed if using type `S3BucketPathExpression`.
112
+
+`limit_to_regions` - (Optional) List of Amazon regions to limit metricscollection. This is a valid parameter if using type `CloudWatchPath`.
113
+
+`limit_to_namespaces` - (Optional) List of namespaces to limit metrics collection. By default all namespaces are selected. Details can be found [here](https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/Amazon-Web-Services/Amazon-CloudWatch-Source-for-Metrics#aws%C2%A0tag-filtering-namespace-support). You can also specify custom namespace. This is a valid parameter if using type `CloudWatchPath`.
114
+
+`tag_filters` - (Optional) Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. This is a valid parameter if using type `CloudWatchPath` More info on tag filters can be found [here](https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/Amazon-Web-Services/Amazon-CloudWatch-Source-for-Metrics#about-aws-tag-filtering)
115
+
+ `type` - This value has to be set to `TagFilters`
116
+
+ `namespace` - Namespace for which you want to define the tag filters. Use value as `All` to apply the tag filter for all namespaces.
117
+
+ `tags` - List of key-value pairs of tag filters. Eg: `["k3=v3"]`
0 commit comments