Skip to content

Commit 9342572

Browse files
authored
Merge pull request #1685 from alexjfisher/cloudwatch_log_group_class
2 parents a950e72 + 136fc52 commit 9342572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/cloudwatch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ See [here](https://github.com/fluent/fluent-bit-docs/tree/43c4fe134611da471e706b
2626
| log\_format | An optional parameter that can be used to tell CloudWatch the format of the data. A value of json/emf enables CloudWatch to extract custom metrics embedded in a JSON payload. See the [Embedded Metric Format](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch\_Embedded\_Metric\_Format\_Specification.html). |
2727
| role\_arn | ARN of an IAM role to assume (for cross account access). |
2828
| auto\_create\_group | Automatically create the log group. Valid values are "true" or "false" (case insensitive). Defaults to false. |
29+
| log\_group\_class | Optional. Specifies the log storage class for new log groups when `auto_create_group` is set to `true`. You can't modify the storage class of existing log groups. Valid values are `STANDARD` and `INFREQUENT_ACCESS`. Default: `STANDARD`. |
2930
| log\_retention\_days | If set to a number greater than zero, and newly create log group's retention policy is set to this many days. Valid values are: \[1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, 3653] |
3031
| endpoint | Specify a custom endpoint for the CloudWatch Logs API. |
3132
| metric\_namespace | An optional string representing the CloudWatch namespace for the metrics. See `Metrics Tutorial` section below for a full configuration. |

0 commit comments

Comments
 (0)