Skip to content

Commit e5d64b4

Browse files
committed
Fixing vale issue.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 0513237 commit e5d64b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/cloudwatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See [AWS credentials](https://docs.fluentbit.io/manual/administration/aws-creden
3636
| `log_supress_interval` | Suppresses log messages from output plugin that appear similar within a specified time interval. `0` no suppression. | `0` |
3737
| `match` | Set a tag pattern to match records that output should process. Exact matches or wildcards (for example `*`). | _none_ |
3838
| `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_ |
4040
| `metric_namespace` | An optional string representing the CloudWatch namespace for the metrics. See the [Metrics tutorial](#metrics-tutorial) section for a full configuration. | _none_ |
4141
| `profile` | Option to specify an AWS Profile for credentials. | _none_ |
4242
| `region` | The AWS region to send logs to. | _none_ |

0 commit comments

Comments
 (0)