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 Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...