spring-boot-admin icon indicating copy to clipboard operation
spring-boot-admin copied to clipboard

Bug: Filtering and sorting in the journal view working only partially

Open cdprete opened this issue 1 month ago • 1 comments

Spring Boot Admin Server information

  • Version: 3.5.6

  • Spring Boot version: 3.5.8

  • Configured Security: None

  • Webflux or Servlet application: WebFlux

Client information

Not needed since it's something related to the UI only.

Description

Bug report Hello.

Trying to filter the journal entries by application name returns no results, like shown below:

Image

even if the application is indeed in there, as shown below:

Image

Moreover, also the sorting by application name seems not be working (it behaves like a NO-OP). It's visible even in the screenshot above where the application names should be sorted in descending order, but applications like HIKU, TSBULK and MPE appear after BFP. For the other columns, the options seem to be working correctly, though. Finally, it's not clear what the "Keyword search" searches really for. Unless also this is a bug, I manage to get results from that search only when I search by some event name (e.g.: REGISTERED) or some instance ID. I get an empty result for any other kind of search (date-time, instance name, ...).

@SteKoe is this some kind of regression?

cdprete avatar Nov 27 '25 12:11 cdprete

It seems to cause issues also when, from the homepage, the button to jump to the journal is pressed. The journal is then empty rather than showing all the events for that specific instance.

cdprete avatar Dec 06 '25 21:12 cdprete