Splunk Search

How to color code a bar charts based on a fields value?

Arpmjdr
Explorer

I am have a search as :

index="abc" sourcetype="xyz"| stats count by status_code.

So how can I change the colors of bar based on the status_code.
alt text

0 Karma
1 Solution

niketn
Legend

@Arpmjdr try the following with transpose command.

index="abc" sourcetype="xyz" status_code=*
| stats count by status_code
| transpose 0 header_field="status_code"
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

niketn
Legend

@Arpmjdr try the following with transpose command.

index="abc" sourcetype="xyz" status_code=*
| stats count by status_code
| transpose 0 header_field="status_code"
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

Arpmjdr
Explorer

Thanks for the help Nilay 🙂

0 Karma

niketn
Legend

@Arpmjdr , if your issue is resolved, do accept/up vote the answer. If not then let us know 🙂

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...