I want to use filter: "NOT FIELD exists" in TSVB

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!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.