Post-Installation Configuration
Application Name Renaming for Collected URLs and Page Titles
The Web App Tracker Plugin collects URLs and page titles that are used to identify web applications in reports. You can rename the associated application names to better align with your organization's naming conventions or reporting requirements. For instructions, refer to Application Name Renaming for Collected URLs and Page Titles.
Optional Configurations
The Web App Tracker Plugin is ready to use after installation. You can configure the following settings to customize its behavior for your environment:
- Configuring Auto Download Interval
- Configuring Idle Detection Threshold
- Enabling or Disabling Plugin Debugging
Configuring Auto Download Interval
Use this procedure to configure how often the Web App Tracker Plugin automatically downloads data.
Step 1: Open the Configuration File
-
Navigate to the Configuration directory, which is by default in
C:\Program Files\OpeniT\Core\Configuration. -
Open the
browser_plugin_settings.jsonconfiguration file.
Step 2: Update the Auto Download Interval
-
Locate the
downloadIntervalMinutessetting.browser_plugin_settings.json{
"idleDetectionEnabled": true,
"idleTimeoutMinutes": 5,
"showIdlePopup": true,
"enableAutoDownload": true,
"downloadIntervalMinutes": 60,
"debuglog": true
}warningThe auto download interval must not exceed 60 minutes.
-
Set the desired auto download interval.
browser_plugin_settings.json{
"idleDetectionEnabled": true,
"idleTimeoutMinutes": 5,
"showIdlePopup": true,
"enableAutoDownload": true,
"downloadIntervalMinutes": 30,
"debuglog": true
}
Step 3: Save the Changes
- Save the configuration file. The new auto download interval is applied automatically.
Step 4: Distribute the Updated Configuration
- Distribute the updated configuration file to the clients by following the steps outlined in the Manually Creating and Downloading a Distributable Configuration Files Package section.
Configuring Idle Detection Threshold
By default, the Web App Tracker Plugin considers a user idle after 5 minutes of inactivity. Use this procedure to configure the idle detection threshold to meet your organization's requirements.
Step 1: Open the Configuration File
-
Navigate to the Configuration directory, which is by default in
C:\Program Files\OpeniT\Core\Configuration. -
Open the
browser_plugin_settings.jsonconfiguration file.
Step 2: Update the Idle Threshold
-
Locate the
idleTimeoutsetting.browser_plugin_settings.json{
"idleDetectionEnabled": true,
"idleTimeoutMinutes": 5,
"showIdlePopup": true,
"enableAutoDownload": true,
"downloadIntervalMinutes": 60,
"debuglog": true
}noteThe maximum supported idle detection threshold is 60 minutes.
-
Set the desired idle threshold.
browser_plugin_settings.json{
"idleDetectionEnabled": true,
"idleTimeoutMinutes": 10,
"showIdlePopup": true,
"enableAutoDownload": true,
"downloadIntervalMinutes": 60,
"debuglog": true
}
Step 3: Save the Changes
- Save the configuration file. The new idle threshold is applied automatically.
Step 4: Distribute the Updated Configuration
- Distribute the updated configuration file to the clients by following the steps outlined in the Manually Creating and Downloading a Distributable Configuration Files Package section.
Enabling or Disabling Plugin Debugging
By default, plugin debugging is enabled. Use this procedure to enable or disable debugging for the Web App Tracker Plugin.
Step 1: Open the Configuration File
-
Navigate to the Configuration directory, which is by default in
C:\Program Files\OpeniT\Core\Configuration. -
Open the
browser_plugin_settings.jsonconfiguration file.
Step 2: Update the Debug Logging
-
Locate the
debuglogsetting.browser_plugin_settings.json{
"idleDetectionEnabled": true,
"idleTimeoutMinutes": 5,
"showIdlePopup": true,
"enableAutoDownload": true,
"downloadIntervalMinutes": 60,
"debuglog": true
} -
Set the desired value.
browser_plugin_settings.json{
"idleDetectionEnabled": true,
"idleTimeoutMinutes": 10,
"showIdlePopup": true,
"enableAutoDownload": true,
"downloadIntervalMinutes": 60,
"debuglog": false
}
Step 3: Save the Changes
- Save the configuration file. The debug logging configuration is applied automatically.
Step 4: Distribute the Updated Configuration
- Distribute the updated configuration file to the clients by following the steps outlined in the Manually Creating and Downloading a Distributable Configuration Files Package section.
Log File Details
The log files are saved in the Log directory, which is by default in C:\Program Files\OpeniT\Core\Log. Each generated log file also includes the last 50 log entries from the previous log file to preserve context for troubleshooting.
Diagnostic log files use the following naming convention:
Web App Tracker Plugin-<browser>_<epoch>.log
where:
<browser>is the browser in which the plugin is running (for example,chromeoredge).<epoch>is the epoch timestamp representing when the log file was created.
Webapptrackerplugin-edge_1784528334226.log