Splunk Search

Adding the percent sign to the timechart y-axis values

zd00191
Communicator

I have a time chart (line graph) showing memory usage. How do add the "%" to the range values of the y axis. In other words, I want my y-axis to look like this

100%
90%
80%
70%
etc.

1 Solution

martin_mueller
SplunkTrust
SplunkTrust

I'm pretty sure you can't... however, you can set charting.axisTitleY.text to inform viewers about the values being in percent.

View solution in original post

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

I'm pretty sure you can't... however, you can set charting.axisTitleY.text to inform viewers about the values being in percent.

0 Karma

zd00191
Communicator

Here is my search

index=os_windows host="usatlb91" counter="Available MBytes" | eval mBytes= (Value/1000) | eval mBytes_Percentage = (mBytes/16)*100 | timechart span=30m avg(mBytes_Percentage) as Trend by host useother=f usenull=f | eval Trend=round(Trend, 2)

0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

  Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...

Wrapping Up Cybersecurity Awareness Month

October might be wrapping up, but for Splunk Education, cybersecurity awareness never goes out of season. ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...