[Security Solution] Saving is not working if hitting "favorites button" beforehand#88642
[Security Solution] Saving is not working if hitting "favorites button" beforehand#88642angorayc merged 17 commits intoelastic:masterfrom
Conversation
|
Closing the PR as we want to re-write this to REST |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
The error happens when no data is coming back (as search is still running, see below example e.g.: The fix is just skip those formatter and return straight away when data is not ready, and the subscriber on client side sees |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
…n" beforehand (elastic#88642) * fix favorites for templates * fix integration test * fix integration test * fix event details request * handle data when searchstrategy is still running Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…n" beforehand (elastic#88642) * fix favorites for templates * fix integration test * fix integration test * fix event details request * handle data when searchstrategy is still running Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…n" beforehand (#88642) (#90132) * fix favorites for templates * fix integration test * fix integration test * fix event details request * handle data when searchstrategy is still running Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…n" beforehand (#88642) (#90133) * fix favorites for templates * fix integration test * fix integration test * fix event details request * handle data when searchstrategy is still running Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Summary
Issue description and how to reproduce:
#85403
Expected result:
#85403 (comment)
This PR also fixes event details not able to be loaded in notes tab after clicking on
>I found no data from serverside:

I am able to reproduce it with postman.

I logged the error message from server side:

It fails twice in my 30 trials:

Step to reproduce:
>Expected result:
Event details should be loaded properly.
Checklist