<?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 Plus sign in create dashboard REST api in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Plus-sign-in-create-dashboard-REST-api/m-p/549811#M9838</link>
    <description>&lt;P&gt;I trying to create dashboard via REST api.&lt;/P&gt;&lt;P&gt;The query string of the panel contains '+' character, like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
    &amp;lt;row&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;title&amp;gt;Alert Rate (percent of transactions)&amp;lt;/title&amp;gt;
            &amp;lt;viz type="Splunk_ML_Toolkit.OutliersViz"&amp;gt;
                &amp;lt;search&amp;gt;
                    &amp;lt;query&amp;gt;index=my_index ..... | eval upperBound=(avg + stdev*exact(1.5))&amp;lt;/query&amp;gt;
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Creating&amp;nbsp; the dashboard by calling&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;curl -k -u https://splunk_domain/servicesNS/admin/search/data/ui/views --data @./test.xml&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After calling the dashboard created with expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=my_index ..... | eval upperBound=(avg  stdev*exact(1.5))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The '+' disappeared&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 10:53:44 GMT</pubDate>
    <dc:creator>hershs</dc:creator>
    <dc:date>2021-04-29T10:53:44Z</dc:date>
    <item>
      <title>Plus sign in create dashboard REST api</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Plus-sign-in-create-dashboard-REST-api/m-p/549811#M9838</link>
      <description>&lt;P&gt;I trying to create dashboard via REST api.&lt;/P&gt;&lt;P&gt;The query string of the panel contains '+' character, like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
    &amp;lt;row&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;title&amp;gt;Alert Rate (percent of transactions)&amp;lt;/title&amp;gt;
            &amp;lt;viz type="Splunk_ML_Toolkit.OutliersViz"&amp;gt;
                &amp;lt;search&amp;gt;
                    &amp;lt;query&amp;gt;index=my_index ..... | eval upperBound=(avg + stdev*exact(1.5))&amp;lt;/query&amp;gt;
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Creating&amp;nbsp; the dashboard by calling&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;curl -k -u https://splunk_domain/servicesNS/admin/search/data/ui/views --data @./test.xml&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After calling the dashboard created with expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=my_index ..... | eval upperBound=(avg  stdev*exact(1.5))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The '+' disappeared&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 10:53:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Plus-sign-in-create-dashboard-REST-api/m-p/549811#M9838</guid>
      <dc:creator>hershs</dc:creator>
      <dc:date>2021-04-29T10:53:44Z</dc:date>
    </item>
  </channel>
</rss>

