<?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: Data results not aligning with time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Data-results-not-aligning-with-time/m-p/565194#M196904</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;What was the SPL you used to produce this?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;index=fav&amp;nbsp; AND ACTION="Modem boot" | bin _time span=1d | timechart count by ACTION | apply Modemboot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 04:26:51 GMT</pubDate>
    <dc:creator>plapila</dc:creator>
    <dc:date>2021-08-30T04:26:51Z</dc:date>
    <item>
      <title>Data results not aligning with time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-results-not-aligning-with-time/m-p/564964#M196806</link>
      <description>&lt;P&gt;Been experimenting with ML toolkit and having some weird issues. I can get nice predictions by teaching the data but when trying to visulize and show the data on a table I get some issues. The data and the prediction don't seem to align by time even thou the time field is same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="splunk_data_align.jpg" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15761iB2EFBEB54BA430A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="splunk_data_align.jpg" alt="splunk_data_align.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 05:29:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-results-not-aligning-with-time/m-p/564964#M196806</guid>
      <dc:creator>plapila</dc:creator>
      <dc:date>2021-08-27T05:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data results not aligning with time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-results-not-aligning-with-time/m-p/564975#M196811</link>
      <description>&lt;P&gt;What was the SPL you used to produce this?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 07:03:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-results-not-aligning-with-time/m-p/564975#M196811</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-08-27T07:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data results not aligning with time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-results-not-aligning-with-time/m-p/565194#M196904</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;What was the SPL you used to produce this?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;index=fav&amp;nbsp; AND ACTION="Modem boot" | bin _time span=1d | timechart count by ACTION | apply Modemboot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 04:26:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-results-not-aligning-with-time/m-p/565194#M196904</guid>
      <dc:creator>plapila</dc:creator>
      <dc:date>2021-08-30T04:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data results not aligning with time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-results-not-aligning-with-time/m-p/567379#M197720</link>
      <description>&lt;P&gt;I was able to correct this by using chart instead of timechart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/52290"&gt;@plapila&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;What was the SPL you used to produce this?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;index=fav&amp;nbsp; AND ACTION="Modem boot" | bin _time span=1d | timechart count by ACTION | apply Modemboot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;index=fav AND ACTION="Modem boot"&lt;BR /&gt;| bin _time span=1d | chart count(ACTION) as "Modem boot" by _time span=1d cont=true | apply Modemboot&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 09:08:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-results-not-aligning-with-time/m-p/567379#M197720</guid>
      <dc:creator>plapila</dc:creator>
      <dc:date>2021-09-17T09:08:25Z</dc:date>
    </item>
  </channel>
</rss>

