<?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: Prediction on disk transfer / sec in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382201#M171118</link>
    <description>&lt;P&gt;ah.sorry. I misunderstood. I thought you just need the predicted value ONLY.&lt;/P&gt;

&lt;P&gt;Normally, the current value is shown with different colour and predicted_value with another colour. I'm not sure a way to set focus on mouse drag. May be experts in UI would help on that.&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 09:44:21 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2019-05-20T09:44:21Z</dc:date>
    <item>
      <title>Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382195#M171112</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I have used following query for predicting  disk transfer of particular host, here we are using LLP algorithm in  predict command so, under visualization tab the two confidence interval along with the predicted value is reflecting, for future 10 days. i just wanted to show only the predicted value on the dashboard. while we hover over. i did use the supress command but somehow it dint work. Any help would be appreciated.&lt;/P&gt;

&lt;P&gt;below is query,&lt;/P&gt;

&lt;P&gt;index="acn_infrastructure_tier3_idx" metric_label="PhysicalDisk : Disk Transfers/sec Alert" source_host=AUSYDSPLUNK6 earliest=-15d |timechart span=5min avg(metric_value) &lt;BR /&gt;
as "Disk Transfer/sec" |predict "Disk Transfer/sec" AS "Predicted value" &lt;BR /&gt;
algorithm=LLP  future_timespan=2880  |sort _time desc&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:37:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382195#M171112</guid>
      <dc:creator>singh3and12</dc:creator>
      <dc:date>2020-09-30T00:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382196#M171113</link>
      <description>&lt;P&gt;Please try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="acn_infrastructure_tier3_idx" metric_label="PhysicalDisk : Disk Transfers/sec Alert" source_host=AUSYDSPLUNK6 earliest=-15d 
|timechart span=5min avg(metric_value)  as disk_transfer_sec
|predict disk_transfer_sec AS predicted_value  algorithm=LLP future_timespan=2880 
| where _time &amp;gt; now()
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;..&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 08:28:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382196#M171113</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-20T08:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382197#M171114</link>
      <description>&lt;P&gt;it dint work out... still the same... i did try to change it and run but getting the same result &lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 09:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382197#M171114</guid>
      <dc:creator>singh3and12</dc:creator>
      <dc:date>2019-05-20T09:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382198#M171115</link>
      <description>&lt;P&gt;when i use above query, i get ONLy the predicted_value in my dashboard. Is that what you were looking for? &lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 09:21:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382198#M171115</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-20T09:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382199#M171116</link>
      <description>&lt;P&gt;yes i was looking for predicted value and the present value(the current real time along) in the dashboard. but when i run it after using where clause..  and hover over it does reflect the lower n upper values .. also&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 09:27:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382199#M171116</guid>
      <dc:creator>singh3and12</dc:creator>
      <dc:date>2019-05-20T09:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382200#M171117</link>
      <description>&lt;P&gt;is there any other way to achieve it .. would be helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 09:27:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382200#M171117</guid>
      <dc:creator>singh3and12</dc:creator>
      <dc:date>2019-05-20T09:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382201#M171118</link>
      <description>&lt;P&gt;ah.sorry. I misunderstood. I thought you just need the predicted value ONLY.&lt;/P&gt;

&lt;P&gt;Normally, the current value is shown with different colour and predicted_value with another colour. I'm not sure a way to set focus on mouse drag. May be experts in UI would help on that.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 09:44:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382201#M171118</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-20T09:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382202#M171119</link>
      <description>&lt;P&gt;for me.. all are coming in smae color only it gets differentiated when i hover over the graph&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 10:13:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382202#M171119</guid>
      <dc:creator>singh3and12</dc:creator>
      <dc:date>2019-05-20T10:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382203#M171120</link>
      <description>&lt;P&gt;which version of Splunk you using? Mine comes with blue colour (default) for old values and yellow for predicted values&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 10:14:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382203#M171120</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-20T10:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382204#M171121</link>
      <description>&lt;P&gt;Hi @singh3and12,&lt;/P&gt;

&lt;P&gt;If you want to get rid of the upper and lower intervals in your predict you simply have to get rid of the lower and upper fields like this : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="acn_infrastructure_tier3_idx" metric_label="PhysicalDisk : Disk Transfers/sec Alert" source_host=AUSYDSPLUNK6 earliest=-15d |timechart span=5min avg(metric_value) 
as "DTs" |predict "DTs" AS "DTsPredicted" 
algorithm=LLP future_timespan=2880 |sort _time desc
| fields - lower95(DTsPredicted) upper95(DTsPredicted) 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let me know how that works out for you!&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 11:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382204#M171121</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-20T11:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382205#M171122</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;

&lt;P&gt;Thanks, it worked for me.... I am able to remove the upper n lower fields from the graph.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 05:53:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382205#M171122</guid>
      <dc:creator>singh3and12</dc:creator>
      <dc:date>2019-05-22T05:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382206#M171123</link>
      <description>&lt;P&gt;we are using 7.1 version.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 05:54:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382206#M171123</guid>
      <dc:creator>singh3and12</dc:creator>
      <dc:date>2019-05-22T05:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction on disk transfer / sec</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382207#M171124</link>
      <description>&lt;P&gt;most welcome @singh3and12  !&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 05:56:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Prediction-on-disk-transfer-sec/m-p/382207#M171124</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-22T05:56:01Z</dc:date>
    </item>
  </channel>
</rss>

