<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Notable Event Metrics / SLA Tracking? (Dwell Time, Time To Respond, etc) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Notable-Event-Metrics-SLA-Tracking-Dwell-Time-Time-To-Respond/m-p/247865#M47788</link>
    <description>&lt;P&gt;I wrote this for average response time as well as the standard deviation for a chart of how fast events are being closed.  Clearly you could modify the status_group portion to use a different field for detecting when an event is responded to.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable` | search NOT `suppression` status_group=Closed info_search_time=* review_time=* | eval response=(review_time-info_search_time)/60/60/24 | bin _time span=2w | stats avg(response) as "Avg (Days)", stdev(response) as "Std Dev (Days)" by urgency, _time | eval "Avg (Days)"=round('Avg (Days)',1) | eval "Std Dev (Days)"=round('Std Dev (Days)',1) | rename urgency as "Notable Event Urgency" | search "Notable Event Urgency"=critical OR "Notable Event Urgency"=high  OR "Notable Event Urgency"=medium | table "Notable Event Urgency" _time "Avg (Days)" "Std Dev (Days)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 11 Mar 2016 14:03:17 GMT</pubDate>
    <dc:creator>AndySplunks</dc:creator>
    <dc:date>2016-03-11T14:03:17Z</dc:date>
    <item>
      <title>Notable Event Metrics / SLA Tracking? (Dwell Time, Time To Respond, etc)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Notable-Event-Metrics-SLA-Tracking-Dwell-Time-Time-To-Respond/m-p/247862#M47785</link>
      <description>&lt;P&gt;Has anyone ever written any dashboards for analyst metrics around responding to notable events?&lt;/P&gt;

&lt;P&gt;I'm primarily looking at trying to write a search to determine time to respond to a new notable event as well as time to close as well as tracking notable events still open per day.&lt;/P&gt;

&lt;P&gt;The Incident Review audit is good for looking at what sorts of events are being opened, but is lacking on the response.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 15:19:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Notable-Event-Metrics-SLA-Tracking-Dwell-Time-Time-To-Respond/m-p/247862#M47785</guid>
      <dc:creator>AndySplunks</dc:creator>
      <dc:date>2016-01-26T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Notable Event Metrics / SLA Tracking? (Dwell Time, Time To Respond, etc)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Notable-Event-Metrics-SLA-Tracking-Dwell-Time-Time-To-Respond/m-p/247863#M47786</link>
      <description>&lt;P&gt;What version of ES are you on?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 16:59:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Notable-Event-Metrics-SLA-Tracking-Dwell-Time-Time-To-Respond/m-p/247863#M47786</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2016-01-26T16:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Notable Event Metrics / SLA Tracking? (Dwell Time, Time To Respond, etc)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Notable-Event-Metrics-SLA-Tracking-Dwell-Time-Time-To-Respond/m-p/247864#M47787</link>
      <description>&lt;P&gt;I'm on version 3.3.1.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 18:08:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Notable-Event-Metrics-SLA-Tracking-Dwell-Time-Time-To-Respond/m-p/247864#M47787</guid>
      <dc:creator>AndySplunks</dc:creator>
      <dc:date>2016-01-26T18:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Notable Event Metrics / SLA Tracking? (Dwell Time, Time To Respond, etc)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Notable-Event-Metrics-SLA-Tracking-Dwell-Time-Time-To-Respond/m-p/247865#M47788</link>
      <description>&lt;P&gt;I wrote this for average response time as well as the standard deviation for a chart of how fast events are being closed.  Clearly you could modify the status_group portion to use a different field for detecting when an event is responded to.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable` | search NOT `suppression` status_group=Closed info_search_time=* review_time=* | eval response=(review_time-info_search_time)/60/60/24 | bin _time span=2w | stats avg(response) as "Avg (Days)", stdev(response) as "Std Dev (Days)" by urgency, _time | eval "Avg (Days)"=round('Avg (Days)',1) | eval "Std Dev (Days)"=round('Std Dev (Days)',1) | rename urgency as "Notable Event Urgency" | search "Notable Event Urgency"=critical OR "Notable Event Urgency"=high  OR "Notable Event Urgency"=medium | table "Notable Event Urgency" _time "Avg (Days)" "Std Dev (Days)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:03:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Notable-Event-Metrics-SLA-Tracking-Dwell-Time-Time-To-Respond/m-p/247865#M47788</guid>
      <dc:creator>AndySplunks</dc:creator>
      <dc:date>2016-03-11T14:03:17Z</dc:date>
    </item>
  </channel>
</rss>

