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.
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.
Hi @tomer,
do you mean "exists"?
Filter:
Field: a
Operator: exists
would hide all empty events
Cheers,
Dirk
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 ""
Cheers,
Dirk
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.