Search for value NOT equal to something

In kibana, I want to see all results are the value of auditd.data.tty is NOT equal to (none).

Is it possible to do such a query? Thanks ahead!

Solved,

Had to be:

NOT auditd.data.tty: "(none)"