Hi,
I have a search query which returns multiple values. For example, the search query returns abc, def, ghi.
I need to take this as input and i need to perform a search of these values. The logs contains the abc-123-678, def-678+943 , ghi-678-123 and i need to search the events that contains these strings.
Any suggestions?
... View more