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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...