<?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 my search resulting in  &amp;quot;Regex: UTF-8 error: isolated byte with 0x80 bit set error&amp;quot; in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293742#M88671</link>
    <description>&lt;P&gt;csv file is in UTF-8 format right?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Mar 2018 07:24:42 GMT</pubDate>
    <dc:creator>p_gurav</dc:creator>
    <dc:date>2018-03-28T07:24:42Z</dc:date>
    <item>
      <title>Why is my search resulting in  "Regex: UTF-8 error: isolated byte with 0x80 bit set error"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293739#M88668</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| tstats count(host) as count WHERE index=*  earliest=-1d@d latest=@d by host|search [|inputlookup mylast|fields host]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When we use above query, we are getting this error "Regex: UTF-8 error: isolated byte with 0x80 bit set error " But we are able see data without any error if we are using this &lt;CODE&gt;|inputlookup mylast&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293739#M88668</guid>
      <dc:creator>saisrujan28</dc:creator>
      <dc:date>2018-03-27T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search resulting in  "Regex: UTF-8 error: isolated byte with 0x80 bit set error"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293740#M88669</link>
      <description>&lt;P&gt;@saisrujan28 can you try the following and confirm?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats count(host) as count WHERE index=*  earliest=-1d@d latest=@d AND [|inputlookup mylast.csv | table host] BY source
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Mar 2018 04:07:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293740#M88669</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-03-28T04:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search resulting in  "Regex: UTF-8 error: isolated byte with 0x80 bit set error"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293741#M88670</link>
      <description>&lt;P&gt;Sorry i am getting same error &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 07:12:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293741#M88670</guid>
      <dc:creator>saisrujan28</dc:creator>
      <dc:date>2018-03-28T07:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search resulting in  "Regex: UTF-8 error: isolated byte with 0x80 bit set error"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293742#M88671</link>
      <description>&lt;P&gt;csv file is in UTF-8 format right?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 07:24:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293742#M88671</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-03-28T07:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search resulting in  "Regex: UTF-8 error: isolated byte with 0x80 bit set error"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293743#M88672</link>
      <description>&lt;P&gt;@saisrujan28, what happens when you run the inputlookup and tstats commands separately. Do they both run as expected?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|inputlookup mylast.csv | table host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And second search as &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats count(host) as count WHERE index=* 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Mar 2018 16:14:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293743#M88672</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-03-28T16:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search resulting in  "Regex: UTF-8 error: isolated byte with 0x80 bit set error"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293744#M88673</link>
      <description>&lt;P&gt;yes they working expected when we use them separately&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 10:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293744#M88673</guid>
      <dc:creator>saisrujan28</dc:creator>
      <dc:date>2018-06-13T10:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search resulting in  "Regex: UTF-8 error: isolated byte with 0x80 bit set error"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293745#M88674</link>
      <description>&lt;P&gt;@saisrujan28 check your lookup file again whether there is any special (non-UTF-8) character in it. You can paste the results to notepad and ensure only UTF-8 Characters are present. Or else you can try subset of hosts in your lookup file to pin point the hosat/s that are causing UTF-8 error.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 03:29:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-resulting-in-quot-Regex-UTF-8-error-isolated/m-p/293745#M88674</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-06-14T03:29:34Z</dc:date>
    </item>
  </channel>
</rss>

