Dashboards & Visualizations

How to map IP addresses to groups?

mansolo
New Member

Hi all,

Splunk Newbie here. I am trying to map IP Addresses to Groups. I have SRC_IP, DEST_IP fields in my csv input. For instance, if I have 1.1.1.1 as source and 2.2.2.2 as a destination. I wanted to add fields in my table to say1.1.1.0/24 CIDRand maps to group Printers and2.2.2.0/24` to group PCs, for example.

I have been looking at the cidrmatch and lookup table, are these the right approaches? Any suggestions?

My input is a csv includes source and destination IP and port numbers. Thank you in advance.

M.S.

0 Karma

starcher
Influencer

You should use a cidr match lookup table.
https://docs.splunk.com/Documentation/Splunk/7.0.1/Knowledge/Addfieldmatchingrulestoyourlookupconfig...

Note when using match type CIDR your IP column whatever you call it must be in slash CIDR notation.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...