I get the same result whether it's "24 hours" or "All Time". There is data in the log that is produced. For example:
"CN=User1", "True", "19-Feb-17 09:55:05 AM", "29-Jan-2016 8:35:01 AM", "False", "False"
This log is just "username", "state", "lastlogon", "passwordlastset", othervariable1, othervariable2
I extracted fields from this so that lastlogon is just showing "19-Feb-17"
So my extract field for the information I am interested in is "19-Feb-17". I am not using the time column from the index input.
... View more