<?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: Merge case sensitive and not case sensitive username event windows in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Merge-case-sensitive-and-not-case-sensitive-username-event/m-p/267252#M80391</link>
    <description>&lt;P&gt;Thanks richgalloway!!&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2015 11:48:53 GMT</pubDate>
    <dc:creator>a5003976</dc:creator>
    <dc:date>2015-10-23T11:48:53Z</dc:date>
    <item>
      <title>Merge case sensitive and not case sensitive username event windows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Merge-case-sensitive-and-not-case-sensitive-username-event/m-p/267250#M80389</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
thanks all in advance for your response.&lt;BR /&gt;
Can i merge events of windows, in particular field User_Name, when there are multiple occurrences with upper and lower case in username?&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;P&gt;DOMAIN\name or DOMAIN\NAME or DOMAIN\Name or DOMAIN\namE&lt;/P&gt;

&lt;P&gt;i want to create a search (regex or other) that have as output a single result and not multiple results.&lt;/P&gt;

&lt;P&gt;there is chance to get it?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;BR /&gt;
Mark.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:44:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Merge-case-sensitive-and-not-case-sensitive-username-event/m-p/267250#M80389</guid>
      <dc:creator>a5003976</dc:creator>
      <dc:date>2015-10-08T15:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Merge case sensitive and not case sensitive username event windows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Merge-case-sensitive-and-not-case-sensitive-username-event/m-p/267251#M80390</link>
      <description>&lt;P&gt;You can normalize the field before displaying or processing it.  For example,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval User_Name=lower(User_Name) | stats count by User_Name | table User_name count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:33:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Merge-case-sensitive-and-not-case-sensitive-username-event/m-p/267251#M80390</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-10-08T16:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Merge case sensitive and not case sensitive username event windows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Merge-case-sensitive-and-not-case-sensitive-username-event/m-p/267252#M80391</link>
      <description>&lt;P&gt;Thanks richgalloway!!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 11:48:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Merge-case-sensitive-and-not-case-sensitive-username-event/m-p/267252#M80391</guid>
      <dc:creator>a5003976</dc:creator>
      <dc:date>2015-10-23T11:48:53Z</dc:date>
    </item>
  </channel>
</rss>

