Splunk Search

inputlookup csv two files get the data

surekhasplunk
Communicator

Hi,

I have two input lookup files. input1.csv and input2.csv

Am getting "Maintenance for application" as value for say one of the columns from input1.csv file.
Now I want to search word application in input2.csv file and try to get field1 and field2 from input2.csv file along with field3 and field4 from input1.csv file.
Please help me with the query.

Tags (3)
0 Karma

anjambha
Communicator

You can try this .. if you are working on the same use case..

https://answers.splunk.com/answers/589532/lookup-two-csv-pattern-match-query.html

| inputlookup input1 | join type=outer field1 [| inputlookup input2 | eval field1=case(field3 == "application file", "application support", field3 == "cto maintenance", "technology maintenance") | search field3="application*" | rename field2 as field21 ] | table field1, field2, field21, field3

if possible avoid same field name in your two input csv files. or you can rename that at the query time..

0 Karma

somesoni2
Revered Legend

Assuming input1.csv has following columns (apart from other possible columns)

app_description (which contains the text "Maintenance for **application**"
field3 
field4

What's the column name in input2.csv which contains word application? Also, is it a full match OR partial match?

0 Karma

surekhasplunk
Communicator

Hi @somesoni2

Assume input2.csv file has a column named app_name which has got a match for application and not the exact name.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...