webui-vue icon indicating copy to clipboard operation
webui-vue copied to clipboard

Web GUI will only show the first 1000 event entries.

Open singhscp opened this issue 3 years ago • 4 comments

Describe the bug If System Event log has more than 1000 entries, web GUI will only show the first 1000 entries. bmcweb returns a maximum of 1000 entries for a query but if additional entries exist, it returns something like "[email protected]": "/redfish/v1/Systems/system/LogServices/EventLog/Entries?$skip=1000", to indicate that additional entries exist.

Expected behavior Web GUI should display all entries present in event log or alternatively provide a way for user to retrieve these.

singhscp avatar Oct 05 '21 18:10 singhscp

Resolved by https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/45230

dixsie avatar Oct 07 '21 16:10 dixsie

@sivaprabug @suryav9724 @dineshkumar9376

kirankumarb07 avatar Mar 06 '23 15:03 kirankumarb07

will revisit and take it forward.

kirankumarb07 avatar Mar 06 '23 15:03 kirankumarb07

I think POST code table have the same problem

Kostr avatar Mar 08 '23 11:03 Kostr