[[spring-boot-admin-server]] == Spring Boot Admin Server == .Spring Boot Admin Server configuration options |=== | Property name |Description |Default value | spring.boot.admin.context-path | The context-path prefixes the path where the Admin Server's statics assets and API should be served. Relative to the Dispatcher-Servlet. | | spring.boot.admin.monitor.period | Time interval in ms to update the status of applications with expired status-information. | 10,000 | spring.boot.admin.monitor.status-lifetime | Lifetime of application statuses in ms. The applications /health-endpoint will not be queried until the lifetime has expired. | 10,000 | spring.boot.admin.monitor.connect-timeout | Connect timeout in ms when querying the applications' status and info. | 2,000 | spring.boot.admin.monitor.read-timeout | Read timeout in ms when querying the applications' status and info. | 20,000 | spring.boot.admin.metadata-keys-to-sanitize | Metadata values for the keys matching these regex patterns will be sanitized in all json output. | `".*password$", ".*secret$", ".*key$", ".*$token$", ".*credentials.*", ".*vcap_services$"` | spring.boot.admin.probed-endpoints | For Spring Boot 1.x client applications SBA probes for the specified endpoints using an OPTIONS request. If the path differs from the id you can specify this as id:path (e.g. health:ping).. | `"health", "env", "metrics", "httptrace:trace", "threaddump:dump", "jolokia", "info", "logfile", "refresh", "flyway", "liquibase", "heapdump", "loggers", "auditevents"` | spring.boot.admin.instance-proxy.ignored-headers | Headers not to be forwarded when making requests to clients. | `"Cookie", "Set-Cookie", "Authorization" |=== include::server-discovery.adoc[] include::server-clustering.adoc[] include::server-notifications.adoc[]