<?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 How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279718#M53533</link>
    <description>&lt;P&gt;Specifically, if an AD user account attribute "employeeType" changes from "NULL" to "Contractor", how can I detect/filter for that? Ideally I'd make a Dashboard to display only the User Accounts for which that attribute changed from NULL to Contractor (or something other than NULL) over the previous week. I have Active Directory feeds already set up, so I already receive historical data (snapshots of AD) that contain the data I need (i.e. the 'before' value and 'after' value of the attribute).&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2016 19:29:58 GMT</pubDate>
    <dc:creator>untieshoe</dc:creator>
    <dc:date>2016-04-08T19:29:58Z</dc:date>
    <item>
      <title>How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279718#M53533</link>
      <description>&lt;P&gt;Specifically, if an AD user account attribute "employeeType" changes from "NULL" to "Contractor", how can I detect/filter for that? Ideally I'd make a Dashboard to display only the User Accounts for which that attribute changed from NULL to Contractor (or something other than NULL) over the previous week. I have Active Directory feeds already set up, so I already receive historical data (snapshots of AD) that contain the data I need (i.e. the 'before' value and 'after' value of the attribute).&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 19:29:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279718#M53533</guid>
      <dc:creator>untieshoe</dc:creator>
      <dc:date>2016-04-08T19:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279719#M53534</link>
      <description>&lt;P&gt;&lt;CODE&gt;streamstats&lt;/CODE&gt; is what you need to use. Try this with appropriate field names&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | reverse | streamstats window=1 current=f latest(employeeType) as changedFrom | where employeeType="Contractor" AND changedFrom!="Contractor"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.4/SearchReference/Streamstats"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.4/SearchReference/Streamstats&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2016 17:04:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279719#M53534</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-04-09T17:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279720#M53535</link>
      <description>&lt;P&gt;Thank you for your suggestion, sundareshr. I tried this search with various AD  attributes and tried narrowing the search time interval to the moment the attribute value changes, but all searches so far have come up zero. This feels like the right approach, but there may be a detail that is not being considered. For instance, should this search work with historical data (this is what I want), or is it intended for real-time searching? Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2016 19:20:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279720#M53535</guid>
      <dc:creator>untieshoe</dc:creator>
      <dc:date>2016-04-09T19:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279721#M53536</link>
      <description>&lt;P&gt;This should work with whatever data that is returned by the criteria you in in the ... segment. Can you share you search? What do you get if you replace the &lt;CODE&gt;where&lt;/CODE&gt; at the end with &lt;CODE&gt;| table employeeType changedFrom&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 15:08:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279721#M53536</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-04-11T15:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279722#M53537</link>
      <description>&lt;P&gt;At its most basic, and simplified to successfully locate a single AD account known to be relevant (jsmith), my search is simply this:&lt;/P&gt;

&lt;P&gt;index=msad sAMAccountName=jsmith | reverse | streamstats window=1 current=f latest(securecomputingCom2000_SafeWord_UserID) as changedFrom | where securecomputingCom2000_SafeWord_UserID="01234567" AND changedFrom!="01234567"&lt;/P&gt;

&lt;P&gt;The results of the initial search, when run over a suitable time window, and piped to a table command, successfully yields the jsmith account both without and later with the value "01234567" in the "securecomputingCom2000_SafeWord_UserID" attribute for the jsmith user account. (This attribute is not native to AD, but a schema addition for smart tokens). I've also tried a similar syntax with the employeeType attribute over a time window when it was first NULL, and was then given a value "Contractor". The results are the same.&lt;/P&gt;

&lt;P&gt;If I replace the Where clause with "| table securecomputingCom2000_SafeWord_UserID changeFrom" then I again get to see the two different values for the securecomputingCom2000_SafeWord_UserID attribute, and multiple additional events (before and after the value changes) that show these values, but this doesn't help me zero in on the point in time when the attribute changed. My objective is to find when the attribute changes amongst all the data that shows me that the value has remained constant (before and after the value changes).&lt;/P&gt;

