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!

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

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...