Compare two key values if the same then don't show

Hi
For the “Asset Authentication” logs, is there a way to exclude if “source_asset_address” = “destination_asset_address” ?

Can we compare key/values and if they are the same exclude (don’t show) them?

Yes you can using key comparison notation, == for equivalent or !== for differences

source_asset_address !== destination_asset_address

see Components for Building a Query | InsightIDR Documentation

David

1 Like