-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Search Sessions] Save all sessions, with persisted flag #89570
Merged
Merged
Changes from all commits
Commits
Show all changes
84 commits
Select commit
Hold shift + click to select a range
c22024f
[data.search] Add search session methods to search service contract
lukasolson 1046c54
Merge branch 'master' into search-session-api
lukasolson 7040716
Fix types
lukasolson eeddf84
Fix tests and switch to cancel
lukasolson f09eb38
Update docs
lukasolson e6124af
Merge branch 'master' into search-session-api
lukasolson e160019
Fix types/tests
lukasolson 3c08c3d
Fix tests
lukasolson 0cd92ed
Update status of SO before cancelling search requests
lukasolson f1a1d0b
Add API integration test
lukasolson 552e545
Merge branch 'master' into search-session-api
lukasolson ee6e337
Merge branch 'master' into search-session-api
lukasolson 32315b7
Fix types
lukasolson 542de95
Update expiration route to use config defaultExpiration
lukasolson 5b22249
Fix test
lukasolson 66420b4
Update docs
lukasolson 8a5e3d3
New logic for extend
lukasolson 71582c7
Remove declare module
lukasolson 03f413a
Search Sessions: Unskip Flaky Functional Test
tsullivan 65840b3
Review feedback
lukasolson fdb940b
Merge branch 'master' of github.com:elastic/kibana into pr/87966
b2bce4b
fix ts
2e09f56
Merge branch 'master' into flaky/search-sessions
tsullivan cb1de74
Save all search sessions and then manage them based on their persiste…
2b3b90e
Get default search session expiration from config
cd23cef
randomize sleep time
5f21181
fix test
50081b5
Merge branch 'master' into search-session-api
lukasolson e24181c
Remove test that is no longer valid
lukasolson 08ed572
Merge remote-tracking branch 'origin/search-session-api' into search-…
lukasolson cdcf562
fix test
bdbc748
Merge branch 'master' into sessions/save-all-sessions
kibanamachine 667c9d3
Make sure we poll, and dont persist, searches not in the context of a…
867f1f4
Merge branch 'sessions/save-all-sessions' of github.com:lizozom/kiban…
51545ae
Merge branch 'master' of github.com:elastic/kibana into sessions/save…
763746b
Added keepalive unit tests
44ef260
Merge branch 'master' into search-session-api
lukasolson bbf85c5
Merge branch 'master' into sessions/save-all-sessions
kibanamachine 01f292d
fix ts
Dosant 7a85729
Merge branch 'master' into flaky/search-sessions
kibanamachine 46cdf7f
Merge branch 'master' of github.com:elastic/kibana into sessions/save…
393d800
Merge branch 'sessions/save-all-sessions' of github.com:lizozom/kiban…
2d75b96
code review @lukasolson
13691e6
Merge branch 'master' of github.com:elastic/kibana into sessions/save…
1cd21fd
ts
a9cc263
More tests, rename onScreenTimeout to completedTimeout
bfcbdb2
lint
9b914f6
lint
ddb86a7
Merge branch 'master' into flaky/search-sessions
kibanamachine 7ab767d
Delete async seaches
d924604
Support saved object pagination
11f429e
Merge branch 'master' of github.com:elastic/kibana into sessions/save…
48a90fb
better PersistedSearchSessionSavedObjectAttributes ts
de99c73
test titles
1bad580
Merge branch 'master' of github.com:elastic/kibana into sessions/save…
53a820e
Merge branch 'master' into sessions/save-all-sessions
kibanamachine ab0ce8f
Merge branch 'master' into sessions/save-all-sessions
kibanamachine 99b4ca0
Merge branch 'master' into search-session-api
lukasolson 99dc347
Fix undefined bug
lukasolson 89d0887
Merge branch 'master' into sessions/save-all-sessions
kibanamachine eb735ef
Merge branch 'master' of github.com:elastic/kibana into sessions/save…
f305245
Remove runAt from monitoring task
68c163d
Merge branch 'sessions/save-all-sessions' of github.com:lizozom/kiban…
d92996e
support workload histograms that take into account overdue tasks
gmmorris 0587c27
Merge branch 'sessions/save-all-sessions' of https://github.com/lizoz…
gmmorris 353f722
Update touched when changing session status to complete \ error
899d547
Merge branch 'sessions/save-all-sessions' of github.com:lizozom/kiban…
6bd93ac
removed test
a6491dd
Updated management test data
fc29c7f
Rename configs
d61fa45
Merge branch 'sessions/save-all-sessions' into pr/89370
e582910
Merge branch 'master' into search-session-api
lukasolson fbfc1b1
Fix types
lukasolson 2bd7e2b
delete tap first
cf45bb3
Merge branch 'master' of github.com:elastic/kibana into sessions/save…
19fa7e1
Merge branch 'sessions/save-all-sessions' of github.com:lizozom/kiban…
5c564c2
Merge branch 'master' of github.com:elastic/kibana into pr/87966
2b5c2aa
Merge branch 'pr/87966' into sessions/save-all-sessions
3eb8f01
Use DataRequestHandlerContext in maps
6462da6
ts
4b89dbf
Merge branch 'pr/87966' into sessions/save-all-sessions
c890574
Merge branch 'master' of github.com:elastic/kibana into sessions/save…
592c81b
Fixed ts
07523f3
Merge branch 'master' of github.com:elastic/kibana into sessions/save…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
*/ | ||
|
||
export { | ||
SEARCH_SESSION_TYPE, | ||
ENHANCED_ES_SEARCH_STRATEGY, | ||
EQL_SEARCH_STRATEGY, | ||
EqlRequestParams, | ||
|
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need an explicit
touched
property or can we just go by theupdated_at
which every saved object already has?