<?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: How to round down time to nearest 10th minute in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-round-down-time-to-nearest-10th-minute/m-p/465531#M131159</link>
    <description>&lt;P&gt;hi @sammyshinde14&lt;/P&gt;

&lt;P&gt;If the solutions above worked out, please accept the answer , otherwise let us know what is the remaining issue&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2019 11:26:30 GMT</pubDate>
    <dc:creator>Sukisen1981</dc:creator>
    <dc:date>2019-08-30T11:26:30Z</dc:date>
    <item>
      <title>How to round down time to nearest 10th minute</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-round-down-time-to-nearest-10th-minute/m-p/465528#M131156</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I want to convert my now() time to round down to nearest 10th minute.&lt;/P&gt;

&lt;P&gt;For e.g. &lt;BR /&gt;
If now returns 10:02 I want it to be converted to 10:00, if its, 10:18 then 10:10. &lt;/P&gt;

&lt;P&gt;How can we achieve that?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 23:50:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-round-down-time-to-nearest-10th-minute/m-p/465528#M131156</guid>
      <dc:creator>sammyshinde14</dc:creator>
      <dc:date>2019-08-28T23:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to round down time to nearest 10th minute</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-round-down-time-to-nearest-10th-minute/m-p/465529#M131157</link>
      <description>&lt;P&gt;@sammyshinde14 ,&lt;/P&gt;

&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|eval time=(floor(now()/600))*600
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Aug 2019 02:58:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-round-down-time-to-nearest-10th-minute/m-p/465529#M131157</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-08-29T02:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to round down time to nearest 10th minute</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-round-down-time-to-nearest-10th-minute/m-p/465530#M131158</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| eval time=strftime((floor(now()/600))*600,"%Y-%m-%d %H:%M:%S")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Just adding on to @renjith.nair 's cddoe for minor time format issues&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 13:34:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-round-down-time-to-nearest-10th-minute/m-p/465530#M131158</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2019-08-29T13:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to round down time to nearest 10th minute</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-round-down-time-to-nearest-10th-minute/m-p/465531#M131159</link>
      <description>&lt;P&gt;hi @sammyshinde14&lt;/P&gt;

&lt;P&gt;If the solutions above worked out, please accept the answer , otherwise let us know what is the remaining issue&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 11:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-round-down-time-to-nearest-10th-minute/m-p/465531#M131159</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2019-08-30T11:26:30Z</dc:date>
    </item>
  </channel>
</rss>