&lt;P&gt;Thanks again for taking on this problem, sundareshr.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:23:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279722#M53537</guid>
      <dc:creator>untieshoe</dc:creator>
      <dc:date>2020-09-29T09:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279723#M53538</link>
      <description>&lt;P&gt;In the table view, do you not see events where &lt;CODE&gt;securecomputingCom2000_SafeWord_UserID="01234567" AND changedFrom!="01234567"&lt;/CODE&gt; ? Do these events need to be grouped by something, like say &lt;CODE&gt;userid&lt;/CODE&gt;? If yes, you could add a &lt;CODE&gt;by&lt;/CODE&gt; clause to the &lt;CODE&gt;streamstats&lt;/CODE&gt; command, like so &lt;CODE&gt;streamstats window=1 current=f latest(employeeType) as changedFrom  by userid&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If this doesn't include a screenshot of what you see when you do the &lt;CODE&gt;.. | | table _time securecomputingCom2000_SafeWord_UserID changeFrom&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 18:27:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279723#M53538</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-04-11T18:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279724#M53539</link>
      <description>&lt;P&gt;I do see events where securecomputingCom2000_SafeWord_UserID="01234567" AND changedFrom!="01234567". I think that would be permutation #2 below.&lt;/P&gt;

&lt;P&gt;The search ending with a table delivers three permutation:&lt;BR /&gt;
 1. securecomputingCom2000_SafeWord_UserID is NULL, and changedFrom is NULL&lt;BR /&gt;
 2. securecomputingCom2000_SafeWord_UserID is 01234567, and changedFrom is NULL&lt;BR /&gt;
 3. securecomputingCom2000_SafeWord_UserID is 01234567, and changedFrom is 01234567&lt;/P&gt;

&lt;P&gt;In my test search, I'm already 'grouping' by the fact that I've singled out an individual user account known to have had the attribute change from NULL to 01234567. I.E. a group of one. But I think I understand what you're getting at. In my case I would include "...as changedFrom by sAMAccountName.&lt;/P&gt;

&lt;P&gt;I'll see if I can throw in a screen shot.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:23:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279724#M53539</guid>
      <dc:creator>untieshoe</dc:creator>
      <dc:date>2020-09-29T09:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279725#M53540</link>
      <description>&lt;P&gt;I don't know how to upload a screen shot, but I &lt;EM&gt;did&lt;/EM&gt; notice this:&lt;BR /&gt;
The events for permutations 2 and 3 have the identical time stamps. Might this be a problem?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 19:07:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279725#M53540</guid>
      <dc:creator>untieshoe</dc:creator>
      <dc:date>2016-04-11T19:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279726#M53541</link>
      <description>&lt;P&gt;In the above example, with 3 permutations, the where should filter #2. Does it not do that? Are there any spaces in either of the fields?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 20:14:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279726#M53541</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-04-11T20:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279727#M53542</link>
      <description>&lt;P&gt;It does not do that.&lt;BR /&gt;
In fact, if I try only &lt;CODE&gt;| where changedFrom!="01234567"&lt;/CODE&gt; then I end up with no results instead of the NULL results.&lt;BR /&gt;
There are no spaces.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 20:48:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279727#M53542</guid>
      <dc:creator>untieshoe</dc:creator>
      <dc:date>2016-04-11T20:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279728#M53543</link>
      <description>&lt;P&gt;instead of &lt;CODE&gt;.. | where  changedFrom!="01234567"&lt;/CODE&gt; can you try &lt;CODE&gt;.. | search  changedFrom!="01234567"&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 13:39:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279728#M53543</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-04-12T13:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279729#M53544</link>
      <description>&lt;P&gt;That yields zero results.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 15:45:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279729#M53544</guid>
      <dc:creator>untieshoe</dc:creator>
      <dc:date>2016-04-12T15:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279730#M53545</link>
      <description>&lt;P&gt;This baffles me. wonder if @somesoni2 or @woodcock have ideas/thoughts&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 17:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279730#M53545</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-04-12T17:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279731#M53546</link>
      <description>&lt;P&gt;Give these a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=msad sAMAccountName=jsmith | reverse | streamstats window=1 current=f latest(securecomputingCom2000_SafeWord_UserID) as changedFrom | where securecomputingCom2000_SafeWord_UserID="01234567" AND (isnull(changedFrom) OR changedFrom="NULL")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=msad sAMAccountName=jsmith | fillnull value="NULL" securecomputingCom2000_SafeWord_UserID | stats list(securecomputingCom2000_SafeWord_UserID) as securecomputingCom2000_SafeWord_UserID by sAMAccountName | where mvindex(securecomputingCom2000_SafeWord_UserID,0)="NULL" AND mvindex(securecomputingCom2000_SafeWord_UserID,-1)="01234567"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Apr 2016 18:35:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279731#M53546</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-04-12T18:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279732#M53547</link>
      <description>&lt;P&gt;Thank you for contacting others, sundareshr.&lt;BR /&gt;
And thank you for taking a look at this, somesoni2.&lt;BR /&gt;
Your first suggestion does result in locating the one event that is the indicator that the attribute has just changed from null to the value 01234567, so that is encouraging.&lt;BR /&gt;
The second suggestion results in all events before, during and after the change in attribute.&lt;/P&gt;

