<?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: Splunk query to search for alphanumeric characters or special characters other than numbers in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/633189#M51884</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works for me. Also how can i add more more condition like employee id more than 9 digits.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so Ideally&amp;nbsp; employee ID is that it should have:&lt;/P&gt;&lt;P&gt;- 9 digits employee ID (digits only)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- No alphabets&lt;/P&gt;&lt;P&gt;-no special characters&lt;/P&gt;&lt;P&gt;- employee not less than or more than 9 digits&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2023 15:07:45 GMT</pubDate>
    <dc:creator>ravir_jbp</dc:creator>
    <dc:date>2023-03-03T15:07:45Z</dc:date>
    <item>
      <title>How to create a search for alphanumeric characters or special characters other than numbers?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/629724#M51652</link>
      <description>&lt;P&gt;Currently I am using below query to extract the list of employee_ID column has less then 9 digit employee ID.&amp;nbsp; However, I have another requirement in same table to extract the employee ID with alphanumeric- (like N0001234, etc) and any special characters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So overall we need data which is less than 9 digits, more than 9 digits, any alphanumeric characters, special characters.&lt;/P&gt;
&lt;P&gt;index=QQQQQ sourcetype="XXXXX*" source=TTTTTT Extension="*" MSID="*" Employee_Active="*" Employee_Id=* last_name="*" first_name="*"| rename Extension as DN| dedup Employee_Id | eval emplength=len(Employee_Id)| stats count by DN, MSID, Employee_Active, emplength,Employee_Id, last_name, first_name| where emplength&amp;gt;9 ]&lt;BR /&gt;| table DN, MSID, Employee_Active, emplength,Employee_Id, last_name, first_name&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/629724#M51652</guid>
      <dc:creator>ravir_jbp</dc:creator>
      <dc:date>2023-02-06T17:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query to search for alphanumeric characters or special characters other than numbers</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/629726#M51653</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229744"&gt;@ravir_jbp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand: you haven't any rule to filter your logs, so you have only to remove all the filters (where):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=QQQQQ sourcetype="XXXXX*" source=TTTTTT Extension="*" MSID="*" Employee_Active="*" Employee_Id=* last_name="*" first_name="*"
| rename Extension as DN
| dedup Employee_Id 
| stats count by DN MSID Employee_Active Employee_Id last_name first_name
| table DN MSID Employee_Active Employee_Id last_name first_name&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 13:11:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/629726#M51653</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-06T13:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query to search for alphanumeric characters or special characters other than numbers</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/629746#M51655</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;THank you for response.&lt;/P&gt;&lt;P&gt;I am not sure if I get your question but let me rephrase my question:&lt;/P&gt;&lt;P&gt;Below is the raw data. My task is to find the list of employees data which has non-compliant employee ID (refer&amp;nbsp; Employee_Id="test@test.com here) which shows the e-mail address instead of number. We are trying to create a report for list of employee which has wrong entries other than numeric value. And employee should be 9 digit. We need extract data any thing more than 9 digit or less than 9 digit and having any alpanumeric character or any special characters in employee ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2023-02-05 23:00:11.663, time="1675659600", row_num="60252", Instance_ID="1", Environment="XXXX", Extension="cpanek", Extension_State="Enabled", MSID="yyyyyy", Assignment="test.test", Employee_Active="Active", Account_Type="Primary Account", Employee_Id="test@test.com", last_name="test", first_name="Christine", Agent_Flag="Yes", User_state="Enabled", dn_dbid="243433", person_dbid="44323", Extension_Folder_Structure="Rxxxx &amp;gt; Switches &amp;gt; cluster &amp;gt; DNs &amp;gt; rrrr &amp;gt; vefect &amp;gt; Oncology &amp;gt; Digital", Person_Folder_Structure="Root &amp;gt; Persons &amp;gt; test &amp;gt; MedBenefitMgmt &amp;gt; Oncology", Unit="dream", Segment="MedBen", Function="Oncology", Manager_Name="test, jerry", Access_Group_List="Agent", Has_VQ="No ", Agent_Last_Login_TS="2021-07-02 00:00:00.0", Agent_Create_TS="2021-04-13 15:17:03.0", Non_Agent_Flag="Y"&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 14:26:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/629746#M51655</guid>
      <dc:creator>ravir_jbp</dc:creator>
      <dc:date>2023-02-06T14:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query to search for alphanumeric characters or special characters other than numbers</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/629748#M51656</link>
      <description>&lt;LI-CODE lang="markup"&gt;| regex Employee_Id!="^\d{9}$"&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 Feb 2023 14:35:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/629748#M51656</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-02-06T14:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search for alphanumeric characters or special characters other than numbers?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/632528#M51844</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help. This worked. However, now I was trying to pull only data with Alphabets and any special characters. Can you please assists me on how to extract that information.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 09:49:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/632528#M51844</guid>
      <dc:creator>ravir_jbp</dc:creator>
      <dc:date>2023-02-28T09:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query to search for alphanumeric characters or special characters other than numbers</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/632529#M51845</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help. This worked. However, now I was trying to pull only data with Alphabets and any special characters. Can you please assists me on how to extract that information.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 09:50:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/632529#M51845</guid>
      <dc:creator>ravir_jbp</dc:creator>
      <dc:date>2023-02-28T09:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query to search for alphanumeric characters or special characters other than numbers</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/632540#M51848</link>
      <description>&lt;P&gt;Which characters exactly are you wanting?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 10:29:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/632540#M51848</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-02-28T10:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query to search for alphanumeric characters or special characters other than numbers</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/632619#M51853</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking only for employee Id which has any specicial characters or ends /starts/middle of employed&amp;nbsp; like %,@*&amp;amp;^%$##@!)( also alphabets.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 16:58:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/632619#M51853</guid>
      <dc:creator>ravir_jbp</dc:creator>
      <dc:date>2023-02-28T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query to search for alphanumeric characters or special characters other than numbers</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/632633#M51854</link>
      <description>&lt;P&gt;Try something like this - you hadn't include . so I added that - you would normally have to escape the special characters, but I wasn't sure which of the ones you mentioned needed escaping so I escaped them all&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| regex Employee_Id=="^[A-Za-z0-9\.\%\,\@\*\&amp;amp;\^\$\#\@\!\)\(]+$"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 28 Feb 2023 18:31:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/632633#M51854</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-02-28T18:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query to search for alphanumeric characters or special characters other than numbers</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/633189#M51884</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works for me. Also how can i add more more condition like employee id more than 9 digits.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so Ideally&amp;nbsp; employee ID is that it should have:&lt;/P&gt;&lt;P&gt;- 9 digits employee ID (digits only)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- No alphabets&lt;/P&gt;&lt;P&gt;-no special characters&lt;/P&gt;&lt;P&gt;- employee not less than or more than 9 digits&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 15:07:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/633189#M51884</guid>
      <dc:creator>ravir_jbp</dc:creator>
      <dc:date>2023-03-03T15:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query to search for alphanumeric characters or special characters other than numbers</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/633191#M51885</link>
      <description>&lt;LI-CODE lang="markup"&gt;| regex Employee_Id=="^[A-Za-z0-9\.\%\,\@\*\&amp;amp;\^\$\#\@\!\)\(]+$"
| regex Employee_Id!="^\d{9}$"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 03 Mar 2023 15:18:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-for-alphanumeric-characters-or-special/m-p/633191#M51885</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-03T15:18:14Z</dc:date>
    </item>
  </channel>
</rss>

