We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41806c commit 7f0b296Copy full SHA for 7f0b296
website/docs/r/kinesis_metrics_source.html.markdown
@@ -199,6 +199,7 @@ resource "aws_cloudwatch_metric_stream" "main" {
199
firehose_arn = aws_kinesis_firehose_delivery_stream.kinesis_stream.arn
200
output_format = "opentelemetry0.7"
201
202
+// Edit and uncomment below lines to add include_filter (or exclude_filter on similar lines)
203
// include_filter {
204
// namespace = "AWS/ApplicationELB"
205
// }
0 commit comments