Does the total Count on the discover tab (top right corner) match the count you get when hitting Elasticsearch directly? If not, try opening developer tools in your browser and look at the requests Kibana is sending to elasticsearch. On the Discover tab you should see a couple of msearch requests. Are they querying the indexes you'd expect?
How do you count the number of ES documents? Are you e.g. including the documents in the .kibana index, which Kibana won't show? Can you narrow down the different to a particular time interval, i.e. what if you pick a random month (or day) and compare the counts in Kibana and directly in ES?
I'm not including the .kibana index , i checked the index management tab which gives the number of documents and the discover tab also gives the same number , but when i try to create a visualization that displays the number of documents it gives a whole different number!!
hi , it works now , recently i changed "search.max_buckets" which caused the problem i guess !! because when i changed back to 10000 , the visualization gave the same count as the index management tab and the discover tab , but i'm facing another issue in the map visualization , when i make my filter last 1 year the sum aggregation in the map return result but when i change the filter to the last 30 days it returns 0 , though i have data in my documents (the count aggregation works) and this is only in the map visualization
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.