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
Copy file name to clipboardExpand all lines: pipeline/outputs/cloudwatch.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ See [AWS credentials](https://docs.fluentbit.io/manual/administration/aws-creden
36
36
|`log_supress_interval`| Suppresses log messages from output plugin that appear similar within a specified time interval. `0` no suppression. |`0`|
37
37
|`match`| Set a tag pattern to match records that output should process. Exact matches or wildcards (for example `*`). |_none_|
38
38
|`match_regex`| Set a regular expression to match tags for output routing. This allows more flexible matching compared to simple wildcards. |_none_|
39
-
|`metric_dimensions`| Metric dimensions is a list of lists. If you have only one list of dimensions, put the values as a comma seperated string. If you want to put list of lists, use the list as semicolon seperated strings. If your value is `d1,d2;d3`, we will consider it as `[[d1, d2],[d3]]`. |_none_|
39
+
|`metric_dimensions`| Metric dimensions is a list of lists. If you have only one list of dimensions, put the values as a comma seperated string. If you want to put list of lists, use the list as semicolon seperated strings. If your value is `d1,d2;d3`, it will consider it as `[[d1, d2],[d3]]`. |_none_|
40
40
|`metric_namespace`| An optional string representing the CloudWatch namespace for the metrics. See the [Metrics tutorial](#metrics-tutorial) section for a full configuration. |_none_|
41
41
|`profile`| Option to specify an AWS Profile for credentials. |_none_|
42
42
|`region`| The AWS region to send logs to. |_none_|
0 commit comments