You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-observability/apps/autoenable/auto_enable.template.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,10 @@ Parameters:
70
70
Type: String
71
71
Default: '\/aws\/(lambda|apigateway|rds)'
72
72
Description: "Enter regex for matching logGroups. Regex will check for the name. Visit https://help.sumologic.com/docs/send-data/collect-from-other-data-sources/autosubscribe-arn-destination/#configuringparameters"
73
+
AutoSubscribeLogGroupByTags:
74
+
Type: String
75
+
Default: ""
76
+
Description: "Enter comma separated key value pairs for filtering logGroups using tags. Ex KeyName1=string,KeyName2=string. This is optional leave it blank if tag based filtering is not needed. Visit https://help.sumologic.com/docs/send-data/collect-from-other-data-sources/autosubscribe-arn-destination/#configuringparameters"
Copy file name to clipboardExpand all lines: aws-observability/templates/sumologic_observability.master.template.yaml
+18-8Lines changed: 18 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Metadata:
56
56
- Section7bLambdaCloudWatchLogsSourceUrl
57
57
- Section7cAutoSubscribeLogGroupsOptions
58
58
- Section7dAutoSubscribeLogGroupPattern
59
+
- Section7eAutoSubscribeLogGroupByTags
59
60
60
61
- Label:
61
62
default: "8. Sumo Logic Root Cause Explorer Sources"
@@ -134,6 +135,9 @@ Metadata:
134
135
default: "Subscribe log groups to Destination (Lambda or kinesis firehose delivery stream)"
135
136
Section7dAutoSubscribeLogGroupPattern:
136
137
default: "Regex for filtering CloudWatch Log Groups. If you want to collect from all CloudWatch Log Groups use .*"
138
+
Section7eAutoSubscribeLogGroupByTags:
139
+
default: "Tags for filtering CloudWatch Log Groups."
140
+
137
141
138
142
Section8aRootCauseExplorerOptions:
139
143
default: "Select the Sumo Logic Root Cause Explorer Sources"
@@ -324,6 +328,10 @@ Parameters:
324
328
Type: String
325
329
Default: '\/aws\/(lambda|apigateway|rds)'
326
330
Description: "Enter regex for matching CloudWatch Log groups name. Regex will check for the Log group name. Visit https://help.sumologic.com/03Send-Data/Collect-from-Other-Data-Sources/Auto-Subscribe_AWS_Log_Groups_to_a_Lambda_Function#Configuring_parameters"
331
+
Section7eAutoSubscribeLogGroupByTags:
332
+
Type: String
333
+
Default: ""
334
+
Description: "Enter comma separated key value pairs for filtering logGroups using tags. Ex KeyName1=string,KeyName2=string. This is optional leave it blank if tag based filtering is not needed. Visit https://help.sumologic.com/docs/send-data/collect-from-other-data-sources/autosubscribe-arn-destination/#configuringparameters"
0 commit comments