TableName | pvl_login_logout_audit | True | This denotes the name of the table created to store the activity login/logout data. Note: It should not be changed without notifying the ProVal DevOps team; otherwise, the data view and solution will break. |
Hours | 24 | True | Required to trace user activity over the past hour. Note: The value can be changed and should correlate with the monitor interval to get appropriate data. |
Data_Deletion | 1 | False | If set to 1, the older data in the table pvl_login_logout_audit will start getting truncated based on the system property 'ProVal_UserLogIn_Out_Threshold_Days' value. If set to 0, no data deletion will be performed. |
AuditEvent_Enable | 1 | False | If set to 1, the script will enable the Audit login/logout local policy on the agent for data collection in the event logs. If set to 0, the Audit local policy will not be enabled by the script. Note: By default, the policy is not enabled in the agent. |
DataRetention_Threshold | 90 | False | The value is set in days. If the value is provided and Data_Deletion is set to 1, then older data in the table vl_login_logout_audit will be deleted based on the provided value of this parameter. |