Skip to main content

Properties

PropertyDescription
spring.boot.admin.ui.brand

Brand to be shown in then navbar.

Type: 
java.lang.String
Default: 
"<img src=\"assets/img/icon-spring-boot-admin.svg\"><span>Spring Boot Admin</span>"
spring.boot.admin.ui.title

Page-Title to be shown.

Type: 
java.lang.String
Default: 
"Spring Boot Admin"
spring.boot.admin.ui.favicon

Icon used as default favicon and icon for desktop notifications.

Type: 
java.lang.String
Default: 
"assets/img/favicon.png"
spring.boot.admin.ui.login-icon

Icon used as image on login page

Type: 
java.lang.String
Default: 
"assets/img/icon-spring-boot-admin.svg"
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.

Type: 
java.lang.String
spring.boot.admin.ui.theme.color

Type: 
java.lang.String
Default: 
"#14615A"
spring.boot.admin.ui.cache.max-age

include "max-age" directive in Cache-Control http header.

Type: 
java.time.Duration
Default: 
"3600s"
spring.boot.admin.ui.enable-toasts

Allows to enable toast notifications in SBA.

Type: 
java.lang.Boolean
spring.boot.admin.ui.poll-timer.gc

Time in milliseconds to refresh data in gc view.

Type: 
java.lang.Integer
Default: 
2500
spring.boot.admin.ui.view-settings

External views shown in the navbar.

Type: 
java.util.List<de.codecentric.boot.admin.server.ui.web.UiController$ViewSettings>
spring.boot.admin.ui.cache.no-cache

include "no-cache" directive in Cache-Control http header.

Type: 
java.lang.Boolean
spring.boot.admin.ui.cache.no-store

include "no-store" directive in Cache-Control http header.

Type: 
java.lang.Boolean
spring.boot.admin.ui.external-views

External views shown in the navbar.

Type: 
java.util.List<de.codecentric.boot.admin.server.ui.web.UiController$ExternalView>
spring.boot.admin.ui.favicon-danger

Icon used as default favicon and icon for desktop notifications.

Type: 
java.lang.String
Default: 
"assets/img/favicon-danger.png"
spring.boot.admin.ui.cache-templates

Wether the thymeleaf templates should be cached.

Type: 
java.lang.Boolean
Default: 
true
spring.boot.admin.ui.poll-timer.cache

Time in milliseconds to refresh data in caches view.

Type: 
java.lang.Integer
Default: 
2500
spring.boot.admin.ui.hide-instance-url

Set to true to hide service URLs as well as actions that require them in UI (e.g. jump to /health or /actuator).

Type: 
java.lang.Boolean
spring.boot.admin.ui.poll-timer.memory

Time in milliseconds to refresh data in memory view.

Type: 
java.lang.Integer
Default: 
2500
spring.boot.admin.ui.template-location

Locations of SBA ui template.

Type: 
java.lang.String
spring.boot.admin.ui.poll-timer.logfile

Time in milliseconds to refresh data in logfile view.

Type: 
java.lang.Integer
Default: 
1000
spring.boot.admin.ui.poll-timer.process

Time in milliseconds to refresh data in process view.

Type: 
java.lang.Integer
Default: 
2500
spring.boot.admin.ui.poll-timer.threads

Time in milliseconds to refresh data in threads view.

Type: 
java.lang.Integer
Default: 
2500
spring.boot.admin.ui.resource-locations

Locations of SBA ui resources.

Type: 
java.lang.String[]
Default: 
["classpath:/META-INF/spring-boot-admin-server-ui/"]
spring.boot.admin.ui.available-languages

Limit languages to this list. Intersection of all supported languages and this list will be used.

Type: 
java.util.List<java.lang.String>
spring.boot.admin.ui.remember-me-enabled

Whether the option to remember a user should be available.

Type: 
java.lang.Boolean
Default: 
true
spring.boot.admin.ui.disable-instance-url

Set to true to disable service URLs as well as actions that require them in UI.

Type: 
java.lang.Boolean
spring.boot.admin.ui.poll-timer.datasource

Time in milliseconds to refresh data in datasource view.

Type: 
java.lang.Integer
Default: 
2500
spring.boot.admin.ui.theme.background-enabled

Type: 
java.lang.Boolean
Default: 
true
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

Type: 
java.util.List<java.lang.String>
spring.boot.admin.ui.extension-resource-locations

Locations of SBA ui exentsion resources.

Type: 
java.lang.String[]
Default: 
["classpath:/META-INF/spring-boot-admin-server-ui/extensions/"]