1 Answer
- Newest
- Most votes
- Most comments
1
Try this and let me know if it works:
fields @timestamp, @message, @logStream, @log, detail.eventName | sort @timestamp desc | limit 1000 | filter (detail.eventName="PutObject" or detail.eventName="CopyObject")
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 4 days ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 years ago
Yes, it works! What didn't "in" work when applying it to the filter?