<?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: Show the time range of a search in HH:MM in a table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225666#M188300</link>
    <description>&lt;P&gt;Perfect!  That worked great!&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2016 14:29:15 GMT</pubDate>
    <dc:creator>chadman</dc:creator>
    <dc:date>2016-08-11T14:29:15Z</dc:date>
    <item>
      <title>Show the time range of a search in HH:MM in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225660#M188294</link>
      <description>&lt;P&gt;I would like to show the HH:MM of my search as a field in a table.  How can I set that up as a field?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:34:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225660#M188294</guid>
      <dc:creator>chadman</dc:creator>
      <dc:date>2016-08-10T17:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show the time range of a search in HH:MM in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225661#M188295</link>
      <description>&lt;P&gt;actually displaying this in seconds would work better.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225661#M188295</guid>
      <dc:creator>chadman</dc:creator>
      <dc:date>2016-08-10T17:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show the time range of a search in HH:MM in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225662#M188296</link>
      <description>&lt;P&gt;Like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | eval time=strftime(_time, "%H:%M") | table _time time 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;*&lt;STRONG&gt;&lt;EM&gt;UPDATED based on comment&lt;/EM&gt;&lt;/STRONG&gt;*&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | addinfo | eval duration=info_max_time-info_min_time | eval dur_formatted=tostring(duration, "duration") | table dur*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:38:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225662#M188296</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-10T17:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show the time range of a search in HH:MM in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225663#M188297</link>
      <description>&lt;P&gt;So you want to display the duration of the search? Are you displaying it in a dashboard?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:40:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225663#M188297</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-10T17:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show the time range of a search in HH:MM in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225664#M188298</link>
      <description>&lt;P&gt;So if I do a search from 8AM to 9AM I would like to see the difference in seconds, 3600&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:47:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225664#M188298</guid>
      <dc:creator>chadman</dc:creator>
      <dc:date>2016-08-10T17:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show the time range of a search in HH:MM in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225665#M188299</link>
      <description>&lt;P&gt;Aha.. see updated answer below..&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 18:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225665#M188299</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-10T18:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show the time range of a search in HH:MM in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225666#M188300</link>
      <description>&lt;P&gt;Perfect!  That worked great!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 14:29:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-the-time-range-of-a-search-in-HH-MM-in-a-table/m-p/225666#M188300</guid>
      <dc:creator>chadman</dc:creator>
      <dc:date>2016-08-11T14:29:15Z</dc:date>
    </item>
  </channel>
</rss>

