Hello. Working on CloudWatch Logs Insights, I wan...
# help
ö
Hello. Working on CloudWatch Logs Insights, I want to exclude if the message includes
bodyObject
: I did these two, but not working, they are still present:
| filter _@message_ not in ['INFO bodyObject']
| filter _@message_ not in ['bodyObject']
Any idea how I can filter it out?
And there are duplicates
would like to remove duplicates using
@requestId
trying this but no good lol
| stats count() as cnt by @requestId | filter cnt 1