Splunk Search

rex to combine result

indeed_2000
Motivator

Hi
I have two field that extract send & rec like this:

| rex "S\[(?<SEND>\w+\.\w+)" | rex "R\[(?<REC>\w+\.\w+)"

 

now have 2 query like this:

|table SEND count
SERVER1.HUB       10

|table REC  count
HUB.SERVER1      50


need to combine them and excpected result is a sankey diagram like this:

SERVER1(10)> HUB(50) >SERVER1

 

FYI: comon value between result string is HUB.

any idea?

Thanks,

Labels (5)
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 ...