Splunk Search

How to reformat my table to make some rows into columns?

trutgers
Engager

I have a table that looks like the following:

Endpoint ------- Application -------- Count
A ------------------ app1 ------------------ 1
A ------------------ app2 ------------------ 5
A ------------------ app3 ------------------ 10
B ------------------ app1 ------------------ 15
B ------------------ app2 ------------------ 20

I would like to transform this into a table like this:

Endpoint -------- app1 -------- app2 -------- app3
A ------------------ 1 --------------- 5 ------------ 10
B ------------------ 15 ------------- 20

Is this possible?

Tags (5)
0 Karma
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

Replace whatever is at the end of your search with this:

| contingency Endpoint Application

Bam!

View solution in original post

alacercogitatus
SplunkTrust
SplunkTrust

Replace whatever is at the end of your search with this:

| contingency Endpoint Application

Bam!

trutgers
Engager

This worked perfectly! Thanks!

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...