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!

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...