Greetings all,
I am trying to create a query on the errors and discards view

And I am trying to exclude certain device types. my query is excluding the devices based on their name so it looks like this:
Remove Gigamaons from view:
FullName Not Like '*gmon*'
changing the value to '*fw*' removes the firewalls from the view
I am trying to exclude both but no query strings I run have worked so I am reaching out to the community to see if you can help
Have tried:
FullName Not Like '*gmon*' OR FullName Not Like '"fw"'
FullName Not Like '*gmon* OR *fw*'
Any assistance would be appreciated.