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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Event Series: Level up your SOC: Advancing with Splunk Enterprise Security

AI has fundamentally raised the stakes for security operations, and this three-part series is your guide to ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...