Splunk Dev

Column Chart Legend always as count?

wuming79
Path Finder

Hi,

I'm trying to plot a bar chart to show the number of protocol scan in a network but my chart always shows my legend as count instead of protocol. How should I search so that the bar chart will show legend as many protocol and my column chart will see different colours for each different protocol?

alt text

Tags (1)
0 Karma
1 Solution

niketn
Legend

@wuming79, with your current query, protocol names are on x-axis. x-axis labels are not being shown in the visualization because there are too many of those you can try x-axis Label Rotation to -90° using Edit Format for the Column Chart. You can also try using Pie Chart as visualization for your data.

Having said that you try the following transpose command so that count takes x-axis and Protocol becomes legend.

<YourBaseSearch>
| stats count by Protocol
| transpose 0 header_field="Protocol" column_name="Protocol"
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

0 Karma

niketn
Legend

@wuming79, with your current query, protocol names are on x-axis. x-axis labels are not being shown in the visualization because there are too many of those you can try x-axis Label Rotation to -90° using Edit Format for the Column Chart. You can also try using Pie Chart as visualization for your data.

Having said that you try the following transpose command so that count takes x-axis and Protocol becomes legend.

<YourBaseSearch>
| stats count by Protocol
| transpose 0 header_field="Protocol" column_name="Protocol"
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...