Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #944 from mozilla/fix_cloudtrail_mapping
Browse files Browse the repository at this point in the history
Add cloudtrail fields to default mapping
  • Loading branch information
pwnbus committed Nov 6, 2018
2 parents ba58ba6 + 1154875 commit b719701
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cron/defaultMappingTemplate.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -110,6 +110,24 @@
"sourceport" : { "sourceport" : {
"index" : "not_analyzed", "index" : "not_analyzed",
"type" : "long" "type" : "long"
},
"apiversion" : {
"properties" : {
"raw_value": {
"type" : "keyword"
}
}
},
"requestparameters" : {
"properties" : {
"logStreamName": {
"properties": {
"raw_value": {
"type" : "keyword"
}
}
}
}
} }
} }
}, },
Expand Down

0 comments on commit b719701

Please sign in to comment.