Splunk Search

How to merge two rows into one ?

marioosh2
Engager
How to convert table like this (2 rows per topic):
 
topic   mbean_property_name bytes
A   BytesOutPerSec  60376267182
A   BytesInPerSec   12036381418
B   BytesInPerSec   6246693551
B   BytesOutPerSec  6237320887

to
topic   BytesOutPerSec  BytesInPerSec
A   60376267182 12036381418
B   6237320887 6246693551


Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| xyseries topic mbean_property_name bytes

View solution in original post

0 Karma

marioosh2
Engager

Thank You very much 🙂

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

Hello @marioosh2 

I'm Vatsal from Community Moderator team,

If answer from @ITWhisperer resolved your question then please accept the answer by clicking on "Accept as Solution" underneath the answers from @ITWhisperer , so that future community member can get help from it.

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| xyseries topic mbean_property_name bytes
0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...