<?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: draw treshold line in predict forecastviz in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/draw-treshold-line-in-predict-forecastviz/m-p/525580#M35646</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225841"&gt;@t_shreya&lt;/a&gt;&amp;nbsp;Which makro should be edited? On the screenshot you've attached I don't see a horizontal threshold line.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Oct 2020 14:43:48 GMT</pubDate>
    <dc:creator>pitmod</dc:creator>
    <dc:date>2020-10-20T14:43:48Z</dc:date>
    <item>
      <title>draw treshold line in predict forecastviz</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/draw-treshold-line-in-predict-forecastviz/m-p/525319#M35629</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;how can I add treshold line in my forecastviz? I've tried as below but it's not visable on the chart. With normal line chart it works fine.&lt;/P&gt;&lt;P&gt;| mysearch&lt;/P&gt;&lt;P&gt;| eval Treshold=90| timechart span=120min latest(Treshold) as Treshold avg(MyPredictedValue) as&amp;nbsp;PredictedValue&lt;BR /&gt;| predict "PredictedValue" as prediction algorithm=LLT holdback=12 future_timespan=96 upper95=upper95 lower95=lower95 | `forecastviz(96, 12, "PredictedValue", 95)`&lt;/P&gt;&lt;P&gt;| filldown Threshold&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 09:44:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/draw-treshold-line-in-predict-forecastviz/m-p/525319#M35629</guid>
      <dc:creator>pitmod</dc:creator>
      <dc:date>2020-10-19T09:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: draw treshold line in predict forecastviz</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/draw-treshold-line-in-predict-forecastviz/m-p/525569#M35645</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/224939"&gt;@pitmod&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think this may work. Replace&amp;nbsp;&lt;SPAN&gt;`forecastviz(96, 12, "PredictedValue", 95)` with the following :&lt;/SPAN&gt;&lt;BR /&gt;| eval _ft=96&lt;BR /&gt;| eval _hb=12&lt;BR /&gt;| eval _vars=&lt;SPAN&gt;"PredictedValue"&lt;/SPAN&gt;&lt;BR /&gt;| eval _ci=95&lt;/P&gt;&lt;P&gt;I'd replaced the macro with it's definition in the query and it had worked for me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Added threshold to forecast chart" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11378i4BA35D8CDAED2A6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="threshold.PNG" alt="Added threshold to forecast chart" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Added threshold to forecast chart&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 14:04:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/draw-treshold-line-in-predict-forecastviz/m-p/525569#M35645</guid>
      <dc:creator>t_shreya</dc:creator>
      <dc:date>2020-10-20T14:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: draw treshold line in predict forecastviz</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/draw-treshold-line-in-predict-forecastviz/m-p/525580#M35646</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225841"&gt;@t_shreya&lt;/a&gt;&amp;nbsp;Which makro should be edited? On the screenshot you've attached I don't see a horizontal threshold line.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 14:43:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/draw-treshold-line-in-predict-forecastviz/m-p/525580#M35646</guid>
      <dc:creator>pitmod</dc:creator>
      <dc:date>2020-10-20T14:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: draw treshold line in predict forecastviz</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/draw-treshold-line-in-predict-forecastviz/m-p/525674#M35655</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/224939"&gt;@pitmod&lt;/a&gt;&amp;nbsp;I'm sorry, I misunderstood your question and thought that you wanted a vertical threshold line.&lt;/P&gt;&lt;P&gt;I'm not completely sure for the horizontal threshold, but can you try something like this?&lt;/P&gt;&lt;P&gt;| mysearch&lt;/P&gt;&lt;P&gt;| eval Treshold=90| timechart span=120min latest(Treshold) as Treshold avg(MyPredictedValue) as&amp;nbsp;PredictedValue&lt;BR /&gt;| predict "PredictedValue" as prediction algorithm=LLT holdback=12 future_timespan=96 upper95=upper95 lower95=lower95&amp;nbsp;&lt;BR /&gt;| eval _ft=96&lt;BR /&gt;| eval _hb=12&lt;BR /&gt;| eval _vars=mvappend("PredictedValue","Treshold")&lt;BR /&gt;| eval _ci=95&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 04:14:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/draw-treshold-line-in-predict-forecastviz/m-p/525674#M35655</guid>
      <dc:creator>t_shreya</dc:creator>
      <dc:date>2020-10-21T04:14:12Z</dc:date>
    </item>
  </channel>
</rss>

