Hello, I am working with TSVB and it is easy to use the following filter: " FIELD:* ", but I actually want the opposite for example "NOT FIELD exists", I want to know if it is possible to use it.
Hi @AlfredoC,
if you are using KQL then the following query should do the trick: NOT FIELD : *
Thank you, it worked!