Dashboards & Visualizations

how to create a centile chart

cheriemilk
Path Finder

Hi team,

I am using below  query  to display the value for perc25, perc50, perc75 and perc95  for 'latency' field for different subscribers.

<base query>
|chart perc25(latency) perc50(latency) perc75(latency) perc95(latency) by subscriber

the chart splunk returned is below, but it is not what I want.

cheriemilk_0-1633937410705.png

 

My expected chart is below. I want :

1.  25, 50, 75 and 95 as the rating scale of x-axis, instead of subscribers.

2. Y axis to display the value returned by perc25, perc50, perc75 and perc95

2. subscribers as legends, instead of perc25, perc50, perc75 and perc95.

 

How to get this chart?

 

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
<base query>
|chart perc25(latency) perc50(latency) perc75(latency) perc95(latency) by subscriber
| transpose 0 header_field=subscriber

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
<base query>
|chart perc25(latency) perc50(latency) perc75(latency) perc95(latency) by subscriber
| transpose 0 header_field=subscriber
0 Karma

cheriemilk
Path Finder
Thank you~
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Event Series: Level up your SOC: Advancing with Splunk Enterprise Security

AI has fundamentally raised the stakes for security operations, and this three-part series is your guide to ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...