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!

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, ...