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
0
votes
1 answer

Spring Boot Admin: Error while reading logfile: -

When I'm tapping on the log button corresponding to my application of spring boot admin dashboard I'm getting Error while reading logfile: - error. Does somebody faced this already? I'm using log4j with such configuration:
NULL
  • 191
  • 1
  • 3
  • 13
0
votes
1 answer

Spring boot Admin Data

I have configured Spring Boot Admin and embedded clients in my Application. But can someone explain me how to use these metrices. (Memory & Garbage Collection). I mean the values that are getting displayed are what values? are these current values…
Ankit Bansal
  • 2,162
  • 8
  • 42
  • 79
0
votes
1 answer

Configure SMTP using spring-boot-admin

I like to send notification emails with spring-boot-admin-server. I have configured it as described here: http://codecentric.github.io/spring-boot-admin/1.3.0/#mail-notifications However, I do not know how the SMTP is to be used. I think all of…
René Winkler
  • 6,508
  • 7
  • 42
  • 69
0
votes
1 answer

How do Spring property placeholder default values work?

I am going through this tutorial and I am not conversant with the following part of the configuration: defaultZone: ${EUREKA_SERVICE_URL:http://localhost:8761}/eureka/ eureka: instance: leaseRenewalIntervalInSeconds: 10 client: …
Kihats
  • 3,326
  • 5
  • 31
  • 46
0
votes
1 answer

Errors when running SpringBoot Admin app

I am trying to use Springboot admin app and am unable to get the basics working. I started with the simplest springboot web app (using starter-web and starter-test) and added the springboot-admin-server and springboot-admin-server-ui to the list of…
Manglu
  • 10,744
  • 12
  • 44
  • 57
0
votes
1 answer

updated spring-boot-admin-server-ui not working

How to include ui-jar to project? I have tried something like below but did not work de.codecentric spring-boot-admin-server-ui
0
votes
2 answers

Unable to load Jsp page using Spring Boot 1.4.3 Release Version and Spring 4.3.5.RELEASE version

I am new in the Spring Boot Application development.I am doing simple spring boot application using spring boot version 1.4.3 Release version and Spring 4.3.5.RELEASE version. I am successfully in the configuration of Mysql database configuration.…
datta
  • 1
  • 3
0
votes
1 answer

Override already configured WebMvcAdapter in Spring

I want to extend the features of Spring Boot Admin's UI, by bootstrapping custom pages, menus etc. However, I don't want to modify SBA's JAR directly, because this would imply having to apply my modifications to it every time a new version comes…
J. Doe
  • 201
  • 1
  • 3
  • 12
0
votes
1 answer

How to set the jolokia context path in springboot admin

I set the application service management.context-path to /mgmt and Registry it to eureka server. eureka: instance: statusPageUrlPath: ${management.context-path}/info healthCheckUrlPath: ${management.context-path}/health …
0
votes
2 answers

SpringBoot Admin and logging

I have created a SpringBoot Admin Server where clients register to it. I wish to be able to change logging levels at runtime in the 'Logging' tab in the SpringBoot Admin Server. In one of the clients, my problem is creating a parent logger for all…
Kihats
  • 3,326
  • 5
  • 31
  • 46
0
votes
2 answers

Redefining Mail notifications template for Spring Boot Admin

Can we have a sample of variables available for redefinition of templates, documentation is scarce on this? In Class package de.codecentric.boot.admin.notify.MailNotifier I read private static final String DEFAULT_SUBJECT = "#{application.name}…
dilbertside
  • 309
  • 3
  • 7
0
votes
1 answer

Where is the data from /info endpoint stored in the spring boot admin?

I want to send username and password of the spring boot applications to the spring boot admin in the /info endpoint. Now this data could be successfully sent to the spring boot admin and was displayed in the info column. Now I need to use this…
leo
  • 583
  • 2
  • 7
  • 20
0
votes
1 answer

How to register spring boot admin client to spring boot admin client through eureka?

I already started a stand alone eureka service and a @EnableDiscoveryClient annotated spring boot admin server. And the admin server was already registered in the eureka successfully. Now question is how to register a spring boot application to the…
leo
  • 583
  • 2
  • 7
  • 20
0
votes
1 answer

Why this exception happens when start a spring boot admin application?

I am starting a spring boot admin application. This application is a module of a parent project. I don't know where there is a ServletContextListener not found error. Stack trace: 2016-10-07 17:33:30.608 INFO 21451 --- [ main]…
leo
  • 583
  • 2
  • 7
  • 20
-1
votes
1 answer

cannot make the POST request. Shows ststus 404 page not found

I am a new in Spring Security and I met the problem that when I rey to add a new User in my web interfase I receive that page not found. If I remove authentication I receive that I have no priveges to make post request. Please, help to understand…
1 2 3
22
23