Filter out String that are ""

Hi,

I want to make a filter that filters out logs if field "a" is "". How can I do so? I am using Kibana 5.6.

image

Hi @tomer,

do you mean "exists"? :slight_smile:

image
Filter:
Field: a
Operator: exists

would hide all empty events

Cheers,
Dirk

1 Like

Hi,

I think I tried this, the problem is that I have field a (the json that enters ES is {,"a":"" , ...} and not {,"a": , ...}
I will check this again.

Anyway thanks on the quick reply

Hi @tomer,

ah so it's not NULL, in the field is the value "", but that should work with "is not one of", type in ""

image

Cheers,
Dirk

1 Like

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