02-18-2019 01:36 AM - edited 03-17-2019 07:51 PM
Hi All
few days before someone change css in a directory no., i just want to know how can i check that which user made the change.
i already download audit log,security log via rtmt but not able to find out.
Solved! Go to Solution.
02-18-2019 11:31 PM - edited 02-18-2019 11:31 PM
Hi There,
If someone changed the CSS of a directory number there should be an audit entry similar to the following (I pulled this from a CUCM 12 system with default audit logging enabled):
23:15:46.097 |LogMessage UserID : jsmith@example.com ClientAddress : 10.100.192.154 Severity : 5 EventType : GeneralConfigurationUpdate ResourceAccessed: CUCMAdmin EventStatus : Success CompulsoryEvent : No AuditCategory : AdministrativeEvent ComponentID : Cisco CUCM Administration CorrelationID : AuditDetails : record in table numplan with key field dnorpattern = 1000 updated App ID: Cisco Tomcat Cluster ID: Node ID: example-pub-01
Breakdown:
For future reference, to figure out what to look for in a log when you don't know what to look for, re-create the config change or issue in a controlled manner and review the log. You can use the time of the change/issue or search on specific known keywords to find the reference log you created.
In this case I changed the CSS of a test DN (1000) while monitoring the audit log in real-time. From the CLI of the CUCM node you are making the config change on run "file tail activelog audit/AuditApp/ recent". I find this method easier than making a change and then downloading the log from RTMT...
Hope this helps!
02-18-2019 04:37 AM
02-18-2019 04:46 AM
02-18-2019 04:54 AM
If the user did it from the Device Association page of the DN it likely caused a new DN record to be created/inserted in the DB. (Not in front of the lab or I would try to recreate.)
PS- That “CUCMAdmin” in the screenshot isn’t the built-in admin account I hope. That would undermine your ability to answer “who”.
02-18-2019 11:31 PM - edited 02-18-2019 11:31 PM
Hi There,
If someone changed the CSS of a directory number there should be an audit entry similar to the following (I pulled this from a CUCM 12 system with default audit logging enabled):
23:15:46.097 |LogMessage UserID : jsmith@example.com ClientAddress : 10.100.192.154 Severity : 5 EventType : GeneralConfigurationUpdate ResourceAccessed: CUCMAdmin EventStatus : Success CompulsoryEvent : No AuditCategory : AdministrativeEvent ComponentID : Cisco CUCM Administration CorrelationID : AuditDetails : record in table numplan with key field dnorpattern = 1000 updated App ID: Cisco Tomcat Cluster ID: Node ID: example-pub-01
Breakdown:
For future reference, to figure out what to look for in a log when you don't know what to look for, re-create the config change or issue in a controlled manner and review the log. You can use the time of the change/issue or search on specific known keywords to find the reference log you created.
In this case I changed the CSS of a test DN (1000) while monitoring the audit log in real-time. From the CLI of the CUCM node you are making the config change on run "file tail activelog audit/AuditApp/ recent". I find this method easier than making a change and then downloading the log from RTMT...
Hope this helps!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide