Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web GUI will only show the first 1000 event entries. #80

Open
singhscp opened this issue Oct 5, 2021 · 4 comments
Open

Web GUI will only show the first 1000 event entries. #80

singhscp opened this issue Oct 5, 2021 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@singhscp
Copy link

singhscp commented Oct 5, 2021

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.

@dixsie
Copy link
Member

dixsie commented Oct 7, 2021

@kirankumarb07
Copy link
Contributor

@kirankumarb07
Copy link
Contributor

will revisit and take it forward.

@Kostr
Copy link
Contributor

Kostr commented Mar 8, 2023

I think POST code table have the same problem

@gtmills gtmills added help wanted Extra attention is needed enhancement New feature or request labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants