Summary: | Elasticsearch status info missing from 'Server information' | ||
---|---|---|---|
Product: | Koha | Reporter: | Janusz Kaczmarek <januszop> |
Component: | Architecture, internals, and plumbing | Assignee: | Pedro Amorim <pedro.amorim> |
Status: | Needs documenting --- | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | major | ||
Priority: | P5 - low | CC: | aleisha, aungmo, david, fridolin.somers, jonathan.druart, koha, lucas, martin.renvoize, pedro.amorim, philippe.blouin |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes the About Koha > Server information page so that it now shows information about Elasticsearch. Before this, it was empty.
|
Version(s) released in: |
24.11.00,24.05.04
|
Circulation function: | |||
Bug Depends on: | 32693 | ||
Bug Blocks: | |||
Attachments: |
Bug 37509: Check elasticsearch info for both 'about' and 'sysinfo' tabs
Bug 37509: Check elasticsearch info for both 'about' and 'sysinfo' tabs Bug 37509: Check elasticsearch info for both 'about' and 'sysinfo' tabs |
Description
Janusz Kaczmarek
2024-07-29 10:17:45 UTC
Created attachment 169822 [details] [review] Bug 37509: Check elasticsearch info for both 'about' and 'sysinfo' tabs 1) Notice 'Elasticsearch:' entry at http://localhost:8081/cgi-bin/koha/about.pl?tab=about is empty 2) Apply patch + restart plack 3) Repeat step 1) Notice it now shows elasticsearch info as expected. 4) Verify that Elasticsearch warning http://localhost:8081/cgi-bin/koha/about.pl?tab=sysinfo is the same before and applying patch. Adding Joubu as QA contact here as this is a similar bug to bug 37260. To test, run: $ ktd --es8 up Created attachment 169825 [details] [review] Bug 37509: Check elasticsearch info for both 'about' and 'sysinfo' tabs 1) Notice 'Elasticsearch:' entry at http://localhost:8081/cgi-bin/koha/about.pl?tab=about is empty 2) Apply patch + restart plack 3) Repeat step 1) Notice it now shows elasticsearch info as expected. 4) Verify that Elasticsearch warning http://localhost:8081/cgi-bin/koha/about.pl?tab=sysinfo is the same before and applying patch. Signed-off-by: David Nind <david@davidnind.com> *** Bug 37170 has been marked as a duplicate of this bug. *** Created attachment 170529 [details] [review] Bug 37509: Check elasticsearch info for both 'about' and 'sysinfo' tabs 1) Notice 'Elasticsearch:' entry at http://localhost:8081/cgi-bin/koha/about.pl?tab=about is empty 2) Apply patch + restart plack 3) Repeat step 1) Notice it now shows elasticsearch info as expected. 4) Verify that Elasticsearch warning http://localhost:8081/cgi-bin/koha/about.pl?tab=sysinfo is the same before and applying patch. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Simple patch, works as described.. Passing QA Pushed for 24.11! Well done everyone, thank you! this needs to be backported to 24.05 *** Bug 37798 has been marked as a duplicate of this bug. *** Backporteed to 24.05.x for upcoming 24.05.04 Depends on Bug 32693 not in 23.11.x |