Splunk Search

lookups via powershell resource kit

Bulluk
Path Finder

Does anyone know if it's possible to perform a lookup when using the powershell resource kit's search functionality? I'm currently on v4.2 and saw that lookup was added to the rest api in 4.3 so I'm guessing this won't be possible yet....

My really simple search is

find something | lookup myLookup name AS userName OUTPUTNEW Title AS Title

which works fine via the gui but not when using powershell

Thanks in advance

Tags (2)
0 Karma
1 Solution

Bulluk
Path Finder

Turns out that if you add the -RequiredField flag to the search it returns the values from the lookup, ie:

$results = Search-Splunk -Search "find something `| lookup myLookup name AS userName OUTPUTNEW Title AS Title" -RequiredField "Title"

View solution in original post

Bulluk
Path Finder

Turns out that if you add the -RequiredField flag to the search it returns the values from the lookup, ie:

$results = Search-Splunk -Search "find something `| lookup myLookup name AS userName OUTPUTNEW Title AS Title" -RequiredField "Title"

Bulluk
Path Finder

I hate to do this but I thought it might be worth giving this a little bump now that America is awake and at work

I promise not to make a habit of it 🙂

0 Karma
Get Updates on the Splunk Community!

User Groups | Upcoming Events!

If by chance you weren't already aware, the Splunk Community is host to numerous User Groups, organized ...

Splunk Lantern | Spotlight on Security: Adoption Motions, War Stories, and More

Splunk Lantern is a customer success center that provides advice from Splunk experts on valuable data ...

Splunk Cloud | Empowering Splunk Administrators with Admin Config Service (ACS)

Greetings, Splunk Cloud Admins and Splunk enthusiasts! The Admin Configuration Service (ACS) team is excited ...