<?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: Table creation without Unknown Users in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Table-creation-without-Unknown-Users/m-p/22740#M3952</link>
    <description>&lt;P&gt;Might I suggest either experimenting with your field extraction  to not have these entries OR just append:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;NOT "*Unknown User*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does that fix it?&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2013 17:24:09 GMT</pubDate>
    <dc:creator>jtrucks</dc:creator>
    <dc:date>2013-08-02T17:24:09Z</dc:date>
    <item>
      <title>Table creation without Unknown Users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-creation-without-Unknown-Users/m-p/22738#M3950</link>
      <description>&lt;P&gt;This is my scenario&lt;/P&gt;

&lt;P&gt;When I so a search on my event log there are 2 events for the same user. I have extracted the field as UserName1.&lt;/P&gt;

&lt;P&gt;The UserName1 field data looks like this&lt;/P&gt;

&lt;P&gt;r3452&lt;/P&gt;

&lt;P&gt;(Unknown User) Bart&lt;/P&gt;

&lt;P&gt;r2456&lt;/P&gt;

&lt;P&gt;Bart&lt;/P&gt;

&lt;P&gt;r3722&lt;/P&gt;

&lt;P&gt;So Bart shows up in 2 events. One as Bart and another as (Unknown User) Bart.&lt;/P&gt;

&lt;P&gt;I have tried several queries to create a table that removes both these entries but have been unsuccessful. Any help is appreciated.&lt;/P&gt;

&lt;P&gt;Edit: Extraction for question below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;EXTRACT-UserName1 = (?i)&amp;lt;user_name&amp;gt;(?P&amp;lt;UserName1&amp;gt;[^&amp;lt;]+) 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In the props.conf file.  Extracting the data isn't so much my problem as they are extracted correctly.  I just want to remove the unknown user as it is tagged as such. Then the subsequent failed login without the unknown user designation.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2013 19:20:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-creation-without-Unknown-Users/m-p/22738#M3950</guid>
      <dc:creator>antlefebvre</dc:creator>
      <dc:date>2013-08-01T19:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation without Unknown Users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-creation-without-Unknown-Users/m-p/22739#M3951</link>
      <description>&lt;P&gt;Can you post your method for extracting the user?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2013 19:30:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-creation-without-Unknown-Users/m-p/22739#M3951</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-01T19:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation without Unknown Users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-creation-without-Unknown-Users/m-p/22740#M3952</link>
      <description>&lt;P&gt;Might I suggest either experimenting with your field extraction  to not have these entries OR just append:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;NOT "*Unknown User*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does that fix it?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2013 17:24:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-creation-without-Unknown-Users/m-p/22740#M3952</guid>
      <dc:creator>jtrucks</dc:creator>
      <dc:date>2013-08-02T17:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation without Unknown Users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-creation-without-Unknown-Users/m-p/22741#M3953</link>
      <description>&lt;P&gt;Unfortunately this won't work. I have a dash that shows failed logins because the user is an unknown user. I have another dash that shows legitimate user failed logins. I want them to be mutually exclusive. That is I do not want to see the unknown users failures in my legitimate user dash.  But the data source gives me 2 events for the unknown users. One with the (Unknown user) prefix on the username and the other with just the username. If I do a NOT command I will only filter out the (Unknown user) event. Leaving me with the other event from that user I want to remove.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2013 17:30:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-creation-without-Unknown-Users/m-p/22741#M3953</guid>
      <dc:creator>antlefebvre</dc:creator>
      <dc:date>2013-08-02T17:30:53Z</dc:date>
    </item>
  </channel>
</rss>

