<?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: Mean Time To Triage in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569021#M198327</link>
    <description>&lt;P&gt;Yes, - the join is doing calculations with time taken from the lookup for each rule_id. It appears to be calculating review times based on those items found in the 14 day search and then looking for amount of time taken to review (ttt=review_time-_time).&lt;/P&gt;&lt;P&gt;It would seem that is the intention of the search, that you will see data going back more than the search window, as it appears that it is looking for activity in the last 14 days and then trying to find data about how long the incident has taken to review, which of course will have to look back to when the rule was originally triggered.&lt;/P&gt;&lt;P&gt;So, is there actually a problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Sep 2021 22:10:40 GMT</pubDate>
    <dc:creator>bowesmana</dc:creator>
    <dc:date>2021-09-29T22:10:40Z</dc:date>
    <item>
      <title>Mean Time To Triage</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/568484#M198119</link>
      <description>&lt;P&gt;i have this spl&amp;nbsp;&lt;/P&gt;&lt;P&gt;| tstats `summariesonly` earliest(_time) as _time from datamodel=Incident_Management.Notable_Events_Meta by source,Notable_Events_Meta.rule_id | `drop_dm_object_name("Notable_Events_Meta")` | `get_correlations` | join rule_id [| from inputlookup:incident_review_lookup | eval _time=time | stats earliest(_time) as review_time by rule_id] | eval ttt=review_time-_time | stats count,avg(ttt) as avg_ttt,max(ttt) as max_ttt by rule_name | sort - avg_ttt | `uptime2string(avg_ttt, avg_ttt)` | `uptime2string(max_ttt, max_ttt)` | rename *_ttt* as *(time_to_triage)* | fields - *_dec&lt;/P&gt;&lt;P&gt;it should display the mean time to triage for 14 days but it doesn't work for 14 days and works for 30 days.&lt;/P&gt;&lt;P&gt;any advise ?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 13:50:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/568484#M198119</guid>
      <dc:creator>ymalm188</dc:creator>
      <dc:date>2021-09-26T13:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Time To Triage</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/568501#M198125</link>
      <description>&lt;P&gt;What is the time window of your search?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 00:48:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/568501#M198125</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-09-27T00:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Time To Triage</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/568876#M198276</link>
      <description>&lt;P&gt;14 days&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 06:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/568876#M198276</guid>
      <dc:creator>ymalm188</dc:creator>
      <dc:date>2021-09-29T06:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Time To Triage</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/568893#M198283</link>
      <description>&lt;P&gt;The query seems to be getting time in the join statements. If you run just this part of the query - what time range of data do you get back?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats `summariesonly` earliest(_time) as _time from datamodel=Incident_Management.Notable_Events_Meta by source,Notable_Events_Meta.rule_id | `drop_dm_object_name("Notable_Events_Meta")` | `get_correlations`&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 29 Sep 2021 07:57:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/568893#M198283</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-09-29T07:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Time To Triage</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/568918#M198291</link>
      <description>&lt;P&gt;it returned data for any time range i specify, especially 14 days that's what i want it returned data too so i think the problem with joining.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 12:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/568918#M198291</guid>
      <dc:creator>ymalm188</dc:creator>
      <dc:date>2021-09-29T12:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Time To Triage</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569021#M198327</link>
      <description>&lt;P&gt;Yes, - the join is doing calculations with time taken from the lookup for each rule_id. It appears to be calculating review times based on those items found in the 14 day search and then looking for amount of time taken to review (ttt=review_time-_time).&lt;/P&gt;&lt;P&gt;It would seem that is the intention of the search, that you will see data going back more than the search window, as it appears that it is looking for activity in the last 14 days and then trying to find data about how long the incident has taken to review, which of course will have to look back to when the rule was originally triggered.&lt;/P&gt;&lt;P&gt;So, is there actually a problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 22:10:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569021#M198327</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-09-29T22:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Time To Triage</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569470#M198480</link>
      <description>&lt;P&gt;yes, your description is totally right so why i can't find any results for the last 14 days although there are actual data in these 14 days ? it was working before and suddenly stopped working.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Oct 2021 08:43:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569470#M198480</guid>
      <dc:creator>ymalm188</dc:creator>
      <dc:date>2021-10-03T08:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Time To Triage</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569622#M198532</link>
      <description>&lt;P&gt;So, if I understand you correctly, you get results from the first part of the search over 14 days without the join, but you are now saying that the full search over 14 days returns no resuts?&lt;/P&gt;&lt;P&gt;The search is 3 parts&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The base tstats from datamodel&lt;/LI&gt;&lt;LI&gt;The join statement&lt;/LI&gt;&lt;LI&gt;Aggregations based on information from 1 and 2&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;So, run the second part of the search&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| from inputlookup:incident_review_lookup 
| eval _time=time 
| stats earliest(_time) as review_time by rule_id&lt;/LI-CODE&gt;&lt;P&gt;Then if that gives you data and you KNOW that there is a rule_id that is common to both parts 1 and 2, then it is the 3rd part of the search that is does not have the right fields available.&lt;/P&gt;&lt;P&gt;The way for you to diagnose this is to gradually build up the search, adding each PIPE section to the search to understand what is causing the data to disappear.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 22:46:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569622#M198532</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-10-04T22:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Time To Triage</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569876#M198626</link>
      <description>&lt;P&gt;when i run the first part i got result and also for the second part but when i run them together i got no data&lt;/P&gt;&lt;P&gt;like that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;| tstats `summariesonly` earliest(_time) as _time from datamodel=Incident_Management.Notable_Events_Meta by source,Notable_Events_Meta.rule_id | `drop_dm_object_name("Notable_Events_Meta")` | `get_correlations` | join rule_id [| from inputlookup:incident_review_lookup | eval _time=time]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i think there is a problem in the join&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 12:59:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569876#M198626</guid>
      <dc:creator>ymalm188</dc:creator>
      <dc:date>2021-10-06T12:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Time To Triage</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569960#M198664</link>
      <description>&lt;P&gt;So if part 1 and part 2 are successful in their own right, then the issue is either&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;the field rule_id is not in the first data set&lt;/LI&gt;&lt;LI&gt;the field rule_id is not in the incident_review_lookup lookup&lt;/LI&gt;&lt;LI&gt;there are no common instances of rule_id in both data sets&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 21:21:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mean-Time-To-Triage/m-p/569960#M198664</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-10-06T21:21:20Z</dc:date>
    </item>
  </channel>
</rss>

