We need to track and identify the users responsible for adding or deleting devices in DX NetOps Performance Management
Understanding who performed these actions is essential for audit purposes, security monitoring, and troubleshooting.
Dx NetOps Performance Management any version
In scenarios in DX NetOps Performance Management where you need to track who added or deleted a device, you can identify when a device was deleted by checking the deleted items log. However, note that this method has limitations and does not provide information on who performed the action.
Locate the Deleted Items Log:
/opt/IMDataAggregator/apache-karaf-<VERSION>/data/log/ItemDeletes.log
<VERSION>
with the specific version number of your Apache Karaf installation.Check the Log for Deleted Devices:
ItemDeletes.log
file using a text editor or command-line tool to search for the deleted device entries.cat /opt/IMDataAggregator/apache-karaf-<VERSION>/data/log/ItemDeletes.log
grep 'ITEM_ID' /opt/IMDataAggregator/apache-karaf-<VERSION>/data/log/ItemDeletes.log
ITEM_ID
with the actual ID of the device you are searching for.Understand the Log Entries:
[TIMESTAMP] - Item deleted: ITEM_ID