You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Allowed configuration list for your Admin for Spring
368
368
369
-
The following list details the admin component properties you can configure for your app. For more information, see [Spring Boot Admin](https://docs.spring-boot-admin.com/current/server.html).
369
+
The following list details the admin component properties you can configure for your app. For more information, see [Spring Boot Admin](https://docs.spring-boot-admin.com/1.4.3/#_what_is_spring_boot_admin).
@@ -380,7 +380,7 @@ The following list details the admin component properties you can configure for
380
380
|`spring.boot.admin.monitor.timeout.*`| Key-value pairs with the timeout per `endpointId`. | Defaults to `default-timeout` value. |
381
381
|`spring.boot.admin.monitor.default-retries`| Default number of retries for failed requests. Requests that modify data (`PUT`, `POST`, `PATCH`, `DELETE`) are never retried. Individual values for specific endpoints can be overridden using `spring.boot.admin.monitor.retries.*`. |`0`|
382
382
|`spring.boot.admin.monitor.retries.*`| Key-value pairs with the number of retries per `endpointId`. Requests that modify data (`PUT`, `POST`, `PATCH`, `DELETE`) are never retried. | Defaults to `default-retries` value. |
383
-
|`spring.boot.admin.metadata-keys-to-sanitize`| Metadata values for the keys matching these regex patterns used to sanitize in all JSON output. Starting from Spring Boot 3, all actuator values are masked by default. For more information about how to configure the unsanitization process, see [Sanitize Sensitive Values](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.actuator.sanitize-sensitive-values). |`".**password$", ".\*secret$", ".\*key$", ".\*token$", ".\*credentials.**", ".*vcap_services$"`|
383
+
|`spring.boot.admin.metadata-keys-to-sanitize`| Metadata values for the keys matching these regex patterns used to sanitize in all JSON output. Starting from Spring Boot 3, all actuator values are masked by default. For more information about how to configure the unsanitization process, see [Sanitize Sensitive Values](https://docs.spring.io/spring-boot/reference/actuator/endpoints.html#actuator.endpoints.sanitization). |`".password$", ".*secret$", ".*key$", ".*token$", ".*credentials.", ".*vcap_services$"`|
384
384
|`spring.boot.admin.probed-endpoints`| For Spring Boot 1.x client applications, Spring Boot Admin probes for the specified endpoints using an `OPTIONS` request. If the path differs from the ID, you can specify this value as `id:path` - for example, `health:ping`. |`"health", "env", "metrics", "httptrace:trace", "threaddump:dump", "jolokia", "info", "logfile", "refresh", "flyway", "liquibase", "heapdump", "loggers", "auditevents"`|
385
385
|`spring.boot.admin.instance-proxy.ignored-headers`| Headers not to forwarded when making requests to clients. |`"Cookie", "Set-Cookie", "Authorization"`|
386
386
|`spring.boot.admin.ui.title`| The displayed page title. |`"Spring Boot Admin"`|
0 commit comments