<?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 determine min/max date/time for a list of ip addresses in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Trying-to-determine-min-max-date-time-for-a-list-of-ip-addresses/m-p/536247#M151619</link>
    <description>&lt;P&gt;Search query worked perfect. Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2021 17:48:19 GMT</pubDate>
    <dc:creator>dbuckley669</dc:creator>
    <dc:date>2021-01-18T17:48:19Z</dc:date>
    <item>
      <title>Trying to determine min/max date/time for a list of ip addresses</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Trying-to-determine-min-max-date-time-for-a-list-of-ip-addresses/m-p/536242#M151617</link>
      <description>&lt;P&gt;My search returns a table of a count of ip addresses that have hit our system in a given search period. I am trying to determine what the earliest time and most recent time was for each ip address.&lt;/P&gt;&lt;P&gt;index=myIndex&amp;nbsp; host=mySrvr sourcetype=mysource | stats count by s_ipad, r_ip_country,&amp;nbsp; |Fields s_ipad, r_ip_country. min(_time),max(_time) count | search count&amp;gt;=15 |sort -count&lt;/P&gt;&lt;P&gt;The table of data returns the top 15 ip address and country of origin, however the min(_time) and max(_time) are empty. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 17:23:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Trying-to-determine-min-max-date-time-for-a-list-of-ip-addresses/m-p/536242#M151617</guid>
      <dc:creator>dbuckley669</dc:creator>
      <dc:date>2021-01-18T17:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to determine min/max date/time for a list of ip addresses</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Trying-to-determine-min-max-date-time-for-a-list-of-ip-addresses/m-p/536243#M151618</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This may help...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=myIndex&amp;nbsp; host=mySrvr sourcetype=mysource | stats count,min(_time),max(_time) by s_ipad, r_ip_country | search count&amp;gt;=15&amp;nbsp; |sort -count&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 17:29:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Trying-to-determine-min-max-date-time-for-a-list-of-ip-addresses/m-p/536243#M151618</guid>
      <dc:creator>saravanan90</dc:creator>
      <dc:date>2021-01-18T17:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to determine min/max date/time for a list of ip addresses</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Trying-to-determine-min-max-date-time-for-a-list-of-ip-addresses/m-p/536247#M151619</link>
      <description>&lt;P&gt;Search query worked perfect. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 17:48:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Trying-to-determine-min-max-date-time-for-a-list-of-ip-addresses/m-p/536247#M151619</guid>
      <dc:creator>dbuckley669</dc:creator>
      <dc:date>2021-01-18T17:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to determine min/max date/time for a list of ip addresses</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Trying-to-determine-min-max-date-time-for-a-list-of-ip-addresses/m-p/567080#M197612</link>
      <description>&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;Based on the topic, I am trying to fetch the first time and the last time an error occurred in application logs, and thus used following query: -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="dummy" (search condition) |rex ...(?&amp;lt;error&amp;gt;.*?)...|stats count, min(_time), max(_time) by error&lt;/LI-CODE&gt;&lt;P&gt;I got for columns in results: error, count, min(_time) and max(_time).&lt;/P&gt;&lt;P&gt;However, in column min(_time) and max(_time) I am getting values like: -&lt;BR /&gt;1631484056.103, 1631501959.541 respectively.&lt;/P&gt;&lt;P&gt;Thus, I need your help to convert results of the two columns in readable format.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 08:51:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Trying-to-determine-min-max-date-time-for-a-list-of-ip-addresses/m-p/567080#M197612</guid>
      <dc:creator>Taruchit</dc:creator>
      <dc:date>2021-09-15T08:51:05Z</dc:date>
    </item>
  </channel>
</rss>

