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!

.conf23 | Get Your Cybersecurity Defense Analyst Certification in Vegas

We’re excited to announce a new Splunk certification exam being released at .conf23! If you’re going to Las ...

Streamline Data Ingestion With Deployment Server Essentials

REGISTER NOW!Every day the list of sources Admins are responsible for gets bigger and bigger, often making the ...

Remediate Threats Faster and Simplify Investigations With Splunk Enterprise Security ...

REGISTER NOW!Join us for a Tech Talk around our latest release of Splunk Enterprise Security 7.2! We’ll walk ...