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

[Security Solution] Activity Log screen shows empty screen UI, on page load #108497

Closed
ashokaditya opened this issue Aug 13, 2021 · 3 comments · Fixed by #108551
Closed

[Security Solution] Activity Log screen shows empty screen UI, on page load #108497

ashokaditya opened this issue Aug 13, 2021 · 3 comments · Fixed by #108551
Assignees
Labels
bug Fixes for quality problems that affect the customer experience impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. OLM Sprint Team:Defend Workflows “EDR Workflows” sub-team of Security Solution v7.15.0

Comments

@ashokaditya
Copy link
Member

ashokaditya commented Aug 13, 2021

Describe the bug:

Kibana/Elasticsearch Stack version:
v7.15.0

Server OS version:
Mac OS 11.4

Browser and Browser OS versions:
Chrome Version 91.0.4472.114 (Official Build) (x86_64),
Firefox 91.0 (64bit),
Safari 14.1.1 (16611.2.7.1.4)

Steps to reproduce:

  1. Once in Kibana, navigate to Security -> Endpoints to see list deployed of endpoints.
  2. Select an endpoint to see the details tab. Click on Activity Log tab to see some logged actions. (Find an endpoint that has some activity log data).
  3. Reload/refresh the screen.
  4. You should see that now it shows no logged actions.

Current behavior:

  1. API request goes without the agent id api/endpoint/action_log?page=1&page_size=50
  2. The UI shows no actions logged screen.
  3. Switching the tab to Overview and then back to Activity Log shows available data.

Expected behavior:

  1. API request should go with the selected agent id api/endpoint/action_log/<agent_id>?page=1&page_size=50
  2. The UI should show some logged actions if they exist instead of showing no actions logged screen.

Screenshots (if relevant):

wrong endpoint log status

Errors in browser console (if relevant):
Screenshot 2021-08-13 at 11 51 04

@ashokaditya ashokaditya added bug Fixes for quality problems that affect the customer experience Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. labels Aug 13, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

@ashokaditya ashokaditya self-assigned this Aug 13, 2021
@ashokaditya ashokaditya added the Team:Defend Workflows “EDR Workflows” sub-team of Security Solution label Aug 13, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt)

@ashokaditya ashokaditya changed the title [Security Solution] [Security Solution] Activity Log screen shows empty screen UI, on page load Aug 13, 2021
@ashokaditya ashokaditya added OLM Sprint impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. and removed Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. labels Aug 13, 2021
ashokaditya added a commit that referenced this issue Aug 16, 2021
… correctly (#108551)

* update endpoint middleware to load data correctly

fixes kibana/issues/108497
modifies changes done in /pull/107632
and /pull/108330

* await results

fixes /issues/108497

* review comments

* Add a test to cover this case

fixes /issues/108497

Co-authored-by: Kibana Machine <[email protected]>
kibanamachine added a commit to kibanamachine/kibana that referenced this issue Aug 16, 2021
… correctly (elastic#108551)

* update endpoint middleware to load data correctly

fixes kibana/issues/108497
modifies changes done in elastic/pull/107632
and elastic/pull/108330

* await results

fixes elastic/issues/108497

* review comments

* Add a test to cover this case

fixes elastic/issues/108497

Co-authored-by: Kibana Machine <[email protected]>
kibanamachine added a commit that referenced this issue Aug 16, 2021
… correctly (#108551) (#108678)

* update endpoint middleware to load data correctly

fixes kibana/issues/108497
modifies changes done in /pull/107632
and /pull/108330

* await results

fixes /issues/108497

* review comments

* Add a test to cover this case

fixes /issues/108497

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Ashokaditya <[email protected]>
@ghost
Copy link

ghost commented Oct 1, 2021

Bug Conversion

Thanks!

@kevinlog kevinlog removed the v8.0.0 label Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. OLM Sprint Team:Defend Workflows “EDR Workflows” sub-team of Security Solution v7.15.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants