Visual editor add multiple values to query

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
v2.16.0

Describe the issue:
I’m still new but getting there.
I have a working per-document monitor; I’m using the visual editor while I’m learning.

I have a query that filters out some things I don’t want.

action       isNot      fred

I want to add multiple values, is this possible

action       isNot      fred or burt or james or june

Thanks
Harry

@HarryPottar As per Opensearch documentation multiple queries in a single monitor will be processed as logical ‘or’ operator.