Skip to main content

Universe audit log / specific log implementation

  • March 12, 2024
  • 2 replies
  • 0 views

Gnanaseelan gnanapirakasam

Hi Team,

I am seeking assistance in implementing an audit trail or specific logs to trace issues and check the history of the system or program, including details such as who accessed it, when, and other relevant information.

Is there any way to implement this in universe ?

I would appreciate it if you could assist with this.

Thank you.



------------------------------
Gnanaseelan gnanapirakasam
SSE
Rocket Forum Shared Account
------------------------------

2 replies

Hi Team,

I am seeking assistance in implementing an audit trail or specific logs to trace issues and check the history of the system or program, including details such as who accessed it, when, and other relevant information.

Is there any way to implement this in universe ?

I would appreciate it if you could assist with this.

Thank you.



------------------------------
Gnanaseelan gnanapirakasam
SSE
Rocket Forum Shared Account
------------------------------

 Some software applications have built-in audit logs which  require a flag to have it function.



------------------------------
Kathleene Hunter
Consultant
Resolution Provider LLC
WASILLA AK US
------------------------------

John Jenkins
Forum|alt.badge.img+1
  • Participating Frequently
  • 253 replies
  • March 13, 2024

Hi Team,

I am seeking assistance in implementing an audit trail or specific logs to trace issues and check the history of the system or program, including details such as who accessed it, when, and other relevant information.

Is there any way to implement this in universe ?

I would appreciate it if you could assist with this.

Thank you.



------------------------------
Gnanaseelan gnanapirakasam
SSE
Rocket Forum Shared Account
------------------------------

Gnanaseelam,

Please see the UniVerse AUDIT functionality which should be able to achieve anything you are looking for: https://www.rocketsoftware.com/sites/default/files/resource_files/rs_mv_wp_universe_audit_logging_apr2019_finaldigital_Oct2019.pdf

If you do not want to use AUDIT then you can use triggers and dummy indexes for file access, remote verbs and security subroutines for TCL commands.

  • Remote Verbs allow you to add a pre-process program to any verbs executed that can log details.
  • A dummy index is a dictionary entry that calls a BASIC subroutine that always returns an empty (null) result. You then create an index on this value with NO.NULLS. This allows program code of your own devising to be invoked on file change activity.
  • Triggers can be before and / or after events and the events include read/write and delete.

Hoping this helps.

JJ



------------------------------
John Jenkins
Thame, Oxfordshire
------------------------------