Splunk Search

Searching subnets

bengridley
New Member

I noticed with splunk you can search subnets now. However I would like to search for all communications via my internal network to my external network. When doing something like this however it does not work.

src_ip=10.10.0.0/16 dest_ip!=10.10.0.0/16

This does not work. How would I correctly search for what I am seeking?

0 Karma

rtadams89
Contributor

Perhaps make use of the cidrmatch function: * | where NOT cidrmatch("10.10.0.0/16", dest_ip) AND cidrmatch("10.10.0.0/16",src_ip)

Ayn
Legend

That should work. What you could try is specify NOT dest_ip=10.10.0.0/16 instead, but that's rather for covering the case when no dest_ip exists at all.

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