<?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: creating a scatterplot with time on the x-axis in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/creating-a-scatterplot-with-time-on-the-x-axis/m-p/356346#M175143</link>
    <description>&lt;P&gt;Hi, Did you get solution for this. I am also looking something similar . I have time in both X-axis and Y-axis . &lt;BR /&gt;
Thanks &lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2019 15:36:28 GMT</pubDate>
    <dc:creator>Anantha123</dc:creator>
    <dc:date>2019-09-09T15:36:28Z</dc:date>
    <item>
      <title>creating a scatterplot with time on the x-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/creating-a-scatterplot-with-time-on-the-x-axis/m-p/356343#M175140</link>
      <description>&lt;P&gt;I'm looking to create a multi-series scatter plot where time is on the x-axis.  &lt;/P&gt;

&lt;P&gt;An example would be something like this:&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/187329-time-scatterplot-example.jpg" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;Attempts to do this in splunk are failing.   Given the format requirements:  ... | table marker_name_field x-axis_field y-axis_field&lt;/P&gt;

&lt;P&gt;In the first attempt, using _time,  all points are assigned an x-value of 0,  like splunk can't understand the timestamp in its native/textual format.  (see example below)&lt;/P&gt;

&lt;P&gt;Using the timestamp in epoch format works in that it will correctly display points along the x-axis, but having a timestamp in that format is not human interpretable, so is not particular useful or viable as an option.  (see example below)&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/187331-time-scatterplot-splunk-fail.jpg" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;Short of using D3 to create a custom viz,  is there something I'm missing,  or are Splunk's native viz capabilities unable to create this kind of chart? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:14:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/creating-a-scatterplot-with-time-on-the-x-axis/m-p/356343#M175140</guid>
      <dc:creator>pbrunel_splunk</dc:creator>
      <dc:date>2020-09-29T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: creating a scatterplot with time on the x-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/creating-a-scatterplot-with-time-on-the-x-axis/m-p/356344#M175141</link>
      <description>&lt;P&gt;If using time as an epoch works OK but just displays incorrectly, can you try using &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.2/SearchReference/Fieldformat"&gt;fieldformat&lt;/A&gt; to make it &lt;EM&gt;appear&lt;/EM&gt; different without changing the underlying value?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| mysearch | fieldformat "_time"=strftime('_time', "%H:%M:%S")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let us know if that works.&lt;/P&gt;

&lt;P&gt;Happy Splunking!&lt;BR /&gt;
-Rich&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 00:48:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/creating-a-scatterplot-with-time-on-the-x-axis/m-p/356344#M175141</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2017-03-15T00:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: creating a scatterplot with time on the x-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/creating-a-scatterplot-with-time-on-the-x-axis/m-p/356345#M175142</link>
      <description>&lt;P&gt;Good idea, but sadly that doesn't work either.  On the chart, all points are assigned a value of _time=0.  Would post a screenshot,  but already exceeded my two img upload limit for this post.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 03:21:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/creating-a-scatterplot-with-time-on-the-x-axis/m-p/356345#M175142</guid>
      <dc:creator>pbrunel_splunk</dc:creator>
      <dc:date>2017-03-15T03:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: creating a scatterplot with time on the x-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/creating-a-scatterplot-with-time-on-the-x-axis/m-p/356346#M175143</link>
      <description>&lt;P&gt;Hi, Did you get solution for this. I am also looking something similar . I have time in both X-axis and Y-axis . &lt;BR /&gt;
Thanks &lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 15:36:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/creating-a-scatterplot-with-time-on-the-x-axis/m-p/356346#M175143</guid>
      <dc:creator>Anantha123</dc:creator>
      <dc:date>2019-09-09T15:36:28Z</dc:date>
    </item>
  </channel>
</rss>

