Action logging
- Last Updated: April 5, 2026
- 1 minute read
- Flowmon Products
- Flowmon Application Performance Monitoring
- Documentation
After selecting Logs from the left menu, user activities are displayed in the USER ACTIVITY LOG tab. Here you can track what changes to the APM configuration have been made by each user. The value of APM-related changes in the column MODULE is Application Performance Monitoring. The following actions can occur:
-
add – <object> add ID <id> (<column>: <value>, ...)
- adding a new object.
-
change – <object> change ID <id> (<column>: <old value> => <new value>)
- changing an object.
-
delete – <object> delete ID <id>
- deleting an object.
-
filters changed – filters changed <object> <id> (<old value>) => (new values)
- changing the object’s filtration table
The object is a table in the database, for example, a sniffer object is a table of probes, and a configparser is a table of parser configuration. ID is a unique record identifier searchable in the database.
Changes in the values of some fields (for example, the server’s SSL key) are not displayed in the log for security reasons.