Admin Server and Statistics
The Admin
tag is used to control the behavior of the administration server and statistics collection for the instance.
Element | Description |
| Defines a port for the embedded HTTP admin server, which can then be accessed via a browser. This element can also specify an IP address, in which case the HTTP server listens only on that address. If no IP address is specified, the HTTP server listens on all available addresses. Starting with version 5.3.3, both IPv4 and IPv6 IP address formats are fully supported for use with specifying the network address of the embedded HTTP server. If no address is specified AMPS will listen for incoming connections on both IPv4 and IPv6 protocols. If you wish to limit AMPS to listen for addresses of only a specific IP protocol you may specify the ANY address for that protocol. For example:
There is no default for this parameter. If this parameter is not provided, AMPS does not provide an HTTP admin server, but will continue to collect statistics. |
| Location for storing the statistics information reported by the Admin Server. When a filename is provided, 60East recommends configuring an Action to periodically truncate the statistics in the file. See Truncate Statistics for details. Default: |
| The refresh interval for the Admin Server to update gathered statistics. Default: 10s Minimum: 1s |
| The HTTP authentication type use for the Admin server when Authentication is configured. This specifies how the Admin server will retrieve credentials from HTTP requests. This option accepts one of:
Default: |
| The authentication to use for the Administrative interface. This is an Authentication element, as described in the Authentication section of this guide. |
| The entitlement to use for the Administrative interface. This is an Entitlement element, as described in the Entitlement section of this guide. |
| The regular expression that defines paths in the Admin Server that can be accessed anonymously without going through authentication and entitlement. Default: There is no default for this option. |
| Add the specified HTTP header to responses from the Admin console. The contents of this element are added as an HTTP header verbatim. To add more than one header, include this element multiple times. For example, the following elements add the specified headers to HTTP responses from the admin console: Default: There is no default for this option. |
| This parameter allows the instance to explicitly report a value that should be used for connections to the admin interface. When an upstream instance replicates to this instance, this is the address that will be recorded as the admin address in the statistics database for the upstream instance. This is the address that will be used by Galvanometer to collect replication information for this instance when Galvanometer displays a replication view. Notice that this parameter does not affect the addresses that are used by the admin server. Instead, it provides information on the address to use to reach this server in cases where this should be a different address than that used for replication between instances. This parameter is useful for allowing Galvanometer to build a replication view in cases where the admin interface must be reached through a specific address, for example, when the instance must be accessed through a proxy. There is no default for this parameter. |
| This option is included to allow the replication mesh functionality of Galvanometer to function in cases where organizational policies require an explicit domain list in the |
AMPS supports the ability to connect to the Admin interface over HTTPS. To enable HTTPS, provide a Certificate
and a PrivateKey
in the Admin
configuration block.
Element | Description |
| The certificate file to use for the admin server. Default: There is no default for this option. |
| The private key to use for the admin server. Default: There is no default for this option. |
| The cipher list to use for the admin server. The cipher list is passed to the OpenSSL implementation without being interpreted by the AMPS server. Default: There is no default for this option. For OpenSSL, details on the format of the cipher list are available at: https://www.openssl.org/docs/man1.1.1/man1/ciphers.html |
Last updated