Splunk Search

Chart scale manipulation for axis

Wiggy
Splunk Employee
Splunk Employee

Is there a way to change the scale on a chart created from a search so that on a numbered axis, you can make the numbers go up by 0.50 or another decimal (0.10 or 0.25) instead of whole numbers?

Thanks

I have tried the following but the numbers still go from 0 to 5 at a scale of 1 on the Y axis:

<option name="charting.axisY.scale">0.50</option>
<option name="charting.axisY.minimumNumber">0.50</option>
<option name="charting.axisY.maximumNumber">3.50</option></code></pre>
1 Solution

Wiggy
Splunk Employee
Splunk Employee

I believe I found the answer:

<param name="charting.chart">column</param>
<!-- Define Min and Max Range of Y axis -->
   <param name="charting.axisY">numeric</param>
   <param name="charting.axisY.minimumNumber">96.00</param>
   <param name="charting.axisY.maximumNumber">100.50</param>
   <param name="charting.axisY.includeZero">true</param>

<!-- Define Unit -->
   <param name="charting.axisLabelsY.integerUnits">false</param>
   <param name="charting.axisLabelsY.majorUnit">0.5</param>
   <param name="charting.axisTitleX.visibility">collapsed</param>
   <param name="charting.chart.nullValueMode">zero</param>

View solution in original post

Wiggy
Splunk Employee
Splunk Employee

I believe I found the answer:

<param name="charting.chart">column</param>
<!-- Define Min and Max Range of Y axis -->
   <param name="charting.axisY">numeric</param>
   <param name="charting.axisY.minimumNumber">96.00</param>
   <param name="charting.axisY.maximumNumber">100.50</param>
   <param name="charting.axisY.includeZero">true</param>

<!-- Define Unit -->
   <param name="charting.axisLabelsY.integerUnits">false</param>
   <param name="charting.axisLabelsY.majorUnit">0.5</param>
   <param name="charting.axisTitleX.visibility">collapsed</param>
   <param name="charting.chart.nullValueMode">zero</param>
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...