<?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: Strange timechart issue in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402439#M116461</link>
    <description>&lt;P&gt;Strange - I've just tried &lt;CODE&gt;index=_internal | timechart count&lt;/CODE&gt; on my 7.2.1 (_internal because I'm just evaluating it and there is no data on it yet) and it came out normal, _time first, count second.&lt;/P&gt;

&lt;P&gt;Just out of curiosity, I then tried this: &lt;CODE&gt;index=_internal | bucket _time span=10m | stats count by _time&lt;/CODE&gt; and it also worked - you then choose Timechart as your Visualization and it displays just fine.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 17:41:58 GMT</pubDate>
    <dc:creator>arkadyz1</dc:creator>
    <dc:date>2019-01-11T17:41:58Z</dc:date>
    <item>
      <title>Strange timechart issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402435#M116457</link>
      <description>&lt;P&gt;I have an issue on one of my two search head clusters where the column order is reversed when running timechart.  For example, if I run a simple search such as &lt;STRONG&gt;index=notable | timechart count&lt;/STRONG&gt;, the &lt;EM&gt;count&lt;/EM&gt; and &lt;EM&gt;_time&lt;/EM&gt; fields are displayed but they are reversed so that &lt;EM&gt;count&lt;/EM&gt; is first and &lt;EM&gt;_time&lt;/EM&gt; is second.  This is also switching the values of the two axes causing the timechart visualization to fail.  As the search is running I can see the &lt;EM&gt;_time&lt;/EM&gt; field is first, but once it completes they switch places.&lt;/P&gt;

&lt;P&gt;As I mentioned the other search head cluster works fine.  I've tried forcing the order with &lt;STRONG&gt;| table _time count&lt;/STRONG&gt; after the timechart command but that doesn't change the order.  If I do &lt;STRONG&gt;| bin _time | stats count by _time&lt;/STRONG&gt; it fails as well.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 19:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402435#M116457</guid>
      <dc:creator>john_dagostino</dc:creator>
      <dc:date>2019-01-10T19:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Strange timechart issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402436#M116458</link>
      <description>&lt;P&gt;What is the splunk version? Also try using &lt;CODE&gt;fields&lt;/CODE&gt; command.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 10:56:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402436#M116458</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2019-01-11T10:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Strange timechart issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402437#M116459</link>
      <description>&lt;P&gt;We're running 7.2.1 across the board.  I've tried fields as well as table with no success.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 11:52:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402437#M116459</guid>
      <dc:creator>john_dagostino</dc:creator>
      <dc:date>2019-01-11T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Strange timechart issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402438#M116460</link>
      <description>&lt;P&gt;probably not too helpful, but a few things i'd probably try to see if can figure out any patterns - not looking for you to answer these questions here, just trying provide some thoughts...&lt;/P&gt;

&lt;P&gt;does that happen with any base search?  with any aggregate?  does it matter if you rename the aggregate in the timechart command?  does the issue persist if you add a by clause to it?&lt;/P&gt;

&lt;P&gt;does the behavior exist on a all search heads in that cluster?  does it exist across apps on a search head?  does it happen with the chart command as well?  Even if it's the same splunk version across both SHC's, any recent changes to this SHC that could be related?&lt;/P&gt;

&lt;P&gt;does it persist across different browsers?  After clearing cache?&lt;/P&gt;

&lt;P&gt;I do have vague recollection about something similar but nothing that i can definitely remember/confirm&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 17:09:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402438#M116460</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2019-01-11T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Strange timechart issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402439#M116461</link>
      <description>&lt;P&gt;Strange - I've just tried &lt;CODE&gt;index=_internal | timechart count&lt;/CODE&gt; on my 7.2.1 (_internal because I'm just evaluating it and there is no data on it yet) and it came out normal, _time first, count second.&lt;/P&gt;

&lt;P&gt;Just out of curiosity, I then tried this: &lt;CODE&gt;index=_internal | bucket _time span=10m | stats count by _time&lt;/CODE&gt; and it also worked - you then choose Timechart as your Visualization and it displays just fine.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 17:41:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402439#M116461</guid>
      <dc:creator>arkadyz1</dc:creator>
      <dc:date>2019-01-11T17:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Strange timechart issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402440#M116462</link>
      <description>&lt;P&gt;Yes, this is what we also see on the working cluster.  On the Enterprise Security cluster it reverses the columns and axes.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 17:45:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402440#M116462</guid>
      <dc:creator>john_dagostino</dc:creator>
      <dc:date>2019-01-11T17:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Strange timechart issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402441#M116463</link>
      <description>&lt;P&gt;Good troubleshooting tips, I'll run through them and post any new info.  I did find that | &lt;STRONG&gt;timechart count(_raw) as count&lt;/STRONG&gt; &lt;EM&gt;sometimes&lt;/EM&gt; works, but it's not reliable.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 17:46:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402441#M116463</guid>
      <dc:creator>john_dagostino</dc:creator>
      <dc:date>2019-01-11T17:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Strange timechart issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402442#M116464</link>
      <description>&lt;P&gt;Is the issue with &lt;CODE&gt;Splunk Enterprise&lt;/CODE&gt; or &lt;CODE&gt;Enterprise Security&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 18:51:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402442#M116464</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-01-11T18:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Strange timechart issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402443#M116465</link>
      <description>&lt;P&gt;Splunk Enterprise as far as I can tell since it occurs in any app on the SH cluster, however the cluster that is affected also runs Enterprise Security.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 20:10:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402443#M116465</guid>
      <dc:creator>john_dagostino</dc:creator>
      <dc:date>2019-01-11T20:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Strange timechart issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402444#M116466</link>
      <description>&lt;P&gt;Splunk support asked that we remove phased_execution_mode=singlethreaded from the ES cluster, which fixed the timechart issue.  I believe this is specified in the known issues under SPL-164718 and SPL-165363.  &lt;/P&gt;

&lt;P&gt;Unfortunately without this setting our CPU spikes constantly, so although we can't fix it we do know the cause.  &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-timechart-issue/m-p/402444#M116466</guid>
      <dc:creator>john_dagostino</dc:creator>
      <dc:date>2020-09-29T22:55:56Z</dc:date>
    </item>
  </channel>
</rss>

