Skip to content

Commit 2e364f0

Browse files
committed
fixup! feat(aws): AWSX-1598 Move source identification to logs-backend
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 0fdc15e commit 2e364f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aws/logs_monitoring/steps/enums.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
class AwsEventSource(Enum):
55
AWS = "aws"
6-
CLOUDFRONT = "cloudfront"
76
CLOUDTRAIL = "cloudtrail"
87
CLOUDWATCH = "cloudwatch"
98
ELASTICSEARCH = "elasticsearch"
@@ -27,7 +26,6 @@ def __str__(self):
2726
@staticmethod
2827
def cloudwatch_sources():
2928
return [
30-
AwsEventSource.CLOUDFRONT,
3129
AwsEventSource.CLOUDTRAIL,
3230
AwsEventSource.ELASTICSEARCH,
3331
AwsEventSource.FARGATE,
@@ -48,7 +46,6 @@ def __init__(self, string, event_source):
4846
GUARDDUTY = ("guardduty", AwsEventSource.GUARDDUTY)
4947
KINESIS = ("amazon_kinesis", AwsEventSource.KINESIS)
5048
MSK = ("amazon_msk", AwsEventSource.MSK)
51-
NETWORKFIREWALL = ("network-firewall", AwsEventSource.NETWORKFIREWALL)
5249
# e.g. AWSLogs/123456779121/vpcdnsquerylogs/vpc-********/2021/05/11/vpc-********_vpcdnsquerylogs_********_20210511T0910Z_71584702.log.gz
5350
ROUTE53 = ("vpcdnsquerylogs", AwsEventSource.ROUTE53)
5451

0 commit comments

Comments
 (0)