Splunk Search

Bar Chart Line length change

ayush1906
Path Finder

My current search output showing the following result, for one entry it is greater than the rest.

I want to show the graph will the greater value , Its length be less so my chart is in proportions.

Current Values
10
20
5000
30
40

Expected Bar chart
10 ======
20 ============
5000 ======================= (5000)
30 ==================

Since i cant upload my graph link. tries to represent using "== "

Current graph image uplaoded on public domain : ibb.co/d5w3Vfy

0 Karma
1 Solution

jkat54
SplunkTrust
SplunkTrust

Use log scale on y axis. That's the solution.

View solution in original post

0 Karma

jkat54
SplunkTrust
SplunkTrust

Use log scale on y axis. That's the solution.

0 Karma

ayush1906
Path Finder

yeah, I tried that only. It works for now.

But was wondering if splunk allows changing the length of a particular bar.

0 Karma

jkat54
SplunkTrust
SplunkTrust

Only if you do something like dividing the count by 10 etc.

It would confuse your users though if the scale was 1:1 for 9 bars and 1:10 for 1 bar.

0 Karma

ayush1906
Path Finder

Edit: For now I have used Scale = Log instead of linear

0 Karma
Get Updates on the Splunk Community!

Splunk Smartness with Brandon Sternfield | Episode 3

Hello and welcome to another episode of "Splunk Smartness," the interview series where we explore the power of ...

Monitoring Postgres with OpenTelemetry

Behind every business-critical application, you’ll find databases. These behind-the-scenes stores power ...

Mastering Synthetic Browser Testing: Pro Tips to Keep Your Web App Running Smoothly

To start, if you're new to synthetic monitoring, I recommend exploring this synthetic monitoring overview. In ...