Splunk Search

Assistance with Lookup / Search Query

CyberCyberSec
Loves-to-Learn

I am trying to run a query where it compares a search result field against a field in the lookup table. I was able to get it working, but then I am trying to also show the corresponding field with that object that is located in the lookup table.

 

This is what I have so far

index=zscaler sourcetype="zscaler:syslog:zscaler_web_policy"
[| inputlookup "riskiq_last_status"
| return 1000 $name]
|table url status

It is just matching the name field in the lookup table to the url field in the index search query. I am guessing the status field is blank because there isnt a status field in the index search results....

How do I add a a field in the lookup table to the search query results?

0 Karma

bowesmana
SplunkTrust
SplunkTrust

You are using the lookup as a filter to the outer search. If you want to add fields to the data reported, then you use the lookup as a lookup, i.e.

| lookup riskiq_last_status name as url OUTPUT status

Hope this helps

 

0 Karma

CyberCyberSec
Loves-to-Learn

Thanks for the reply,

 

I tried that and I still get nothing in the status, the only thing I can think of is that the data in the url field doesnt exactly match what is in the lookup table.

 

Lookup table value = carecredit.citymaps.com

Search field value = carecredit.citymaps.com/

 

Is there a way to do a contains lookup instead of a exact match?

Tags (1)
0 Karma

CyberCyberSec
Loves-to-Learn

I did a eval and trimmed the / at the end before it did the lookup function and it returns the monitor now.

 

The question is now how can I do a wildcard lookup because this is doing a exact lookup on the status field.

0 Karma

bowesmana
SplunkTrust
SplunkTrust

You can add the * character to the value of the field in the lookup file and in the advanced options part of the  lookup definition for that lookup, make that field a wildcard field in the match type, e.g. WILDCARD(name)

 

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...