Splunk Enterprise

Custom table view

vishwa
Path Finder

i have a query where my results looks like this

Application1-StartApplication1-StopApplication2-StartApplication2-StopApplication3-StartApplication3-Stop
1041277030
12810432
1441251612


But i want to see the output as shown below is that possible???

StartStartStartStopStopStop
Application1Application2Application3Application1Application2Application3
1012704730
12103842
1412164512
Labels (1)
0 Karma

bowesmana
SplunkTrust
SplunkTrust

You can't do exactly that with a 2 line header, but depending on your SPL, yes, it's possible. I'm guessing you have those resuts from a chart or stats command. The columns are 'sorted', so all you need to do is make your column names

Start-ApplicationX and Stop-ApplicationX 

so the starts come before the stops

or you can just take your existing table and use the table command to do

| table *Start *Stop

vishwa
Path Finder

hank you it worked.

0 Karma
Get Updates on the Splunk Community!

Message Parsing in SOCK

Introduction This blog post is part of an ongoing series on SOCK enablement. In this blog post, I will write ...

Exploring the OpenTelemetry Collector’s Kubernetes annotation-based discovery

We’ve already explored a few topics around observability in a Kubernetes environment -- Common Failures in a ...

Use ‘em or lose ‘em | Splunk training units do expire

Whether it’s hummus, a ham sandwich, or a human, almost everything in this world has an expiration date. And, ...