Hello,
I am using ELK 7.3 bar chart in kibana and did create unique count chart of value with date histogram but the when I use interval of monthly basis it skips one record in few months ,
Any idea guys how to resolve it
Thanks
Hello,
I am using ELK 7.3 bar chart in kibana and did create unique count chart of value with date histogram but the when I use interval of monthly basis it skips one record in few months ,
Any idea guys how to resolve it
Thanks
Hey, can you show an example of this behavior?
use interval of monthly basis it skips one record in few months
You mean you know the unique count of ips should be one higher?
I see, thanks. The unique count aggregation of Elasticsearch isn't always 100% accurate, trading precision for performance (see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-cardinality-aggregation.html#_precision_control)
You should be able to control this trade-off by using the "Advanced > JSON input" setting:
{ "precision_threshold": 4000 }
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.