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 bd019da commit 41ed05fCopy full SHA for 41ed05f
aws/logs_monitoring/steps/common.py
@@ -9,7 +9,7 @@
9
from settings import DD_CUSTOM_TAGS, DD_SERVICE, DD_SOURCE
10
11
CLOUDTRAIL_REGEX = re.compile(
12
- "\d+_CloudTrail(|-Digest)_\w{2}(|-gov|-cn)-\w{4,9}-\d_(|.+)\d{8}T\d{4,6}Z(|.+).json.gz$",
+ "\d+_CloudTrail(|-Digest|-Insight)_\w{2}(|-gov|-cn)-\w{4,9}-\d_(|.+)\d{8}T\d{4,6}Z(|.+).json.gz$",
13
re.I,
14
)
15
0 commit comments