Page tree

Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

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 directories:

  • Windows
    installationDirectory\collector\properties
  • Linux
    installationDirectory/collector/properties

Note

After you change the collector.properties file, restart the collector service.

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:

  1. Open the collector.properties file.
  2. Change the callback.address value to the required host name or IP address.
  3. Restart the App Visibility collector service.

To change the port numbers

  1. Modify the App Visibility collector's listening port.
    The default port is 8200.

    tomcat.listening.port=8200
  2. Restart the App Visibility collector service.

To configure the App Visibility portal connection

  1. Set the App Visibility portal connection:

    portal.connection.ip=localhost
    portal.connection.port=8100
    

    Note

    When entering IPv6 addresses, you must enter the IP address in square brackets. For example:
    portal.connection.ip=[::1]

  2. Restart the App Visibility collector service.

To modify database settings

  1. If you need to change the database port, replace the port number (8800, by default) with the value you require.

    database.url=jdbc:mysql://localhost:3301/adops_collector
  2. Modify 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=35
  3. Modify the database size.
    The database size is in MB.

    db.max.size=102400
  4. 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.

  1. Set the proxy details for HTTP:

    http.proxy.host=
    http.proxy.port=
    
  2. Set the proxy details for HTTPS:

    https.proxy.host=
    https.proxy.port=
    
  3. Set the proxy details for SOCKS:

    socks.proxy.host=
    socks.proxy.port=
    

    Note

    If you configure the proxy settings, you must make additional configuration changes to the Changing App Visibility portal settings.

  4. 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