Hi @spinscale
please guide me.. please guide me to the following problem,
I have two different index and i want to compare two fields value and get result which exist in different index
for example :-
Index 1: threatintel
fields :- 1. indicator_ip
2. message
3. userid
Index 2: checkpoint
fields:- 1. srcip
2. dstip
Need query : Give source IP, message and timestamp
where threatintel.indicator_ip = (checkpoint.srcip or checkpoint.dstip)
please help me to achieve it.