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 (2)
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!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...