<?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: How to resolve &amp;quot;Unexpected token &amp;lt; in JSON at position 0&amp;quot; error while creating the summary index? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283698#M54248</link>
    <description>&lt;P&gt;See if any of these are applicable in your case.&lt;BR /&gt;
(check this first)&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/247389/cant-add-input-for-rest-ta-your-entry-was-not-save-1.html"&gt;https://answers.splunk.com/answers/247389/cant-add-input-for-rest-ta-your-entry-was-not-save-1.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/106487/your-entry-was-not-saved-the-following-error-was-r.html"&gt;https://answers.splunk.com/answers/106487/your-entry-was-not-saved-the-following-error-was-r.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2016 21:03:57 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-12-16T21:03:57Z</dc:date>
    <item>
      <title>How to resolve "Unexpected token &lt; in JSON at position 0" error while creating the summary index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283695#M54245</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=***** source="****" "getProcedureDetailBlueChip" OR "getProcedureDetailBlueChipResponse" 
AND "Outbound Message" OR "Inbound Message" OR "getProcedureDetailBlueChip response time returning procedure details" OR "memZipCode assigned to zipCode" 
OR "provZipCode assigned to zipCode" OR  "bnftAgrmtNbr"|rex "(?Inbound|Outbound)" |eval transfield=if(searchmatch("Outbound Message") OR searchmatch("Inbound Message"),1,0) | accum transfield | transaction transfield | rex "ID:(?.*)" 
|rex "(?m)\(?.*)"|rex "(?m)\(?.*)"|rex "(?m)\(?.*)"|rex "(?.*)" |rex "(?.*)"|rex "(?.*)" | rex "(?.*)" | rex "(?.*)" |rex "(?.*)" |rex "(?.*)"|rex "(?.*)"| rex "(?.*)"|rex "(?.*)" |rex "provZipCode assigned to zipCode:(?.*)"| rex "memZipCode assigned to zipCode:(?.*)"|stats min(_time) as startTime,max(_time) as endTime,values(info) as Info,values(ResponseTime) as responseTime,values(StatusCode) as StatusCode,values(message) as StatusMessage,values(CorpEntCd) as corpEntCd,values(costlvlpctl) as Costlvlpctl,values(CptCode) as cptCode,values(GroupNbr) as GroupNbr,values(MemZipCode) as memZipCode,values(procdchrgamt) as ProcChrgamt,values(ProvZipCode) as ProvZipCode,values(SectionNbr) as SectionNbr,values(ServiceDate) as ServiceDate,values(tretcatcd) as TretCatCd,values(tretcatname) as TretCatName,values(bnftAgrmtNbr) as bnftAgrmtNbr,values(acctNbr) as acctNbr,values(provassignZip) as provassignZip,values(memzipassignzip) as memzipassignzip by id,source
|eval responseTime=endTime-startTime|eval StartTime=strftime(startTime,"%Y-%m-%d %H:%M:%S,%3N")|eval EndTime=strftime(endTime,"%Y-%m-%d %H:%M:%S,%3N")
|table id,Info,StartTime,EndTime,responseTime,StatusCode,StatusMessage,source,corpEntCd,Costlvlpctl,cptCode,GroupNbr,memZipCode,ProcChrgamt,ProvZipCode,SectionNbr,ServiceDate,TretCatCd,TretCatName,bnftAgrmtNbr,acctNbr,provassignZip,memzipassignzip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;while creating the summary index it's throwing an error  "Unexpected token &amp;lt; in JSON at position 0." how can i resolve this? can someone help me please?&lt;BR /&gt;
thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 20:12:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283695#M54245</guid>
      <dc:creator>prashanthberam</dc:creator>
      <dc:date>2016-12-16T20:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "Unexpected token &lt; in JSON at position 0" error while creating the summary index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283696#M54246</link>
      <description>&lt;P&gt;some of the regex were truncated....&lt;BR /&gt;
