Changing App Visibility collector settings
You can change the App Visibility collector settings, such as the host name of computer or port numbers, in the collector.properties file located in the following directory:
- Windows
installationDirectory\collector\properties
- Linux
installationDirectory/collector/properties
This topic presents the following procedures:
To change the host name for communication with the App Visibility collector
By default, the App Visibility collector uses the operating system’s configured host name, called the Listening Address during installation, to communicate between components.
Override the default host name configuration for any of the following situations:
- If the default collector host name is incorrect, for example, if the automatically detected host name is not the fully qualified device name (FQDN), you must replace the host name with the FQDN.
- If the collector requires an IP address for connection, such as from behind a firewall, you must replace the automatically detected host name with an IP address.
The property value directs end-user browser data through the load balancing or reverse proxy server and must be accessible from all App Visibility agents. You must configure the load balancing or reverse proxy server to forward requests to the assigned collectors.
Perform the following procedure to override the default host name configuration:
- Open the collector.properties file.
- Change the callback.address value to the required host name or IP address.
- Restart the App Visibility collector service.
To change the port numbers
Modify the App Visibility collector's listening port.
The default port is 8200.tomcat.listening.port=8200- Restart the App Visibility collector service.
To configure the App Visibility portal connection
Set the App Visibility portal connection:
portal.connection.ip=localhost
portal.connection.port=8100- Restart the App Visibility collector service.
To modify database settings
If you need to change the database port, replace the port number (8800, by default) with the value you require.
database.url=jdbc\:postgresql\://localhost\:8800/avdb?currentSchema\=collectorModify the period of time to retain data in the database for App Visibility agents (retention.time) and for TEA Agents (retention.time.synthetic_transactions).
The retention time is in days.
retention.time=35
retention.time.synthetic_transactions=35Modify the database size.
The database size is in MB.db.max.size=102400- Restart the App Visibility collector service.
To set or modify a load balancing or reverse proxy server
If the collector uses a proxy to connect to the App Visibility portal, configure the proxy details. If you do not need to configure a proxy, leave the values empty.
Set the proxy details for HTTP:
http.proxy.host=
http.proxy.port=Set the proxy details for HTTPS:
https.proxy.host=
https.proxy.port=Set the proxy details for SOCKS:
socks.proxy.host=
socks.proxy.port=- Restart the App Visibility collector service.
Related topics
Changing-App-Visibility-portal-settings
Changing-App-Visibility-proxy-settings
Starting-and-stopping-the-App-Visibility-server-services
Changing-security-certificates-in-App-Visibility-components