Splunk Search

How To Filter IP Field Using Subnet Value Stored In Variable

joemarty82
Explorer

Hello,

 

I am trying to create a drill down dashboard. Basically I want to pass a subnet value (which is currently represented as a string) from one pane to another search pane and search on data in that query using the subnet value. I have tried several methods and none seem to work.

 

Ideally I thought something like the below would work in pseudo code.

 

Search ... |
eval subnet_value=$subnet value from first query$ |
where ipv4=subnet_value 

 

However, I get back no results. Perhaps someone has some tips on some things I can try next as I am stuck currently.

 

Thanks in advance,

Joe

Labels (1)
0 Karma

thambisetty
SplunkTrust
SplunkTrust

how are you passing your subnet value?

can you share example subnet value?

you can't compare ipv4 with subnet (for example 10.10.10.0/24) as you mentioned in your pseudo code 

where ipv4=subnet_value

instead, you get value to current search from other dashboard ( I believe your subnet value coming from dashboard would be something like 10.10.10.0/24 ). you can write this value to lookup using outputlookup command from current search. define lookup where lookup can match cidr for specified field.

and then you have to use lookup command instead of where like above.

————————————
If this helps, give a like below.
0 Karma
Get Updates on the Splunk Community!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

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