Splunk Search

Bar chart comparing 2 values

SS1
Path Finder

Hi,

I have this stats table

Column1     Column2

400                  500

 

I want to have a bar chart which shows 2 bars side by side for column1 v and column2

 

Labels (5)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| makeresults | eval _raw="Column1     Column2

400                  500"
| multikv forceheader=1
| fields - _* linecount


| transpose 0
| rename "row 1" as count
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...