Splunk Search

Assets Consolidation - Searching and Comparing fields with multiple IP Addresses

munisb
Explorer

Hi,

I have this query where I am trying to compare two csv files and have the assets data merged

CSV1

hostipos
abc.domain.com1.1.1.1Windows
def2.2.2.3suse
xyz3.3.3.3aix
   

 

CSV2

NameIP AddressesDescriptionOS
abc1.1.1.1blah blahwindows
abc.domain.com1.1.1.1, 2.2.2.1blah blahwindows
bcd1.1.1.2, 2.2.2.2blah blahwindows
def.domain.com1.1.1.3, 2.2.2.3blah blahsuse
xyz blah blahaix

 

| inputlookup CSV1.csv | lookup CSV2.csv "IP Addresses" as ip | table Name, host, ip, OS, os | fillnull Name value="Not Found"

With this query - for some reason i am not able to correlate assets that have multiple "IP Addresses" in CSV2. How can I ensure that any value in the cell is searched instead of having an exact match?

 

Thank you

Labels (4)
0 Karma
Get Updates on the Splunk Community!

How to send events & findings from AWS to Splunk using Amazon EventBridge

Amazon EventBridge is a serverless service that uses events to connect application components together, making ...

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...