<?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: Trying to find average between two columns time in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-find-average-between-two-columns-time/m-p/556772#M92141</link>
    <description>&lt;LI-CODE lang="markup"&gt;index=phantom_container AND owner!=null AND close_time!=null
| eval st=strptime(create_time, "%Y-%m-%dT%H:%M:%S")
| eval et=strptime(close_time, "%Y-%m-%dT%H:%M:%S")
| eval Dur=(et-st)/60
|table create_time close_time Dur id container_label owner_name
| stats avg(Dur) as average by owner_name&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 22 Jun 2021 19:19:02 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-06-22T19:19:02Z</dc:date>
    <item>
      <title>Trying to find average between two columns time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-find-average-between-two-columns-time/m-p/556769#M92139</link>
      <description>&lt;P&gt;index=phantom_container AND owner!=null AND close_time!=null&lt;BR /&gt;| eval st=strptime(create_time, "%Y-%m-%dT%H:%M:%S")&lt;BR /&gt;| eval et=strptime(close_time, "%Y-%m-%dT%H:%M:%S")&lt;BR /&gt;| eval Dur=(et-st)/60&lt;BR /&gt;|table create_time close_time Dur id container_label owner_name&lt;/P&gt;&lt;P&gt;Here is the basic search, now I would like to find the average amount of time between create_time and close_time per owner_name.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 19:06:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trying-to-find-average-between-two-columns-time/m-p/556769#M92139</guid>
      <dc:creator>teegarden7070</dc:creator>
      <dc:date>2021-06-22T19:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to find average between two columns time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-find-average-between-two-columns-time/m-p/556772#M92141</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=phantom_container AND owner!=null AND close_time!=null
| eval st=strptime(create_time, "%Y-%m-%dT%H:%M:%S")
| eval et=strptime(close_time, "%Y-%m-%dT%H:%M:%S")
| eval Dur=(et-st)/60
|table create_time close_time Dur id container_label owner_name
| stats avg(Dur) as average by owner_name&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Jun 2021 19:19:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trying-to-find-average-between-two-columns-time/m-p/556772#M92141</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-06-22T19:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to find average between two columns time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-find-average-between-two-columns-time/m-p/556791#M92143</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 23:06:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trying-to-find-average-between-two-columns-time/m-p/556791#M92143</guid>
      <dc:creator>teegarden7070</dc:creator>
      <dc:date>2021-06-22T23:06:31Z</dc:date>
    </item>
  </channel>
</rss>

