0
votes

Background: Soon after my performance test, the response time details of the business transactions will be fed into splunk, from where I need to generate trend graph for couple of transactions for certain period of time. Now I am able to group the response time data for these transactions but in visualization, not able to generate the chart.

Refer:SS01.jpg for more details.

enter image description here

query used: index=xyz source=abc (Period!=Period) Transaction_Name=Search OR Address_Book OR Policy | chart values(Average) as Average by Transaction_Name

I want the chart to appear in either format A or B as it appears on SS02.jpg.

enter image description here


Please help me on this.

Thanks.

1

1 Answers

0
votes

You have very low values (i.e. 0.046, 0.099, etc) in the query output and very high value in the chart Y axis (100), in order to get the desired picture just reduce the maximum value for the vertical axis like:

Splunk reduce maximum Y axis

To make the changes permanent you can amend charting.secondaryAxis.maximumNumber parameter value like it described in Controlling chart (y axis) range

Personally I prefer BM.Sense output for performance test results analysis.