Which log shows who has accessed the iDash application?
search cancel

Which log shows who has accessed the iDash application?

book

Article ID: 143576

calendar_today

Updated On:

Products

iDash Workload Automation

Issue/Introduction

Trying to see who is using iDash.  Which log has this information?  And what is the marker in the log that shows login/logout?

Resolution

You can see authenticated users in the idasheem.log found in the idash log directory.

Entries like:

20-01-22 09.22.24 [ INFO] http-nio-8080-exec-7:com.ca.idash.eem.common.EEMLogger: EEM validateUser SC is not null, checking for valid user: <your_user>

On the EEM side there are entries in the audit log \EmbeddedEntitlementsManager\logs

Entries like<Event>
<Identity><your_user></Identity>
<Resource><your_user></Resource>
<ResourceClass></ResourceClass>
<Taxonomy>IAM.Runtime.authenticateWithPassword.F.I</Taxonomy>