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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -