Questions tagged [spring-boot-admin]

spring boot admin is a project by codecentric to manage and monitor spring boot application

This community project provides an admin interface for Spring Boot ® applications.

It provides the following features for registered application.

  • Show health status
  • Show details, like
    • JVM & memory metrics
    • micrometer.io metrics
    • Datasource metrics
    • Cache metrics
  • Show build-info number
  • Follow and download logfile
  • View jvm system- & environment-properties
  • Support for Spring Cloud's postable /env- &/refresh-endpoint
  • Easy loglevel management
  • Interact with JMX-beans
  • View thread dump
  • View http-traces
  • View auditevents
  • View Http-Endpoints
  • View Scheduled Tasks
  • View and delete active sessions (using spring-session)
  • View Flyway / Liquibase database migrations
  • Download heapdump
  • Notification on status change (via e-mail, Slack, Hipchat, ...)
  • Event journal of status changes (non persistent)

Getting Started

A quick guide to get started can be found in our docs.

344 questions
2
votes
1 answer

Spring boot admin without embedded Tomcat

I'm trying to deploy spring-boot .war application on standalone servlet container (Pivotal tc Server) and have issue with spring-boot admin page. When I run app using spring-boot:run command, I have proper boot spring-boot admin UI page, but when I…
stinger
  • 3,790
  • 1
  • 19
  • 30
2
votes
1 answer

Spring Boot Admin Journal history

Is there any way to keep the history about application status changing in Spring Boot Admin Journal page after restart the Spring Boot Admin server? There is history about all the status changes of all registered applications, but if i restart the…
evilsoldier
  • 161
  • 12
2
votes
3 answers

How to do Spring Boot Admin Hystrix-Dashboard Integration

Not able to integrate Hystrix Dashboard with Spring Boot Admin Here is my pom:
Kiba
  • 399
  • 1
  • 4
  • 16
1
vote
0 answers

Instance id in spring boot admin is same for 2 services, can someone suggest me how to create a unique one

I have 2 replica of a single spring boot services with same service url and context path and they are running on 2 different pods and i have registered both the services to spring boot admin ui but there instance id is same can someone suggest me…
1
vote
0 answers

JMX Not visible in jvm option in application registered in spring boot admin dashboard

After migrating spring-boot-admin-starter-client version to 2.7.8, the jmx option is not visible in jvm option of my application registered on spring boot admin dashboard.I added the below dependency. implementation group: 'de.codecentric', name:…
Vermag
  • 11
  • 2
1
vote
1 answer

Springboot admin 3.x.x doesn't load the page

I am using Spring Boot 3.0.1 with Java 17. For spring boot admin and client, I am using the latest version as follows. de.codecentric
Shehan Simen
  • 1,046
  • 1
  • 17
  • 28
1
vote
1 answer

Spring Boot & Spring boot Admin Can't sent alert email from Docker container

Here in my company we are trying to stablish a micro service based environment, where all the micro services to come will be monitored by an actuator application. We've created two applications, the first micro service and the spring boot admin…
1
vote
0 answers

How to choose the port spring-boot-admin will use?

My application has two http port. One for business and the second with actuator. Spring-Boot-Admin chooses the first and it doesn't seem to work, because, I guess, admin need an actuator to work. How to configure admin to choose right port?
kkolyan
  • 125
  • 1
  • 10
1
vote
2 answers

Making request to Spring Boot Admin server from custom view?

I'm trying to add a custom view with some administrative utilities to Spring Boot Admin. The idea is to implement these as endpoints in Springboot Admin and call these endpoints from my custom view, but I don't know how to make a call to the server…
terminalnode
  • 57
  • 1
  • 10
1
vote
1 answer

Spring Boot Admin Server and Client in the same application

I am using spring boot 2.5.1 with Java 11. I am trying to create a SpringBoot Admin Server and Client in the same application, however when I start it, I get the following error in the console. Ref:…
Richard
  • 8,193
  • 28
  • 107
  • 228
1
vote
0 answers

How to change logging level via Spring actuator with Spring Security HTTP Basic Auth?

I'm getting the following errors reported from Spring Boot Admin when changing the logging level: I checked Spring Boot Admin's log and it reports no error. But when I try to change level via curl: curl -X "POST" …
1
vote
1 answer

Spring Boot Admin application - use of InstanceExchangeFilterFunction to convert snake_case to camel case for UI

I have an client api that use snake case naming strategy (custom ObjectMapper). Everything is set up properly and works great, but of course some things of SBA( version 2.3.1) UI doesn't work correctly(metrics, env...). I tried to implement…
1
vote
1 answer

How to upgrade spring boot admin from 1.5 to 2.0

Is there any reference guide for spring boot admin upgrade? I have a legacy app that I need to upgrade from 1.5 to 2.0, but the entire API has changed & there is 0 info in the official reference guide.…
ExaSephiroth
  • 165
  • 8
1
vote
0 answers

Is there a way to customize spring boot admin wallboard?

Currently, on wallboard of spring boot admin, I get application name along with no of instances, is it possible to show instance's ips too in the wallboard?
1
vote
0 answers

SpringBootAdmin cluster configuration behind a load balancer

SpringBootAdmin looks very useful for our team for a particular use case. I have tried it and got cluster configuration working on my local machine. However, when I deployed it to our development environment, it's not working and showing the client…
Rahul
  • 637
  • 5
  • 16