Skip to content

Commit c5ad757

Browse files
authored
Merge pull request #34 from SumoLogic/monty2013-patch-1
Update README.md
2 parents 6ffda23 + 1fbb1b9 commit c5ad757

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cloudtrail_s3/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ Files
88

99
## Lambda Setup
1010
For the Sumo collector configuration, do not enable multiline processing or
11-
one message per request -- the idea is to send as many messages in one request
12-
as possible to Sumo and let Sumo break them apart as needed.
11+
one message per request -- Additionally, the timeformat should be adjusted to ensure the eventTime is the messageTime.
12+
In the source Timestamp Format section, add a format <b>yyyy-MM-dd'T'HH:mm:ss'Z'</b> with Timestamp locator <b>eventTime\":\"(.*)?\"</b>
13+
.
1314

1415
In the AWS console, use a code entry type of 'Edit code inline' and paste in the
1516
code. In the Environment variable section, set the following Key to the URL provided from Sumo collector configuration.
16-
SUMO_ENDPOINT
17+
<b>SUMO_ENDPOINT</b>
1718

1819
In configuration specify index.handler as the Handler. Specify a Role that has
1920
sufficient privileges to read from the *source* bucket, and invoke a lambda

0 commit comments

Comments
 (0)