Hi all,
we have many documents where a FIELD has a value entry of "Strings and Numbers" OR "Empty String".
In the kibana discovery, how can I see entries, where FIELD got a value and don't show the "Empty String" documents?
Thanks in Advance
Hi all,
we have many documents where a FIELD has a value entry of "Strings and Numbers" OR "Empty String".
In the kibana discovery, how can I see entries, where FIELD got a value and don't show the "Empty String" documents?
Thanks in Advance
I think you can do this with a query, assuming the value is really just an empty string.
Putting -FIELD:""
in the query bar should do it, where "FIELD" is the name of the field you want to match on.
If you are using KQL, not FIELD: ""
is what you'd want to use instead.
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.