Hello,
I have index that containts documents with fields: source_address and destination_address for each event.
I would like to create a visualization in Kibana to show the top 10 most popular addresses in the database, both source and destination together.
To clarify, I do not mean create a chart for top 10 source addresses and a separate one for destination, but instead count how many times an address has occured at all (either in source or destination) and display the top values of that.
Won't "unique count" over this array field count the unique occurence of the pair [src,dst] together? I would like to achieve the count of docs where src=X or dest=X , not src=X and dest=Y , if this makes sense.
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.