-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Add new x-pack endpoints to track the progress of a search asynchronously #49931
Commits on Dec 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 750a81d - Browse repository at this point
Copy the full SHA 750a81dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c28766c - Browse repository at this point
Copy the full SHA c28766cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bfafb4 - Browse repository at this point
Copy the full SHA 4bfafb4View commit details
Commits on Dec 11, 2019
-
use a single object named response in the xcontent serialization of t…
…he async search response
Configuration menu - View commit details
-
Copy full SHA for 3ace355 - Browse repository at this point
Copy the full SHA 3ace355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d000ca - Browse repository at this point
Copy the full SHA 5d000caView commit details
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1cd2a9a - Browse repository at this point
Copy the full SHA 1cd2a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52085bb - Browse repository at this point
Copy the full SHA 52085bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for da7329d - Browse repository at this point
Copy the full SHA da7329dView commit details
Commits on Dec 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 20c24a0 - Browse repository at this point
Copy the full SHA 20c24a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 438a7b0 - Browse repository at this point
Copy the full SHA 438a7b0View commit details
Commits on Dec 16, 2019
-
add a security layer that restricts the usage of the async search API…
…s to the user that submitted the initial rquest
Configuration menu - View commit details
-
Copy full SHA for 5a907b9 - Browse repository at this point
Copy the full SHA 5a907b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1eac14 - Browse repository at this point
Copy the full SHA a1eac14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2180dde - Browse repository at this point
Copy the full SHA 2180ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for be0ba05 - Browse repository at this point
Copy the full SHA be0ba05View commit details
Commits on Dec 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3c1ffdd - Browse repository at this point
Copy the full SHA 3c1ffddView commit details
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8434d4d - Browse repository at this point
Copy the full SHA 8434d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d2414 - Browse repository at this point
Copy the full SHA b1d2414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 542fff2 - Browse repository at this point
Copy the full SHA 542fff2View commit details -
This commit ensures that the rollover index is created before launching an async search. It also changes the design to not store any document if the submit action returns a final response.
Configuration menu - View commit details
-
Copy full SHA for 177e303 - Browse repository at this point
Copy the full SHA 177e303View commit details -
Configuration menu - View commit details
-
Copy full SHA for baa498d - Browse repository at this point
Copy the full SHA baa498dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a0d66 - Browse repository at this point
Copy the full SHA 10a0d66View commit details
Commits on Dec 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fe5c150 - Browse repository at this point
Copy the full SHA fe5c150View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8cdf2 - Browse repository at this point
Copy the full SHA ec8cdf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4fa0de - Browse repository at this point
Copy the full SHA b4fa0deView commit details
Commits on Dec 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 17c0602 - Browse repository at this point
Copy the full SHA 17c0602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5229c - Browse repository at this point
Copy the full SHA 8e5229cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93189d3 - Browse repository at this point
Copy the full SHA 93189d3View commit details
Commits on Dec 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d03b940 - Browse repository at this point
Copy the full SHA d03b940View commit details
Commits on Jan 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 96a29d9 - Browse repository at this point
Copy the full SHA 96a29d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ffb1dd - Browse repository at this point
Copy the full SHA 7ffb1ddView commit details
Commits on Jan 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9930ccd - Browse repository at this point
Copy the full SHA 9930ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28fd67c - Browse repository at this point
Copy the full SHA 28fd67cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d98706 - Browse repository at this point
Copy the full SHA 9d98706View commit details
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6c5288a - Browse repository at this point
Copy the full SHA 6c5288aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9056b87 - Browse repository at this point
Copy the full SHA 9056b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a69a21 - Browse repository at this point
Copy the full SHA 8a69a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c2ca4 - Browse repository at this point
Copy the full SHA 78c2ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb7148 - Browse repository at this point
Copy the full SHA 5eb7148View commit details
Commits on Jan 22, 2020
-
add more statistics to the search progress listener (number of skippe…
…d shards, remote clusters statistics)
Configuration menu - View commit details
-
Copy full SHA for fb3364f - Browse repository at this point
Copy the full SHA fb3364fView commit details -
Replace generic thread pool execution with asynchronous listener that…
… waits for completion in the task
Configuration menu - View commit details
-
Copy full SHA for 1e102fb - Browse repository at this point
Copy the full SHA 1e102fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 139d56a - Browse repository at this point
Copy the full SHA 139d56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6daa8 - Browse repository at this point
Copy the full SHA dc6daa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e410d3 - Browse repository at this point
Copy the full SHA 5e410d3View commit details
Commits on Jan 24, 2020
-
Expose the logic to cancel task when the rest channel is closed
This commit moves the logic that cancels search requests when the rest channel is closed to a generic client that can be used by other APIs. This will be useful for any rest action that wants to cancel the execution of a task if the underlying rest channel is closed by the client before completion. Relates elastic#49931 Relates elastic#50990 Relates elastic#50990
Configuration menu - View commit details
-
Copy full SHA for eb7ba8a - Browse repository at this point
Copy the full SHA eb7ba8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae7903 - Browse repository at this point
Copy the full SHA 6ae7903View commit details -
plug the automatic cancel of search if the rest channel is closed whe…
…n submitting the initial async search request
Configuration menu - View commit details
-
Copy full SHA for 159ed81 - Browse repository at this point
Copy the full SHA 159ed81View commit details -
Configuration menu - View commit details
-
Copy full SHA for a529db0 - Browse repository at this point
Copy the full SHA a529db0View commit details
Commits on Jan 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 19d89f9 - Browse repository at this point
Copy the full SHA 19d89f9View commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 373af3a - Browse repository at this point
Copy the full SHA 373af3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75601ca - Browse repository at this point
Copy the full SHA 75601caView commit details
Commits on Feb 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 936cc97 - Browse repository at this point
Copy the full SHA 936cc97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4237122 - Browse repository at this point
Copy the full SHA 4237122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b53aad - Browse repository at this point
Copy the full SHA 4b53aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 434b491 - Browse repository at this point
Copy the full SHA 434b491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15de81a - Browse repository at this point
Copy the full SHA 15de81aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f86649 - Browse repository at this point
Copy the full SHA 0f86649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b9b89e - Browse repository at this point
Copy the full SHA 3b9b89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b52a85a - Browse repository at this point
Copy the full SHA b52a85aView commit details -
Allow x-pack user to manage async-search indices
The x-pack user has all privileges on all indices except security indices and restricted indices. This change adds the authorization for restricted indices in order to allow the system user to manage these indices internally. This will allow the async-search restricted indices to be accessed only with the x-pack user.
Configuration menu - View commit details
-
Copy full SHA for 6a1c98d - Browse repository at this point
Copy the full SHA 6a1c98dView commit details
Commits on Feb 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c068667 - Browse repository at this point
Copy the full SHA c068667View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df46f8 - Browse repository at this point
Copy the full SHA 1df46f8View commit details
Commits on Feb 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aa85e2d - Browse repository at this point
Copy the full SHA aa85e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d9638 - Browse repository at this point
Copy the full SHA 05d9638View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e2072 - Browse repository at this point
Copy the full SHA e0e2072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bce32f - Browse repository at this point
Copy the full SHA 8bce32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f921e - Browse repository at this point
Copy the full SHA 33f921eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b903d0e - Browse repository at this point
Copy the full SHA b903d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7612748 - Browse repository at this point
Copy the full SHA 7612748View commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2721348 - Browse repository at this point
Copy the full SHA 2721348View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b7add - Browse repository at this point
Copy the full SHA e9b7addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8ba58 - Browse repository at this point
Copy the full SHA 3e8ba58View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6f3f2 - Browse repository at this point
Copy the full SHA cd6f3f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20aa0fe - Browse repository at this point
Copy the full SHA 20aa0feView commit details
Commits on Mar 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 05e2209 - Browse repository at this point
Copy the full SHA 05e2209View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 415c910 - Browse repository at this point
Copy the full SHA 415c910View commit details
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 91699d5 - Browse repository at this point
Copy the full SHA 91699d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d3f66 - Browse repository at this point
Copy the full SHA 20d3f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3bea16 - Browse repository at this point
Copy the full SHA e3bea16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8727385 - Browse repository at this point
Copy the full SHA 8727385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 315bb49 - Browse repository at this point
Copy the full SHA 315bb49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 806ae8f - Browse repository at this point
Copy the full SHA 806ae8fView commit details