Compare results in table to lookup?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compare results in table to lookup?

L0 Member

I have a lookup with software names and want to use it to compare it to results from xdr_data using the fields actor_process_image_path which is the dir the software in installed in.  


config case_sensitive = false
| dataset = xdr_data
| filter event_type = PROCESS and event_sub_type = PROCESS_START
| filter actor_process_image_path in (dataset = software| fields Apps)

the issue I have is that I CANNOT for the life of me figure out how to insert a "contain" statement to match, the software list does not have the full install path, just the name of the application, so its not matching even tho I have verified several isntances of apps isntalled on machines that have a match in the list. Example is like the app name is "AdobePDF" and i should be able to have statement that does something like:

actor_process_image_path contains  (software), or something like that so it looks thru the software lookup and matches if any of the apps is mentioned in actor_process_image_path .


Thank you! 

 

0 REPLIES 0
  • 54 Views
  • 0 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!