&lt;P&gt;The only problem with the first suggestion is that it is tailored to work for a particular value of securecomputingCom2000_SafeWord_UserID (i.e. 01234567). In real life this value will always be a unique alphanumeric, representing the serial number of the SafeWord token issued to the user account. If I try to use a wildcard &lt;CODE&gt;...| where securecomputingCom2000_SafeWord_UserID="*" AND (isnull(changedFrom) OR changedFrom="NULL")&lt;/CODE&gt; then the search finds no results.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:20:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279732#M53547</guid>
      <dc:creator>untieshoe</dc:creator>
      <dc:date>2020-09-29T09:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279733#M53548</link>
      <description>&lt;P&gt;Anything missing from query 1 result that you were expecting? &lt;/P&gt;

&lt;P&gt;The query 2 is just checking and displaying the records for the accounts where  securecomputingCom2000_SafeWord_UserID was changed. If your goal is just to display the sAMAccountName and it's latest status, you can add following after end of query 2&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.... |  eval securecomputingCom2000_SafeWord_UserID =mvindex(securecomputingCom2000_SafeWord_UserID,-1)="01234567" | table sAMAccountName securecomputingCom2000_SafeWord_UserID
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Instead of hardcoded "01234567", if you want to use a dynamic serial number, then try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=msad sAMAccountName=jsmith | reverse | streamstats window=1 current=f latest(securecomputingCom2000_SafeWord_UserID) as changedFrom | where (isnotnull(securecomputingCom2000_SafeWord_UserID) OR securecomputingCom2000_SafeWord_UserID!="NULL") AND (isnull(changedFrom) OR changedFrom="NULL")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;index=msad sAMAccountName=jsmith | fillnull value="NULL" securecomputingCom2000_SafeWord_UserID | stats list(securecomputingCom2000_SafeWord_UserID) as securecomputingCom2000_SafeWord_UserID by sAMAccountName | where mvindex(securecomputingCom2000_SafeWord_UserID,0)="NULL" AND mvindex(securecomputingCom2000_SafeWord_UserID,-1)!="NULL"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279733#M53548</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T09:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279734#M53549</link>
      <description>&lt;P&gt;Nothing was missing from query 1.&lt;BR /&gt;
I'm not interested in the current status of all the accounts; I'm only interested in the status of user accounts where the attribute has just changed (from NULL to something).&lt;/P&gt;

&lt;P&gt;The dynamic serial number example worked only until I removed jsmith from the search criteria. When I remove jsmith from the search, I end up with data on all users who have some value in securecomputingCom2000_SafeWord_UserID.&lt;/P&gt;

&lt;P&gt;The bottom (3rd) search code produced something quite amazing and unexpectedly useful, and is a keeper!! When I remove the specific user (jsmith) from the search (and I also filter out the AD machine accounts '*$'), what results is a list of user account where the securecomputingCom2000_SafeWord_UserID attribute has changed over time and ended up as NULL. So the output represents staff who no longer have tokens assigned to them. This is useful, and is sort of the exact opposite of my original quest: to find all users where the securecomputingCom2000_SafeWord_UserID value starts as NULL and changes into something else! Thank you for your persistence!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279734#M53549</guid>
      <dc:creator>untieshoe</dc:creator>
      <dc:date>2020-09-29T09:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279735#M53550</link>
      <description>&lt;P&gt;Try this variant of query1 with dynamic otion&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=msad sAMAccountName=*| reverse | streamstats window=1 current=f latest(securecomputingCom2000_SafeWord_UserID) as changedFrom by sAMAccountName | where (isnotnull(securecomputingCom2000_SafeWord_UserID) OR securecomputingCom2000_SafeWord_UserID!="NULL") AND (isnull(changedFrom) OR changedFrom="NULL")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Apr 2016 21:00:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279735#M53550</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-04-12T21:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279736#M53551</link>
      <description>&lt;P&gt;That one produces hundreds of non-relevant results: All users with their token values.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 21:08:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279736#M53551</guid>
      <dc:creator>untieshoe</dc:creator>
      <dc:date>2016-04-12T21:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Dashboard to display only those domain User Accounts for which the contents of a specific AD attribute has changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279737#M53552</link>
      <description>&lt;P&gt;In field securecomputingCom2000_SafeWord_UserID, does it contains a string value "NULL" OR it's just blank OR field not available in the event?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:20:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-create-a-Dashboard-to-display-only-those-domain-User/m-p/279737#M53552</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T09:20:51Z</dc:date>
    </item>
  </channel>
</rss>

