Dashboards & Visualizations

How to show dasboard with average of one field on daily basis

sumit2061902
New Member

I am new in to splunk and i need to create dashboard with chart which can show average of one field on daily basis and display into chart.

Suppose yesterday average (execution time) for all event is 2.9 seconds
day before yesterday its 2.8 seconds likewise

I need to show a chart for all previous days may be last 1 months/10 days with average in chart.

Below is my query for chart

  <title>UI Source Type Trends</title>
  <chart>
    <search>
      <query>index=abc  sourcetype="sfdc:logfile" $userId$ $recordId$ | search EVENT_TYPE="ApexExecution"  | table EXEC_TIME </query>
      <earliest>$field1.earliest$</earliest>
      <latest>$field1.latest$</latest>
    </search>
    <option name="charting.chart">line</option>
    <option name="charting.drilldown">none</option>
    <option name="height">119</option>
    <option name="refresh.display">progressbar</option>
  </chart>
</panel>

Please help

0 Karma

to4kawa
Ultra Champion

how many events par day?
If there is so many events, create csv and search it.

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...