-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
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:
even if the application is indeed in there, as shown below:
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?