Skip to content

Gateway

With http://<server>/insight/gateway/rest/statistics/get you will get an overview of statistical data for insight-requests expecially logins.

Timeouts

The following timeouts can be configured in insight.properties:

  • The time in seconds to establish the connection with the remote host

    gateway.http.client.connectiontimeout=300
    
  • The time in seconds waiting for data – after the connection was established; maximum time of inactivity between two data packets

    gateway.http.client.sockettimeout=300
    
  • ConnectionRequestTimeout used when requesting a connection from the connection manager. Time in seconds

    gateway.http.client.connectionrequesttimeout=300
    
  • Max total duration in seconds of requests

    gateway.http.client.hardrequesttimeout=300
    

The default-Value for every timeout is 300 seconds