Hi,
How can I add a filter to time series visualization for a missing field?
For example, I only want to visualize data where field X
does not exist. I was able to check if it exists but was not able to check if the field is missing.
Hi,
How can I add a filter to time series visualization for a missing field?
For example, I only want to visualize data where field X
does not exist. I was able to check if it exists but was not able to check if the field is missing.
if you add a "NOT" in front of the filter for exists it should register as looking for the field to be missing.
@Marius_Dragomir This is not working. I tried adding NOT
in front of the filter but it is still showing the records:
NOT _exists_:ipdr_processing_time
But this still shows records with that field being present.
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.