Skip to content

Commit 47e7516

Browse files
committed
NRL-1187 decompress logs
1 parent 0c66f73 commit 47e7516

File tree

1 file changed

+9
-0
lines changed
  • terraform/infrastructure/modules/firehose

1 file changed

+9
-0
lines changed

terraform/infrastructure/modules/firehose/kinesis.tf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ resource "aws_kinesis_firehose_delivery_stream" "reporting_stream" {
7777
}
7878
}
7979

80+
processors {
81+
type = "CloudWatchLogProcessing"
82+
83+
parameters {
84+
parameter_name = "DataMessageExtraction"
85+
parameter_value = "true"
86+
}
87+
}
88+
8089
}
8190

8291
cloudwatch_logging_options {

0 commit comments

Comments
 (0)