DEV Community

Discussion on: 🔎🔍 AWS Cloudwatch - Top 5 things you need to know

Collapse
 
monisnapjonathan profile image
Jonathan BROSSARD • Edited

@monisnapedouard , I believe that you can perform a query with both AND and OR like that :

{ $.user.lastname = "malou" || $.user.lastname = "goodenough" && $.user.enabled = "1"}