Properties
Property | Description |
---|---|
spring.boot.admin.ui.brand | Brand to be shown in then navbar.
|
spring.boot.admin.ui.title | Page-Title to be shown.
|
spring.boot.admin.ui.favicon | Icon used as default favicon and icon for desktop notifications.
|
spring.boot.admin.ui.login-icon | Icon used as image on login page
|
spring.boot.admin.ui.public-url | If running behind a reverse proxy (using path rewriting) this can be used to output correct self references. If the host/port is omitted it will be inferred from the request.
|
spring.boot.admin.ui.theme.color |
|
spring.boot.admin.ui.cache.max-age | include "max-age" directive in Cache-Control http header.
|
spring.boot.admin.ui.enable-toasts | Allows to enable toast notifications in SBA.
|
spring.boot.admin.ui.poll-timer.gc | Time in milliseconds to refresh data in gc view.
|
spring.boot.admin.ui.view-settings | External views shown in the navbar.
|
spring.boot.admin.ui.cache.no-cache | include "no-cache" directive in Cache-Control http header.
|
spring.boot.admin.ui.cache.no-store | include "no-store" directive in Cache-Control http header.
|
spring.boot.admin.ui.external-views | External views shown in the navbar.
|
spring.boot.admin.ui.favicon-danger | Icon used as default favicon and icon for desktop notifications.
|
spring.boot.admin.ui.cache-templates | Wether the thymeleaf templates should be cached.
|
spring.boot.admin.ui.poll-timer.cache | Time in milliseconds to refresh data in caches view.
|
spring.boot.admin.ui.hide-instance-url | Set to
|
spring.boot.admin.ui.poll-timer.memory | Time in milliseconds to refresh data in memory view.
|
spring.boot.admin.ui.template-location | Locations of SBA ui template.
|
spring.boot.admin.ui.poll-timer.logfile | Time in milliseconds to refresh data in logfile view.
|
spring.boot.admin.ui.poll-timer.process | Time in milliseconds to refresh data in process view.
|
spring.boot.admin.ui.poll-timer.threads | Time in milliseconds to refresh data in threads view.
|
spring.boot.admin.ui.resource-locations | Locations of SBA ui resources.
|
spring.boot.admin.ui.available-languages | Limit languages to this list. Intersection of all supported languages and this list will be used.
|
spring.boot.admin.ui.remember-me-enabled | Whether the option to remember a user should be available.
|
spring.boot.admin.ui.disable-instance-url | Set to
|
spring.boot.admin.ui.poll-timer.datasource | Time in milliseconds to refresh data in datasource view.
|
spring.boot.admin.ui.theme.background-enabled |
|
spring.boot.admin.ui.additional-route-excludes | Additional routes to exclude from home page redirecting filter. Requests to these routes will not redirected to home page
|
spring.boot.admin.ui.extension-resource-locations | Locations of SBA ui exentsion resources.
|