Getting Data In

I have source data and i have inputlookup data, now i need to match them with column, but column name in source is Student and Column name in Inputlookup is Roll_Number. How can i match them?

kdoma
Explorer

I have source data and i have inputlookup data, now i need to match them with column, but column name in source is Student and Column name in Inputlookup is Roll_Number. How can i match them?

Tags (1)
1 Solution

sideview
SplunkTrust
SplunkTrust

Manually, you can just do it in the lookup command.

<your search terms> |lookup MyLookupName Roll_Number as Student 

Or if you want to have the lookup run automatically whenever Splunk deals with these events you can either put a pretty similar looking syntax into props.conf, or what's a lot easier is to do it all in the Settings UI.

some key docs on Automatic Lookups -
https://docs.splunk.com/Documentation/Splunk/6.4.3/Knowledge/Usefieldlookupstoaddinformationtoyourev...
https://docs.splunk.com/Documentation/Splunk/6.4.3/Knowledge/Makeyourlookupautomatic

Some docs about the lookup command -
http://docs.splunk.com/Documentation/Splunk/6.4.3/SearchReference/Lookup

View solution in original post

0 Karma

sideview
SplunkTrust
SplunkTrust

Manually, you can just do it in the lookup command.

<your search terms> |lookup MyLookupName Roll_Number as Student 

Or if you want to have the lookup run automatically whenever Splunk deals with these events you can either put a pretty similar looking syntax into props.conf, or what's a lot easier is to do it all in the Settings UI.

some key docs on Automatic Lookups -
https://docs.splunk.com/Documentation/Splunk/6.4.3/Knowledge/Usefieldlookupstoaddinformationtoyourev...
https://docs.splunk.com/Documentation/Splunk/6.4.3/Knowledge/Makeyourlookupautomatic

Some docs about the lookup command -
http://docs.splunk.com/Documentation/Splunk/6.4.3/SearchReference/Lookup

0 Karma

kdoma
Explorer

Thank you very much, now I could match and see the results.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...