<?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: x-axis to display 3hours interval in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101965#M26347</link>
    <description>&lt;P&gt;Solved using bucket _time span=3h | eval _time=strftime(_time,"%H")&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:24:10 GMT</pubDate>
    <dc:creator>HelpMePlease</dc:creator>
    <dc:date>2020-09-28T14:24:10Z</dc:date>
    <item>
      <title>x-axis to display 3hours interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101960#M26342</link>
      <description>&lt;P&gt;I had a x-axis displayed over date_hour. 00,01,02... Is is possible to change it to display on a 3hour basis (00,03,06). &lt;/P&gt;

&lt;P&gt;My search query &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="CurrentWeatherSGMap" Message="Yishun" earliest=@d latest=-0m@m | eval 24-hour=strftime(_time,"%H") | eval Description=case(current_summary="Cloudy", "Fair",current_summary="Rain", "Poor",current_summary="Showers","Poor",current_summary="Passing Showers","Poor",current_summary="Thundery Showers","Poor",  current_summary="Partly Cloudy", "Excellent") | chart dc(Description) over 24-hour by Description | eval Fair=if(Excellent==1,"1",Fair) |  eval Poor=if(Description==Poor, "1", "1")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 21 Jul 2013 04:52:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101960#M26342</guid>
      <dc:creator>HelpMePlease</dc:creator>
      <dc:date>2013-07-21T04:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: x-axis to display 3hours interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101961#M26343</link>
      <description>&lt;P&gt;You can make a timechart. Something like..&lt;/P&gt;

&lt;P&gt;search... | timechart span=3h count&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2013 05:27:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101961#M26343</guid>
      <dc:creator>clymbouris</dc:creator>
      <dc:date>2013-07-21T05:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: x-axis to display 3hours interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101962#M26344</link>
      <description>&lt;P&gt;If I have a chart, how can I do that ?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2013 13:35:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101962#M26344</guid>
      <dc:creator>HelpMePlease</dc:creator>
      <dc:date>2013-07-21T13:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: x-axis to display 3hours interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101963#M26345</link>
      <description>&lt;P&gt;Use bucket _time span=3h&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2013 14:43:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101963#M26345</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2013-07-21T14:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: x-axis to display 3hours interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101964#M26346</link>
      <description>&lt;P&gt;thanks !!!&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2013 14:54:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101964#M26346</guid>
      <dc:creator>HelpMePlease</dc:creator>
      <dc:date>2013-07-21T14:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: x-axis to display 3hours interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101965#M26347</link>
      <description>&lt;P&gt;Solved using bucket _time span=3h | eval _time=strftime(_time,"%H")&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:24:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/x-axis-to-display-3hours-interval/m-p/101965#M26347</guid>
      <dc:creator>HelpMePlease</dc:creator>
      <dc:date>2020-09-28T14:24:10Z</dc:date>
    </item>
  </channel>
</rss>

