Knowledge Management

cross field

rahmane51
New Member

I have a single field that contains SRC address
several destination and service lines
I'd like to make crosses.
and produce a table that contains
theSRC address to each destination and service

SRC: 1.1.1.1 DEST: 2.2.2.2 SRVC: 80 action: accept
3.3.3.3 22
4.4.4.4 23

i would like a table like this
SRC: 1.1.1.1 DEST: 2.2.2.2 SRVC: 80 action: accept
SRC: 1.1.1.1 DEST: 2.2.2.2 SRVC: 22 action: accept
SRC: 1.1.1.1 DEST: 2.2.2.2 SRVC: 23 action: accept
SRC: 1.1.1.1 DEST: 3.3.3.3 SRVC: 80 action: accept
SRC: 1.1.1.1 DEST: 3.3.3.3 SRVC: 22 action: accept
SRC: 1.1.1.1 DEST: 3.3.3.3 SRVC: 23 action: accept
SRC: 1.1.1.1 DEST: 4.4.4.4 SRVC: 80 action: accept
SRC: 1.1.1.1 DEST: 4.4.4.4 SRVC: 22 action: accept
SRC: 1.1.1.1 DEST:4.4.4.4 SRVC: 23 action: accept

Tags (1)
0 Karma

rahmane51
New Member

Finaly i found solution with mvexpand
thank you

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