Hello guys
Is it possible and how can I to filter documents from one index according to values from another index?
For example I have 2 indexes Logs and Activities
I want to see in visualisation documents from index Logs only for specific ID.
For example ID 1111 have 2 log files(file1.log, file3.log). I want to display documents from index Logs where Logfile==(File from index Activities where ID==1111).
Is it posible to do it?
Thanks in advance!
Don't think that is possible using KQL. I'd suggest making a transform that will do that transformation from 2 indexes into 1 and then you query from that 1.
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.