<?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: problem with span command in splunk 7.2 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578310#M201540</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;+3:30&lt;/P&gt;</description>
    <pubDate>Tue, 14 Dec 2021 12:21:02 GMT</pubDate>
    <dc:creator>09128028400</dc:creator>
    <dc:date>2021-12-14T12:21:02Z</dc:date>
    <item>
      <title>problem with span command in splunk 7.2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578287#M201527</link>
      <description>&lt;P&gt;Hello every body&lt;BR /&gt;I have been struggling with a serious problem recently&amp;nbsp;&lt;BR /&gt;my splunk version is 7.2&amp;nbsp;&lt;BR /&gt;when I use&amp;nbsp; span Command (with tstats or bin ) , it starts from half hour ! instead of hour&lt;BR /&gt;for example :&lt;BR /&gt;&lt;STRONG&gt;| tstats count as count from datamodel=Log where Log.FinalStatus!=61&amp;nbsp; by&amp;nbsp; _time span=1h&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;I have picture below as result , while I want time sections like 10 , 11, 12 ...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="09128028400_0-1639469153967.png" style="width: 202px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17221iA937E49E80F3D982/image-size/medium?v=v2&amp;amp;px=400" role="button" title="09128028400_0-1639469153967.png" alt="09128028400_0-1639469153967.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what should I do ??&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 08:26:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578287#M201527</guid>
      <dc:creator>09128028400</dc:creator>
      <dc:date>2021-12-14T08:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem with span command in splunk 7.2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578291#M201531</link>
      <description>&lt;P&gt;Which timezone are you in?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 09:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578291#M201531</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-12-14T09:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem with span command in splunk 7.2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578310#M201540</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;+3:30&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 12:21:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578310#M201540</guid>
      <dc:creator>09128028400</dc:creator>
      <dc:date>2021-12-14T12:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem with span command in splunk 7.2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578312#M201541</link>
      <description>&lt;P&gt;Does something like this work for you?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats count as count from datamodel=Log where Log.FinalStatus!=61  by  _time span=30m
| eval _time=_time-30*60
| bin _time span=1h
| eval _time=_time+30*60
| stats sum(count) as count by _time&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 14 Dec 2021 12:27:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578312#M201541</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-12-14T12:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with span command in splunk 7.2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578316#M201544</link>
      <description>&lt;P&gt;It works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;thank you&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;but do you know any solution to resolve this problem ?&amp;nbsp;&lt;BR /&gt;I mean , every time this sections starts from hour , not half hour&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 13:05:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578316#M201544</guid>
      <dc:creator>09128028400</dc:creator>
      <dc:date>2021-12-14T13:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with span command in splunk 7.2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578317#M201545</link>
      <description>Internally Splunk is using UTC time and you have shift from it 3,5h which is used when splunk shows times.&lt;BR /&gt;Probably the best option is ask from splunk support if there haven't been any Indians who can help you (if I recall right at least Pune has this timezone)?</description>
      <pubDate>Tue, 14 Dec 2021 13:11:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578317#M201545</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-12-14T13:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with span command in splunk 7.2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578318#M201546</link>
      <description>&lt;P&gt;_time is usually stored as number of second since start of epoch in utc - all span does is that the time value back to the start of the current time bucket (still in utc). When you display the time it is local format, hence the half hour boundary differences in your case. You could try displaying your times in utc or potentially make the adjustment when the events are indexed or petition your government to change their time zone settings so they align with hours rather than half past or move&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 13:16:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/problem-with-span-command-in-splunk-7-2/m-p/578318#M201546</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-12-14T13:16:04Z</dc:date>
    </item>
  </channel>
</rss>

