<?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 do I plot a trendline on a pivot chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-plot-a-trendline-on-a-pivot-chart/m-p/118679#M6895</link>
    <description>&lt;P&gt;That's an awesome solution to the problem. &lt;CODE&gt;datamodel&lt;/CODE&gt; command FTW!&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2013 18:09:17 GMT</pubDate>
    <dc:creator>mattness</dc:creator>
    <dc:date>2013-10-30T18:09:17Z</dc:date>
    <item>
      <title>How do I plot a trendline on a pivot chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-plot-a-trendline-on-a-pivot-chart/m-p/118676#M6892</link>
      <description>&lt;P&gt;I am using Pivot to create a dashboard full of pretty charts. Some of these charts lend themselves to having a trendline drawn on them. However, I can't seem to plot a trendline in Pivot. Am I missing something obvious or is this an advanced scenario where I need to bust out the command reference and do it via normal search means?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 19:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-plot-a-trendline-on-a-pivot-chart/m-p/118676#M6892</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2013-10-28T19:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I plot a trendline on a pivot chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-plot-a-trendline-on-a-pivot-chart/m-p/118677#M6893</link>
      <description>&lt;P&gt;Trendlines aren't available for the initial release of Pivot. You can use Pivot in conjunction with the old-school method of adding trendlines to charts by getting the pivot search string...&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;create your pretty chart in Pivot&lt;/LI&gt;
&lt;LI&gt;add it to a dashboard&lt;/LI&gt;
&lt;LI&gt;click &lt;STRONG&gt;Edit &amp;gt; Edit Panel&lt;/STRONG&gt; and then click the pivot symbol and select &lt;STRONG&gt;Edit Search String&lt;/STRONG&gt;. This reveals a simplified version of the pivot search that uses the &lt;STRONG&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Pivot"&gt;pivot&lt;/A&gt;&lt;/STRONG&gt; command. Eventually you may become familiar enough with the &lt;CODE&gt;pivot&lt;/CODE&gt; command to code searches using it.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;...and then using that search string in a larger search that uses the &lt;CODE&gt;trendline&lt;/CODE&gt; command to plot a trendline. Or you could set up a dashboard panel that utilizes some &lt;A href="http://answers.splunk.com/answers/9053/example-of-chart-overlay"&gt;tricksy implementation of chart overlay&lt;/A&gt; (pivot chart over trendline chart)...whatever works best for you. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 00:31:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-plot-a-trendline-on-a-pivot-chart/m-p/118677#M6893</guid>
      <dc:creator>mattness</dc:creator>
      <dc:date>2013-10-29T00:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I plot a trendline on a pivot chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-plot-a-trendline-on-a-pivot-chart/m-p/118678#M6894</link>
      <description>&lt;P&gt;That makes sense then. I was able to use the datamodel command in order to take advantage of the information I already had organized there. a very simple example below;&lt;BR /&gt;
&lt;CODE&gt;&lt;BR /&gt;
| datamodel TicketData Ticket_Index search | search | timechart count | trendline sma2(count) as Trend &lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2013 12:55:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-plot-a-trendline-on-a-pivot-chart/m-p/118678#M6894</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2013-10-30T12:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I plot a trendline on a pivot chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-plot-a-trendline-on-a-pivot-chart/m-p/118679#M6895</link>
      <description>&lt;P&gt;That's an awesome solution to the problem. &lt;CODE&gt;datamodel&lt;/CODE&gt; command FTW!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2013 18:09:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-plot-a-trendline-on-a-pivot-chart/m-p/118679#M6895</guid>
      <dc:creator>mattness</dc:creator>
      <dc:date>2013-10-30T18:09:17Z</dc:date>
    </item>
  </channel>
</rss>

