<?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: For Active Directory events, how to remove &amp;quot;Subject Account_Name&amp;quot; when setting up a dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307976#M19659</link>
    <description>&lt;P&gt;There is a way to do this but will have to ask smarter Splunkers for some tips.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2017 20:08:00 GMT</pubDate>
    <dc:creator>rbittner_splunk</dc:creator>
    <dc:date>2017-02-17T20:08:00Z</dc:date>
    <item>
      <title>For Active Directory events, how to remove "Subject Account_Name" when setting up a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307971#M19654</link>
      <description>&lt;P&gt;I am setting up dashboards for certain Active Directory security events for Splunk Light. When I search, for example, all accounts enabled and disabled it shows x2 values for "Account_Name". One is Subject and the other is Target (obviously), is there a way to filter out the "Subject" when I try to sort this search into a visualized chart? I want the outcome graph/chart to display only the Target accounts that were enabled/disabled and not display the user account who did it.&lt;/P&gt;

&lt;P&gt;E.g.,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"Date" "Time"

LogName=Security
SourceName=Microsoft Windows security auditing.
EventCode=4722
EventType=0
Type=Information
ComputerName= 
TaskCategory=User Account Management
OpCode=Info
RecordNumber=118575896
Keywords=Audit Success
Message=A user account was enabled.

Subject:
    Security ID:                "SID"
    Account Name:              "account-name"
    Account Domain:          "domain"
    Logon ID:                  "logon-id"

Target Account:
    Security ID:                "SID"
    Account Name:              "account-name"
    Account Domain:          "domain"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Devyn&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 17:35:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307971#M19654</guid>
      <dc:creator>dhrechkosy</dc:creator>
      <dc:date>2017-02-17T17:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: For Active Directory events, how to remove "Subject Account_Name" when setting up a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307972#M19655</link>
      <description>&lt;P&gt;Can you post the search that you are using to drive this chart?  That will make it easier to figure out how to get the result you want.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 17:45:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307972#M19655</guid>
      <dc:creator>rbittner_splunk</dc:creator>
      <dc:date>2017-02-17T17:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: For Active Directory events, how to remove "Subject Account_Name" when setting up a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307973#M19656</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;source="wineventlog:security" EventCode=4722 OR EventCode=4725  | stats count by Account_Name
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Feb 2017 18:04:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307973#M19656</guid>
      <dc:creator>dhrechkosy</dc:creator>
      <dc:date>2017-02-17T18:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: For Active Directory events, how to remove "Subject Account_Name" when setting up a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307974#M19657</link>
      <description>&lt;P&gt;Thanks!  Are the Target Account and Subject different events?  In short if they are different events then you should be able to filter them out before your run the stats command.  &lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 18:23:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307974#M19657</guid>
      <dc:creator>rbittner_splunk</dc:creator>
      <dc:date>2017-02-17T18:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: For Active Directory events, how to remove "Subject Account_Name" when setting up a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307975#M19658</link>
      <description>&lt;P&gt;The target account name and subject account name are part of the same event (if you look at the example above).&lt;/P&gt;

&lt;P&gt;It logs which user performed the action and which user the action was being performed on.&lt;/P&gt;

&lt;P&gt;I was hoping there was a way to filter out the "Subject Account Name" and have the chart sorted by "Target Account Name" only.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 19:24:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307975#M19658</guid>
      <dc:creator>dhrechkosy</dc:creator>
      <dc:date>2017-02-17T19:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: For Active Directory events, how to remove "Subject Account_Name" when setting up a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307976#M19659</link>
      <description>&lt;P&gt;There is a way to do this but will have to ask smarter Splunkers for some tips.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:08:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307976#M19659</guid>
      <dc:creator>rbittner_splunk</dc:creator>
      <dc:date>2017-02-17T20:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: For Active Directory events, how to remove "Subject Account_Name" when setting up a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307977#M19660</link>
      <description>&lt;P&gt;Do your own field extraction and use that instead of the "free" ones, like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rex "(?ms)[\r\n]+EventCode=4722.*[\r\n]+Target Account:[\r\n]+\s+Security\s+ID:\s+\"?(?&amp;lt;MyTargetID&amp;gt;[^\"]+)\"?[\r\n]"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 19 Feb 2017 00:03:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/For-Active-Directory-events-how-to-remove-quot-Subject-Account/m-p/307977#M19660</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-02-19T00:03:48Z</dc:date>
    </item>
  </channel>
</rss>

