<?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 is dashboard XML failing parsing check when splunk is restarted? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-dashboard-XML-failing-parsing-check-when-splunk-is/m-p/179644#M51720</link>
    <description>&lt;P&gt;Try wrapping your search in a CDATA section as in: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;![CDATA[ 
| inputlookup datalookup
| table TIMESTAMP COMMAND RESULT UTILIZATION
| search LATITUDE&amp;gt;=$sbound$ LATITUDE&amp;lt;$nbound$ LONGITUDE&amp;gt;=$wbound$ LONGITUDE&amp;lt;$ebound$
 ]]&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 08 Jan 2015 22:42:30 GMT</pubDate>
    <dc:creator>chanfoli</dc:creator>
    <dc:date>2015-01-08T22:42:30Z</dc:date>
    <item>
      <title>Why is dashboard XML failing parsing check when splunk is restarted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-dashboard-XML-failing-parsing-check-when-splunk-is/m-p/179643#M51719</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a dashboard built from a search. The search contains range check for a value.&lt;BR /&gt;
Search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    | inputlookup datalookup
    | table TIMESTAMP COMMAND RESULT UTILIZATION
    | search LATITUDE&amp;gt;=$sbound$ LATITUDE&amp;lt;$nbound$ LONGITUDE&amp;gt;=$wbound$ LONGITUDE&amp;lt;$ebound$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This search works without any issues in the Search App, but when I include this in a dashboard and restart splunk, Splunk fails on configuration check. The following is the error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Checking prerequisites...
    Checking http port [8000]: open
    Checking mgmt port [8089]: open
    Checking appserver port [127.0.0.1:8065]: open
    Checking kvstore port [8191]: open
    Checking configuration... Error while parsing '/opt/splunk/etc/apps/my_app/default/data/ui/views/map_drilldown.xml':
 not well-formed (invalid token): line 27, column 49
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This error is pointing to "&amp;lt;" (less than) symbol in the search. &lt;/P&gt;

&lt;P&gt;Please help to resolve this issue.&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 22:32:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-dashboard-XML-failing-parsing-check-when-splunk-is/m-p/179643#M51719</guid>
      <dc:creator>vishaloptulink</dc:creator>
      <dc:date>2015-01-08T22:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why is dashboard XML failing parsing check when splunk is restarted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-dashboard-XML-failing-parsing-check-when-splunk-is/m-p/179644#M51720</link>
      <description>&lt;P&gt;Try wrapping your search in a CDATA section as in: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;![CDATA[ 
| inputlookup datalookup
| table TIMESTAMP COMMAND RESULT UTILIZATION
| search LATITUDE&amp;gt;=$sbound$ LATITUDE&amp;lt;$nbound$ LONGITUDE&amp;gt;=$wbound$ LONGITUDE&amp;lt;$ebound$
 ]]&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Jan 2015 22:42:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-dashboard-XML-failing-parsing-check-when-splunk-is/m-p/179644#M51720</guid>
      <dc:creator>chanfoli</dc:creator>
      <dc:date>2015-01-08T22:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why is dashboard XML failing parsing check when splunk is restarted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-dashboard-XML-failing-parsing-check-when-splunk-is/m-p/179645#M51721</link>
      <description>&lt;P&gt;Thank you. That worked.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 22:53:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-dashboard-XML-failing-parsing-check-when-splunk-is/m-p/179645#M51721</guid>
      <dc:creator>vishaloptulink</dc:creator>
      <dc:date>2015-01-08T22:53:29Z</dc:date>
    </item>
  </channel>
</rss>

