<?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 change timechart axis in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594286#M206838</link>
    <description>&lt;LI-CODE lang="markup"&gt;| xyseries Xaxis _time Yaxis&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 19 Apr 2022 14:12:03 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-04-19T14:12:03Z</dc:date>
    <item>
      <title>How to change timechart axis?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594267#M206832</link>
      <description>&lt;P&gt;Hello dears,&lt;/P&gt;
&lt;P&gt;How can i change timechart _time axis y to x ?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;base search&amp;gt;  | timechart span=1h sum(REQUESTNAME) as Sikayet count by ilce |sort -count | untable _time Xaxis Yaxis |where Yaxis &amp;gt; 3&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 15:57:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594267#M206832</guid>
      <dc:creator>corehan</dc:creator>
      <dc:date>2022-04-19T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change timechart axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594280#M206835</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/59063"&gt;@corehan&lt;/a&gt;&amp;nbsp;- Why you are using &lt;STRONG&gt;untable&lt;/STRONG&gt; command?&lt;/P&gt;&lt;P&gt;By default timechart command put _time on the X-axis. Please try removing stuff after sort command and see if you get what you need.&lt;/P&gt;&lt;P&gt;-----&lt;BR /&gt;I hope this helps!!! If it does consider upvoting!!!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:52:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594280#M206835</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-04-19T13:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change timechart axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594282#M206836</link>
      <description>&lt;P&gt;Thank you for suggest but i can't found, how can i put the _time to x axis command..&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Final search;&lt;/P&gt;&lt;P&gt;&amp;lt;base search&amp;gt;&amp;nbsp;&amp;nbsp;| timechart span=1h count(REQUESTNAME) by ilce |sort -count&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also i need to set threshold value like count &amp;gt;3 in this scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:59:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594282#M206836</guid>
      <dc:creator>corehan</dc:creator>
      <dc:date>2022-04-19T13:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change timechart axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594285#M206837</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/59063"&gt;@corehan&lt;/a&gt;&amp;nbsp;- Since you are using timechart command with groupby, your Y-axis field name is not the "count".&lt;/P&gt;&lt;P&gt;If you look at the results it's not one-dimensional results here. So if you want to filter for those for which the total count is not greater than 3 then you can use the following search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;base search&amp;gt;  | timechart span=1h count(REQUESTNAME) by ilce 
| transpose
| addtotals
| search Total&amp;gt;3
| fields- Total
| transpose header_field=column
| fields - column&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please post the screenshot of the result if this does not work.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 14:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594285#M206837</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-04-19T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to change timechart axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594286#M206838</link>
      <description>&lt;LI-CODE lang="markup"&gt;| xyseries Xaxis _time Yaxis&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 19 Apr 2022 14:12:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594286#M206838</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-04-19T14:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change timechart axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594311#M206844</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I changed the query but i doesn't work;&lt;/P&gt;&lt;P&gt;&amp;lt;base search&amp;gt;&amp;nbsp;| timechart span=1h count(REQUESTNAME) by ilce |transpose | addtotals |fields- Total |transpose header_field=column |fields -column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 15:52:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/594311#M206844</guid>
      <dc:creator>corehan</dc:creator>
      <dc:date>2022-04-19T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to change timechart axis?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/595166#M207117</link>
      <description>&lt;P&gt;Finally here is my query which i want;&lt;/P&gt;&lt;P&gt;&amp;lt;base search&amp;gt;&amp;nbsp;| timechart span=1h count(REQUESTNAME) by ilce usenull=f useother=f | eval Time=strftime(_time,"%H:%M") | table Time,* | untable Time Xaxis Yaxis | xyseries Xaxis Time Yaxis&lt;/P&gt;&lt;P&gt;Fyi..&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 10:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-axis/m-p/595166#M207117</guid>
      <dc:creator>corehan</dc:creator>
      <dc:date>2022-04-25T10:24:57Z</dc:date>
    </item>
  </channel>
</rss>

