Index=windows event_id=XXX user IN (account1, account2, account3)
Index=mfa service=ntlm AND loger IN (account1, account2, account3) Index=mfa contains fields like : service logger hostsrc app IP etc.. Index=windows contains fields like: eventid address user DC name etc.. So far my search was looking only on the index=windows logger and user will probably have the same value accross indexes IP and address will probably have the same value accross indexes I want to compare if values of those fields match, if yes.. take hostsrc field with corresponding values. If there is no event that contains those two values, take hostsrc from lookuptable using IP field on index=windows (dont bother about mfa index) index=mfa which contains hostsrc that I want to add in my table. I hope this makes it more clear
... View more