[Data/Search Sessions] Management UI#81707
Merged
lizozom merged 81 commits intoelastic:masterfrom Jan 20, 2021
Merged
Conversation
0730d47 to
f9b0d2b
Compare
Contributor
cb91db0 to
33a2c6d
Compare
5ce124c to
aa20b63
Compare
e05ae8a to
4a826e5
Compare
lukasolson
reviewed
Jan 14, 2021
x-pack/plugins/data_enhanced/common/search/sessions_mgmt/constants.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/data_enhanced/common/search/sessions_mgmt/index.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/data_enhanced/public/search/sessions_mgmt/components/status.tsx
Show resolved
Hide resolved
x-pack/plugins/data_enhanced/public/search/sessions_mgmt/lib/api.ts
Outdated
Show resolved
Hide resolved
| const tFuture = moment.utc(expires).valueOf(); | ||
|
|
||
| // NOTE this could end up negative. If server time is off from the browser's clock | ||
| // and the session was early expired when the browser refreshed the listing |
Contributor
There was a problem hiding this comment.
Does the monitoring task take care of this @lizozom? I can't remember offhand
Contributor
|
added 2 commits
January 17, 2021 16:26
…oard Renamed search session test service
Contributor
|
@elasticmachine merge upstream |
tsullivan
commented
Jan 19, 2021
x-pack/plugins/data_enhanced/public/search/sessions_mgmt/components/actions/types.ts
Outdated
Show resolved
Hide resolved
tsullivan
commented
Jan 19, 2021
x-pack/plugins/data_enhanced/public/search/sessions_mgmt/components/table/table.tsx
Outdated
Show resolved
Hide resolved
tsullivan
commented
Jan 19, 2021
tsullivan
commented
Jan 19, 2021
x-pack/test/send_search_to_background_integration/services/send_to_background.ts
Outdated
Show resolved
Hide resolved
Member
Author
|
I can't approve this since it is my own Pull Request, but all the changes made since I last worked on this look GREAT! I only have a couple things, which maybe are nits:
|
Contributor
💔 Build Failed
Failed CI Steps
Test FailuresChrome X-Pack UI Functional Tests.x-pack/test/functional/apps/ml/data_frame_analytics/cloning·ts.machine learning data frame analytics jobs cloning supported by UI form classification job supported by the form opens the existing job in the data frame analytics job wizardStandard OutStack TraceX-Pack Endpoint Functional Tests.x-pack/test/security_solution_endpoint/apps/endpoint/endpoint_list·ts.endpoint endpoint list when initially navigating to page finds data after load and pollingStandard OutStack TraceX-Pack API Integration Tests.x-pack/test/api_integration/apis/ml/modules/setup_module·ts.apis Machine Learning modules module setup sets up module data for logs_ui_categories with prefix, startDatafeed true and estimateModelMemory trueStandard OutStack Traceand 3 more failures, only showing the first 3. Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Release note
Adds Search Sessions to the Kibana section of Stack Management to allow users to Inspect, Extend or Delete a saved Search Session
Summary
Part of #61738
Closes #61741
This PR implements a Management UI for Background Sessions.
TODO:
[ ] Use server-side table paging instead of in-memory table[ ] More actions support: cancel, extendlTODO in a later PR)Release Note
For Background Sessions, there is a new management section featured under Stack Management, to manage background sessions. From there, a user can navigate back to the app and restore the search session to view the async search result data.
Depends on: