elasticsearch - Determining the number of Duplicates in Kibana -


i trying total number of duplicates in "field1" in various documents in elk. read somewhere direct aggregation isn't possible in kibana , need use visualize tool so. , did that. using number of duplicates of each type. lets get count of 'a' 2, 'b' 1 , 'c' 2. rather looking there 2 duplicates (a , other being c).

how do it?


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -