<?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: Does Splunk have a Stepped Line Graph Visualisation in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-have-a-Stepped-Line-Graph-Visualisation/m-p/550217#M37982</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233984"&gt;@pjAstroMan&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I used a contrived example, but streaming data can be modified into a similar structure using SPL. Search-time analysis and transformation is Splunk's core value proposition.&lt;/P&gt;</description>
    <pubDate>Mon, 03 May 2021 11:21:22 GMT</pubDate>
    <dc:creator>tscroggins</dc:creator>
    <dc:date>2021-05-03T11:21:22Z</dc:date>
    <item>
      <title>Does Splunk have a Stepped Line Graph Visualisation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-have-a-Stepped-Line-Graph-Visualisation/m-p/549862#M37931</link>
      <description>&lt;P&gt;Hi there, I am in the process of evaluating Splunk as a possible replacement to our existing data historian.&amp;nbsp; Our users require a Stepped Line Graph for trending purposes rather than the conventional line graph.&amp;nbsp; Is it possible to provide a Stepped Line Graph visualistion in Splunk?&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Paul J.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 15:09:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-have-a-Stepped-Line-Graph-Visualisation/m-p/549862#M37931</guid>
      <dc:creator>pjAstroMan</dc:creator>
      <dc:date>2021-04-29T15:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk have a Stepped Line Graph Visualisation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-have-a-Stepped-Line-Graph-Visualisation/m-p/550116#M37969</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233984"&gt;@pjAstroMan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not directly, but you can group data points by series and use the xyseries command to plot steps:&lt;/P&gt;&lt;P&gt;foo.csv&lt;/P&gt;&lt;P&gt;series,x,y&lt;BR /&gt;a,0,1&lt;BR /&gt;a,1,1&lt;BR /&gt;a,2,1&lt;BR /&gt;b,2,2&lt;BR /&gt;b,3,2&lt;BR /&gt;b,4,2&lt;BR /&gt;c,4,3&lt;BR /&gt;c,5,3&lt;BR /&gt;c,6,3&lt;/P&gt;&lt;P&gt;| inputlookup foo.csv&lt;BR /&gt;| xyseries x series y&lt;/P&gt;&lt;TABLE border="0" width="256" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64" height="20"&gt;x&lt;/TD&gt;&lt;TD width="64"&gt;a&lt;/TD&gt;&lt;TD width="64"&gt;b&lt;/TD&gt;&lt;TD width="64"&gt;c&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;3&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;4&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;6&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tscroggins_0-1619885196636.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14013iE5D94D6B3DA132DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tscroggins_0-1619885196636.png" alt="tscroggins_0-1619885196636.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;tscroggins_0-1619885196636.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Splunk also provides an interface to develop custom visualizations:&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/visualizedata/displaydataview/splunkplatformcustom/" target="_self"&gt;https://dev.splunk.com/enterprise/docs/developapps/visualizedata/displaydataview/splunkplatformcustom/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 16:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-have-a-Stepped-Line-Graph-Visualisation/m-p/550116#M37969</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2021-05-01T16:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk have a Stepped Line Graph Visualisation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-have-a-Stepped-Line-Graph-Visualisation/m-p/550200#M37979</link>
      <description>&lt;P&gt;Thanks for the feedback, unfortunately, whilst this would work for specifically manipulated data content, in my particular case the stepped chart needs to be generated from a real-time data feed.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 09:03:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-have-a-Stepped-Line-Graph-Visualisation/m-p/550200#M37979</guid>
      <dc:creator>pjAstroMan</dc:creator>
      <dc:date>2021-05-03T09:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk have a Stepped Line Graph Visualisation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-have-a-Stepped-Line-Graph-Visualisation/m-p/550217#M37982</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233984"&gt;@pjAstroMan&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I used a contrived example, but streaming data can be modified into a similar structure using SPL. Search-time analysis and transformation is Splunk's core value proposition.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 11:21:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-have-a-Stepped-Line-Graph-Visualisation/m-p/550217#M37982</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2021-05-03T11:21:22Z</dc:date>
    </item>
  </channel>
</rss>

