<?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: Why does an R search not work on a dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148415#M44513</link>
    <description>&lt;P&gt;Could you try using  &lt;CODE&gt;&amp;lt;&lt;/CODE&gt; &lt;CODE&gt;![CDATA[&lt;/CODE&gt; &lt;CODE&gt;&amp;gt;&lt;/CODE&gt; in the dashboard?&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2015 19:41:44 GMT</pubDate>
    <dc:creator>aljohnson_splun</dc:creator>
    <dc:date>2015-04-17T19:41:44Z</dc:date>
    <item>
      <title>Why does an R search not work on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148412#M44510</link>
      <description>&lt;P&gt;I have a search that is working great in the search app of splunk that includes and R script (through the R Project App).  When I save it as a Dashboard Panel the search no longer works when I go to the dashboard, but it still works in the search app.  Does anyone know why?&lt;/P&gt;

&lt;P&gt;My hunch is that the dashboard is flattening out the lines of the R search and ignoring new lines. The search works like this:&lt;BR /&gt;
...search... | r " source('predictR.r') &lt;BR /&gt;
output=data.frame(predictR(input)) "&lt;BR /&gt;
BUT not like this:&lt;BR /&gt;
...search... | r " source('predictR.r') output=data.frame(predictR(input)) "&lt;BR /&gt;
Which is why I think that the dashboard ignores new lines when the search app does not.&lt;/P&gt;

&lt;P&gt;Any ideas? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 15:23:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148412#M44510</guid>
      <dc:creator>krwinters11</dc:creator>
      <dc:date>2015-04-15T15:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why does an R search not work on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148413#M44511</link>
      <description>&lt;P&gt;Maybe try inserting &lt;CODE&gt;\n&lt;/CODE&gt; at the end of each line. Just an idea...&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 11:52:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148413#M44511</guid>
      <dc:creator>rfujara_splunk</dc:creator>
      <dc:date>2015-04-17T11:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why does an R search not work on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148414#M44512</link>
      <description>&lt;P&gt;It doesn't like that &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; any other ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 12:32:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148414#M44512</guid>
      <dc:creator>krwinters11</dc:creator>
      <dc:date>2015-04-17T12:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why does an R search not work on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148415#M44513</link>
      <description>&lt;P&gt;Could you try using  &lt;CODE&gt;&amp;lt;&lt;/CODE&gt; &lt;CODE&gt;![CDATA[&lt;/CODE&gt; &lt;CODE&gt;&amp;gt;&lt;/CODE&gt; in the dashboard?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 19:41:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148415#M44513</guid>
      <dc:creator>aljohnson_splun</dc:creator>
      <dc:date>2015-04-17T19:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why does an R search not work on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148416#M44514</link>
      <description>&lt;P&gt;Where would I put it in my search?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 19:53:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148416#M44514</guid>
      <dc:creator>krwinters11</dc:creator>
      <dc:date>2015-04-17T19:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why does an R search not work on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148417#M44515</link>
      <description>&lt;P&gt;Use &lt;CODE&gt;;&lt;/CODE&gt; as a statement delimiter.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2015 20:09:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148417#M44515</guid>
      <dc:creator>mikebd</dc:creator>
      <dc:date>2015-06-21T20:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why does an R search not work on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148418#M44516</link>
      <description>&lt;P&gt;Awesome! thank you so much! I love when the solution is so simple &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:09:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148418#M44516</guid>
      <dc:creator>krwinters11</dc:creator>
      <dc:date>2015-06-22T12:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why does an R search not work on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148419#M44517</link>
      <description>&lt;P&gt;Can we use Where condition here, so that we can get the results based on condition.???&lt;BR /&gt;
if we can get that, can you please post the answer to &lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/256185/drill-down-in-dashboard-with-r-integration-based-o.html?minQuestionBodyLength=80"&gt;https://answers.splunk.com/answers/256185/drill-down-in-dashboard-with-r-integration-based-o.html?minQuestionBodyLength=80&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2015 14:43:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-an-R-search-not-work-on-a-dashboard/m-p/148419#M44517</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-06-26T14:43:56Z</dc:date>
    </item>
  </channel>
</rss>

