<?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: Snap-to-time in timechart in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393847#M8062</link>
    <description>&lt;P&gt;Thanks for your responses so far. I'm querying summarised index here.&lt;/P&gt;

&lt;P&gt;index="tv" sourcetype="stash" group="voice_analytics" source="voice_googleid_linked" | timechart span=1w dc(serial) as "# of TVs linked"  &amp;lt;== works, last 30 days (i.e. from 20-Oct) buckets to weeks starting from Saturday.&lt;/P&gt;

&lt;P&gt;index="tv" sourcetype="stash" group="voice_analytics" source="voice_googleid_linked" | timechart span=1w@w dc(serial) as "# of TVs linked"  &amp;lt;== Streamed search execute failed because: Error in 'bin' command: The value for option span (1w@w) is invalid. When span is expressed using a sub-second unit (ds, cs, ms, us), the span value needs to be &amp;lt; 1 second, and 1 second must be evenly divisible by the span value.&lt;/P&gt;

&lt;P&gt;index="tv" sourcetype="stash" group="voice_analytics" source="voice_googleid_linked" | timechart span=1w@w3 dc(serial) as "# of TVs linked"  &amp;lt;== Streamed search execute failed because: Error in 'bin' command: The value for option span (1w@w3) is invalid. When span is expressed using a sub-second unit (ds, cs, ms, us), the span value needs to be &amp;lt; 1 second, and 1 second must be evenly divisible by the span value.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 22:04:39 GMT</pubDate>
    <dc:creator>rsuryasaputra1</dc:creator>
    <dc:date>2020-09-29T22:04:39Z</dc:date>
    <item>
      <title>Snap-to-time in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393840#M8055</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I'm confused about this behaviour... the search works if the span is just weekly; but fails when putting w1.&lt;/P&gt;

&lt;P&gt;| timechart span=w@w1 dc(serial) &lt;/P&gt;

&lt;P&gt;returns with error&lt;BR /&gt;
Streamed search execute failed because: Error in 'bin' command: The value for option span (w@w1) is invalid. When span is expressed using a sub-second unit (ds, cs, ms, us), the span value needs to be &amp;lt; 1 second, and 1 second must be evenly divisible by the span value.&lt;/P&gt;

&lt;P&gt;Splunk Enterprise 6.6.3.&lt;/P&gt;

&lt;P&gt;Thank you in advanced for your help and insights!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 00:31:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393840#M8055</guid>
      <dc:creator>rsuryasaputra1</dc:creator>
      <dc:date>2018-11-15T00:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Snap-to-time in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393841#M8056</link>
      <description>&lt;P&gt;Works fine in my Splunk, but I'm on 7.2&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 02:21:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393841#M8056</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2018-11-15T02:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Snap-to-time in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393842#M8057</link>
      <description>&lt;P&gt;7.0.3 and 6.6.1 worked.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 06:13:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393842#M8057</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2018-11-15T06:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Snap-to-time in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393843#M8058</link>
      <description>&lt;P&gt;The error message is misleading, in my view. I tried this in Splunk 6.5.9 and received the same error message. However, the difference is that Splunk 6.5.9 doesn't have the snap-to as a feature for timechart, but according to the doc 6.6.3, should have it.&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;(Original answer converted to a comment and edited entirely. I assumed that &lt;CODE&gt;1w@w&lt;/CODE&gt; would be the correct snap-to in 6.6.3, but I was corrected.)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 08:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393843#M8058</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2018-11-15T08:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Snap-to-time in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393844#M8059</link>
      <description>&lt;P&gt;@w1 is correct, snapping to Monday. &lt;/P&gt;

&lt;P&gt;The integer before the time unit is optional, and documented as such by being in square brackets. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 12:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393844#M8059</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2018-11-15T12:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Snap-to-time in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393845#M8060</link>
      <description>&lt;P&gt;Do post your entire search. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 12:44:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393845#M8060</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2018-11-15T12:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Snap-to-time in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393846#M8061</link>
      <description>&lt;P&gt;Right... I didn't check so far in the documentation and it's a new construct/feature to me.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 13:18:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393846#M8061</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2018-11-15T13:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Snap-to-time in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393847#M8062</link>
      <description>&lt;P&gt;Thanks for your responses so far. I'm querying summarised index here.&lt;/P&gt;

&lt;P&gt;index="tv" sourcetype="stash" group="voice_analytics" source="voice_googleid_linked" | timechart span=1w dc(serial) as "# of TVs linked"  &amp;lt;== works, last 30 days (i.e. from 20-Oct) buckets to weeks starting from Saturday.&lt;/P&gt;

&lt;P&gt;index="tv" sourcetype="stash" group="voice_analytics" source="voice_googleid_linked" | timechart span=1w@w dc(serial) as "# of TVs linked"  &amp;lt;== Streamed search execute failed because: Error in 'bin' command: The value for option span (1w@w) is invalid. When span is expressed using a sub-second unit (ds, cs, ms, us), the span value needs to be &amp;lt; 1 second, and 1 second must be evenly divisible by the span value.&lt;/P&gt;

&lt;P&gt;index="tv" sourcetype="stash" group="voice_analytics" source="voice_googleid_linked" | timechart span=1w@w3 dc(serial) as "# of TVs linked"  &amp;lt;== Streamed search execute failed because: Error in 'bin' command: The value for option span (1w@w3) is invalid. When span is expressed using a sub-second unit (ds, cs, ms, us), the span value needs to be &amp;lt; 1 second, and 1 second must be evenly divisible by the span value.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:04:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393847#M8062</guid>
      <dc:creator>rsuryasaputra1</dc:creator>
      <dc:date>2020-09-29T22:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Snap-to-time in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393848#M8063</link>
      <description>&lt;P&gt;The searches you posted as broken are working for me. Have you considered upgrading, just in case 6.6.3 might have a bug around this feature? It was new for 6.6.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 19:14:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Snap-to-time-in-timechart/m-p/393848#M8063</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2018-11-19T19:14:52Z</dc:date>
    </item>
  </channel>
</rss>

