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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...