<?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: chart only display when event exist at day / day hour in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482978#M135254</link>
    <description>&lt;P&gt;thank you woodcock&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2019 19:52:40 GMT</pubDate>
    <dc:creator>buzek</dc:creator>
    <dc:date>2019-11-18T19:52:40Z</dc:date>
    <item>
      <title>chart only display when event exist at day / day hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482974#M135250</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;how to display in chart only the days (or day &amp;amp; hour)  when a „event“ (in my case speedtest results) is/are available.&lt;/P&gt;

&lt;P&gt;i do not need „count“, „avg“ … &lt;BR /&gt;
in the community i found:&lt;BR /&gt;
 | timechart fixedrange=false count&lt;/P&gt;

&lt;P&gt;but, cause i dont need/use „count by XY“ this is useless for me.&lt;/P&gt;

&lt;P&gt;and, it can be to have more than just one (1) result per day.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;_time           field_speedUp   field_speed_Down
2019/11/13 14:35:09     800     400
2019/11/13 14:37:28       300       200
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;thanks for helping &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 17:49:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482974#M135250</guid>
      <dc:creator>buzek</dc:creator>
      <dc:date>2019-11-13T17:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: chart only display when event exist at day / day hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482975#M135251</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval raw="time            field_speedUp    field_speed_Down
2019/11/13 14:35:09      800        400
2019/11/13 14:37:28       300        200
2019/11/13 14:39:28       400        200"
| eval _raw=replace(raw,"  +",",")
| multikv forceheader=1
| eval _time=strptime(time,"%Y/%m/%d %H:%M:%S")
`comment("this is sample data")`
| table _time field_speedUp field_speed_Down
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hi, check &lt;STRONG&gt;Visualization&lt;/STRONG&gt; and &lt;STRONG&gt;Line Chart&lt;/STRONG&gt;&lt;BR /&gt;
To separate &lt;EM&gt;_time&lt;/EM&gt;, use &lt;CODE&gt;bin&lt;/CODE&gt; command.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2019 12:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482975#M135251</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2019-11-17T12:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: chart only display when event exist at day / day hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482976#M135252</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | timechart fixedrange=false first(speedup) AS speedup first(speeddown) AS speeddown
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Nov 2019 04:19:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482976#M135252</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-18T04:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: chart only display when event exist at day / day hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482977#M135253</link>
      <description>&lt;P&gt;Thank you. That's exactly what I was looking for. &lt;BR /&gt;
 - michael&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 19:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482977#M135253</guid>
      <dc:creator>buzek</dc:creator>
      <dc:date>2019-11-18T19:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: chart only display when event exist at day / day hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482978#M135254</link>
      <description>&lt;P&gt;thank you woodcock&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 19:52:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-only-display-when-event-exist-at-day-day-hour/m-p/482978#M135254</guid>
      <dc:creator>buzek</dc:creator>
      <dc:date>2019-11-18T19:52:40Z</dc:date>
    </item>
  </channel>
</rss>

