Skip to content

Commit

Permalink
Revert "Aligned v1.1.0 with master"
Browse files Browse the repository at this point in the history
This reverts commit dd8dcb0, reversing
changes made to f97a5b7.
  • Loading branch information
Suzanna-Volkov committed Nov 3, 2020
1 parent dd8dcb0 commit 0c30ffb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
1 change: 0 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
* [mwl](https://github.com/mwl)
* [cornet](https://github.com/cornet)
* [michaelssingh](https://github.com/michaelssingh)
* [joawan](https://github.com/joawan)

Thanks to all who have contributed!
20 changes: 15 additions & 5 deletions cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"Default" : "",
"NoEcho" : true
},
"HumioLambdaLogRetention" : {
"Type" : "Number",
"Description" : "Number of days to retain CloudWatch logs from the Humio Lambda functions.",
"Default": 1
},
"EnableCloudWatchLogsAutoSubscription" : {
"Type" : "String",
"AllowedValues" : [
Expand Down Expand Up @@ -224,7 +229,8 @@
"Properties" : {
"LogGroupName" : {
"Fn::Join" : [ "", [ "/aws/lambda/", { "Ref" : "HumioCloudWatchLogsIngester" } ] ]
}
},
"RetentionInDays" : { "Ref" : "HumioLambdaLogRetention" }
}
},
"HumioCloudWatchLogsSubscriber" : {
Expand Down Expand Up @@ -290,7 +296,8 @@
"Properties" : {
"LogGroupName" : {
"Fn::Join" : [ "", [ "/aws/lambda/", { "Ref" : "HumioCloudWatchLogsSubscriber" } ] ]
}
},
"RetentionInDays" : { "Ref" : "HumioLambdaLogRetention" }
}
},
"HumioCloudWatchLogsBackfiller" : {
Expand Down Expand Up @@ -343,7 +350,8 @@
"Properties" : {
"LogGroupName" : {
"Fn::Join" : [ "", [ "/aws/lambda/", { "Ref" : "HumioCloudWatchLogsBackfiller" } ] ]
}
},
"RetentionInDays" : { "Ref" : "HumioLambdaLogRetention" }
}
},
"HumioBackfillerAutoRunner" : {
Expand Down Expand Up @@ -506,7 +514,8 @@
"Properties" : {
"LogGroupName" : {
"Fn::Join" : [ "", [ "/aws/lambda/", { "Ref" : "HumioCloudWatchMetricIngester" } ] ]
}
},
"RetentionInDays" : { "Ref" : "HumioLambdaLogRetention" }
}
},
"HumioCloudWatchMetricStatisticsIngester" : {
Expand Down Expand Up @@ -566,7 +575,8 @@
"Properties" : {
"LogGroupName" : {
"Fn::Join" : [ "", [ "/aws/lambda/", { "Ref" : "HumioCloudWatchMetricStatisticsIngester" } ] ]
}
},
"RetentionInDays" : { "Ref" : "HumioLambdaLogRetention" }
}
}
}
Expand Down

0 comments on commit 0c30ffb

Please sign in to comment.