Bug: Filtering and sorting in the journal view working only partially
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?
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.