<?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: Does anyone know how query for non alpha numeric characters? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431521#M171696</link>
    <description>&lt;P&gt;not sure where you are heading.&lt;BR /&gt;
it might need another question.&lt;BR /&gt;
you can exclude a to z letters with regex something along those lines  &lt;CODE&gt;[A-Za-z]&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2019 15:45:45 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2019-05-01T15:45:45Z</dc:date>
    <item>
      <title>Does anyone know how query for non alpha numeric characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431516#M171691</link>
      <description>&lt;P&gt;Is there a way to search for non-alphanumeric characters?&lt;BR /&gt;
We have an index that sometimes generates data that contains Kanji and Cyrillic characters, is it possible to create a query that searches for these specifically?&lt;/P&gt;

&lt;P&gt;Examples:&lt;BR /&gt;
user=䉎䝓䰵&lt;BR /&gt;
host=獵硷灡穱捧灰㈱⸱獵祮扣⹴慢汭挮浯&lt;/P&gt;

&lt;P&gt;I know the kanji is not structured correctly but that is how it is showing up in Splunk. Please advise&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 13:56:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431516#M171691</guid>
      <dc:creator>reneedeleon</dc:creator>
      <dc:date>2019-04-25T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how query for non alpha numeric characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431517#M171692</link>
      <description>&lt;P&gt;i hope i understand your question&lt;BR /&gt;
the answer is, yes, search and find out, it worked for me&lt;/P&gt;

&lt;P&gt;try this search anywhere:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults count=1 
| eval data = "user=䉎䝓䰵,host=獵硷灡穱捧灰㈱⸱獵祮扣⹴慢汭挮浯;;;user=ארי,host=דוניו"
| makemv delim=";;;" data
| mvexpand data
| rex field=data "user=(?&amp;lt;user&amp;gt;[^\,]+),host=(?&amp;lt;host&amp;gt;[^\,]+)"
| eval language = if(user=="ארי","Hebrew","Kanji")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 02:35:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431517#M171692</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-04-26T02:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how query for non alpha numeric characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431518#M171693</link>
      <description>&lt;P&gt;That would help but that only searches for those specific characters or all of the possible kanji characters?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 13:08:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431518#M171693</guid>
      <dc:creator>reneedeleon</dc:creator>
      <dc:date>2019-04-26T13:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how query for non alpha numeric characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431519#M171694</link>
      <description>&lt;P&gt;i dont have Kanji keyboard, however when i do the following after my search, it works fine:&lt;BR /&gt;
&lt;CODE&gt;| search user="ארי"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 13:42:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431519#M171694</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-04-26T13:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how query for non alpha numeric characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431520#M171695</link>
      <description>&lt;P&gt;Then is it possible to do an exclusion of all letters from a to z?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 14:54:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431520#M171695</guid>
      <dc:creator>reneedeleon</dc:creator>
      <dc:date>2019-04-30T14:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how query for non alpha numeric characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431521#M171696</link>
      <description>&lt;P&gt;not sure where you are heading.&lt;BR /&gt;
it might need another question.&lt;BR /&gt;
you can exclude a to z letters with regex something along those lines  &lt;CODE&gt;[A-Za-z]&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 15:45:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431521#M171696</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-05-01T15:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how query for non alpha numeric characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431522#M171697</link>
      <description>&lt;P&gt;I will give it a try. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 12:11:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431522#M171697</guid>
      <dc:creator>reneedeleon</dc:creator>
      <dc:date>2019-05-06T12:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how query for non alpha numeric characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431523#M171698</link>
      <description>&lt;P&gt;@reneedeleon &lt;BR /&gt;
if that sums it up, kindly accept the answer so others will know it addressed your challenge.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 12:30:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-anyone-know-how-query-for-non-alpha-numeric-characters/m-p/431523#M171698</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-05-06T12:30:38Z</dc:date>
    </item>
  </channel>
</rss>

