Field names for the Authentication Manager version 8.1.x log files
When Authentication Manager data is sent to syslog, the data will be similar to the system report example shown here:
Sep 15 01:41:27 localhost 2016-09-15 01:41:27,344, , audit.runtime.com.rsa.ims.authn.impl.AuthenticationBrokerImpl, INFO,
a6c436a2e2e266a219d3d0a5504eff4a,6ceed1b2e2e266a20801cd23efb75fbd,192.168.1.99,192.168.46.46,AUTHN_LOGIN_EVENT,13002,SUCCESS,
AUTHN_METHOD_SUCCESS,a636cfbbe2e266a219d365ddeee982a4-x6l+XQokVhIt,ce3d7b2be2e266a21974b6f5ce9ba2ca,000000000000000000001000d0011000,
000000000000000000001000e0011000,U328187,Ericka,Ryptography,2e0ca6e7e2e266a21bc6a77ef43a59e5,000000000000000000001000e0011000,
192.168.1.99,mn-sv2-jp-sped-c6-sm2.securitydynamics.com,7,000000000000000000002000f1022000,SecurID_Native,,,AUTHN_LOGIN_EVENT,
5,1,000000000000000000001000e0011000,SystemDomain,d83770c3e2e266a21b9dcacfc6c9cd78,SpED,2469ab36e2e266a21a69868bc4b6b808,xxxxxxxx2776,,
In a system report, there are fields labeled with headers such as Description, Instance Name and Client IP that are easy to identify in syslog output based on the words strung together in detail for the Description. For example, the FQDN and Instance Name of the primary or replica(s) and the Client IP field listing the IP address of agents, but there are other fields in the system report that are not intuitive (e. g.. Argument 1 through 10).
This article provides a comprehensive listing of these fields names to improve the reading of this message when sent to a syslog.
Authentication Manager reports have fields that are titled Argument1, Agument2, Argumentn, etc. Depending on the report type there can be six or ten argument fields in a report. Some reports have a More Arguments or More Args field as well. For the Argument fields, we might see the following in a Run Time Authentication Activity report:
Argument | Value |
Argument1 | AUTHN_LOGIN_EVENT |
Argument2 | 6 |
Argument3 | 4 |
Argument8 | 4dd565180f5d2a0a1af9877e490eecf0 |
Here, Argument1 is the authentication event type,
this all in a RunTime Activity Authentication report we may see Argument1 we might see AUTHN_LOGIN_EVENT, under Argument2 we might see a number like 6, under Argument3 might have another number like 4 and Argument8 has what looks like an ID, for an agent or other authenticator shown here as 4dd565180f5d2a0a1af9877e490eecf0All of the argument fields in Authentication Manager logs are context based for that specific log and are not universal. They are basically for RSA Engineering debug purposes and not for customer reports. The argument fields contain information such as internal database user IDs, device IDs, agent IDs, etc.; that is, long strings of numbers that would never be useful in a report, but may be useful when debugging. This is why some fields are not even clear within the runtime or admin audit reports, let alone in the syslog.Please open a support case and ask the support engineer to open a JIRA defect that we can present to Engineering if your issue meets the following criteria:
- You cannot glean the meaning of the information in the syslog based on the limited information contained in KB 000032240 and the syslog data explained.xlsx file;
- You believe that you need to know this specific argument field in a specific use case, and
- You cannot figure out the information from the context.
Tasks
- To create a report login to the Security Console.
- Select Reporting > Reports > Add New.
- Select either the Authentication Activity, Administrator Activity or System Log Report template.
- Click Next.
- Enter a name for this report (e. g., Authentication Activity).
- Click Save.
- From the Security Console select Reporting > Reports > Manage Existing.
- Click on the report name and select Run Report Job Now.
- In the Input Parameters Values, enter the relevant values.
- When done, click Run Report.
- Click Refresh List.
- When the report disappears, click the Completed tab.
- Click on the report name and choose your viewing option (i. e., browser, CSV, XML or HTML).
There are three pieces of information that will allow an administrator to work out the data being sent to the remote syslog server.
- Review the RSA Authentication Manager 8.2 Troubleshooting Guide, which provides information on how to troubleshoot Authentication Manager 8.2 for commonly occurring error messages. These error messages are displayed in the SNMP traps or in the logs.
- RSA Authentication Manager has three tables that store runtime (authentication), administrative and system log data. The RSA Authentication Manager 8.2 Developer Guide, available in the RSA Authentication Manager 8.2 SP1 Extras.zip, provides the table structures for the runtime log table (IMS_LOG_AUDIT_RT), administration log table (IMS_LOG_AUDIT_ADM) and system log table (IMS_LOG_SYSTEM).
- The Security Console provides three reporting templates called Authentication Activity (for runtime), Administrator Activity (for admin) and System Log Report (system) that report data from the three logging tables.