|rex "(?m)(?.&lt;EM&gt;)"|rex "(?m)(?.&lt;/EM&gt;)"|rex "(?m)(?.&lt;EM&gt;)"|rex "(?.&lt;/EM&gt;)" |rex "(?.&lt;EM&gt;)"|rex "(?.&lt;/EM&gt;)" | rex "(?.&lt;EM&gt;)" | rex "(?.&lt;/EM&gt;)" |rex "(?.&lt;EM&gt;)" |rex "(?.&lt;/EM&gt;)"|rex "(?.&lt;EM&gt;)"| rex "(?.&lt;/EM&gt;)"|rex "(?.&lt;EM&gt;)" |rex "provZipCode assigned to zipCode:(?.&lt;/EM&gt;)"| rex "memZipCode assigned to zipCode:(?.*)"&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 20:16:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283696#M54246</guid>
      <dc:creator>prashanthberam</dc:creator>
      <dc:date>2016-12-16T20:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "Unexpected token &lt; in JSON at position 0" error while creating the summary index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283697#M54247</link>
      <description>&lt;P&gt;Just so you know, there is special markup language on this site so certain symbols will transform your post.  If you wrap a word in the asterisk symbol &lt;CODE&gt;*&lt;/CODE&gt; or &lt;CODE&gt;_&lt;/CODE&gt;, without wrapping it in a &lt;CODE&gt;code sample&lt;/CODE&gt;, it will &lt;EM&gt;italicize&lt;/EM&gt; the word. If you wish to show the &lt;CODE&gt;*&lt;/CODE&gt; (i.e. you are displaying sample code), simply click on the Code Sample icon to the right of the Blockquote icon in the formatting toolbar. That is how I was able to edit your post so that the &lt;CODE&gt;*&lt;/CODE&gt; will display.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 20:17:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283697#M54247</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2016-12-16T20:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "Unexpected token &lt; in JSON at position 0" error while creating the summary index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283698#M54248</link>
      <description>&lt;P&gt;See if any of these are applicable in your case.&lt;BR /&gt;
(check this first)&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/247389/cant-add-input-for-rest-ta-your-entry-was-not-save-1.html"&gt;https://answers.splunk.com/answers/247389/cant-add-input-for-rest-ta-your-entry-was-not-save-1.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/106487/your-entry-was-not-saved-the-following-error-was-r.html"&gt;https://answers.splunk.com/answers/106487/your-entry-was-not-saved-the-following-error-was-r.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 21:03:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283698#M54248</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-16T21:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "Unexpected token &lt; in JSON at position 0" error while creating the summary index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283699#M54249</link>
      <description>&lt;P&gt;thanks somesh ..in that case i need to change my code where the rex commads are their.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 21:14:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283699#M54249</guid>
      <dc:creator>prashanthberam</dc:creator>
      <dc:date>2016-12-16T21:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "Unexpected token &lt; in JSON at position 0" error while creating the summary index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283700#M54250</link>
      <description>&lt;P&gt;Seems to be a browser compatibility issue. I was able to avoid this error by doing the following:&lt;/P&gt;

&lt;P&gt;Workaround: Use Firefox as your browser,I experianced the same issue. After reading other above mentioned posts, I guessed it might be a browser compatibility issue with the posting, so I opened Firefox (was using Chrome) and everything began working as expected. &lt;/P&gt;

&lt;P&gt;Work-around: Use Firefox instead of Chrome&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2017 11:36:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283700#M54250</guid>
      <dc:creator>codeassassin</dc:creator>
      <dc:date>2017-10-07T11:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "Unexpected token &lt; in JSON at position 0" error while creating the summary index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283701#M54251</link>
      <description>&lt;P&gt;really? The answer is Chrome isn't supported in Splunk 7.0?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 22:50:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283701#M54251</guid>
      <dc:creator>irievibe</dc:creator>
      <dc:date>2017-11-21T22:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "Unexpected token &lt; in JSON at position 0" error while creating the summary index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283702#M54252</link>
      <description>&lt;P&gt;THANK YOU.&lt;BR /&gt;
you saved me so much time, I would have never thought the browser to be the issue, it seemed like such a splunk-side problem.. &lt;/P&gt;</description>
      <pubDate>Sun, 13 May 2018 19:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283702#M54252</guid>
      <dc:creator>worm929</dc:creator>
      <dc:date>2018-05-13T19:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "Unexpected token &lt; in JSON at position 0" error while creating the summary index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283703#M54253</link>
      <description>&lt;P&gt;@worm929 @codeassassin, do look at the the first answer posted by @somesoni2 where Google Chrome Browser Extension may cause this error. So try to stop any browser extensions that might be running and test.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/247389/cant-add-input-for-rest-ta-your-entry-was-not-save-1.html"&gt;https://answers.splunk.com/answers/247389/cant-add-input-for-rest-ta-your-entry-was-not-save-1.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We noticed issue with saving Knowledge Object configurations where error for Unexpected Token would pop up however, the configuration would get saved. On stopping Chrome Extension, the error was fixed.&lt;/P&gt;</description>
      <pubDate>Sun, 13 May 2018 20:07:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283703#M54253</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-13T20:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "Unexpected token &lt; in JSON at position 0" error while creating the summary index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283704#M54254</link>
      <description>&lt;P&gt;actually it seems so that chrome is the only one giving problems&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 07:02:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-Unexpected-token-lt-in-JSON-at-position-0/m-p/283704#M54254</guid>
      <dc:creator>KSinghK</dc:creator>
      <dc:date>2019-11-08T07:02:12Z</dc:date>
    </item>
  </channel>
</rss>

