I have elasticsearch with 2 indexes and Kibana. (import from CSV)
The first index contain data for different machines like IP address (type:IP).
The second index contain CIDR and Network name
We want to visualize All machine into a single Network
I've try make request with IP datatype or foreeach whitout result...
If I understand correctly you want to do an search on multiple indexes, you could create an alias that points to both of them and then use that to do your searches.
Thank's for your reply.
I've try to make index patterns for the both index but it's does'nt work.
INDEX 1 contain multiple IP address (192.168.1.1, 192.168.1.3, 192.168.2.1, 192.168.2.45, ...)
INDEX 2 contain multiple CIDR range & Network Name (192.168.1.0/24, 192.168.2.0/24, ...)
I want agregate IP address into CIDR range but from 2 index
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.