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

Add clear scroll api #3657

Closed
martijnvg opened this issue Sep 9, 2013 · 1 comment
Closed

Add clear scroll api #3657

martijnvg opened this issue Sep 9, 2013 · 1 comment

Comments

@martijnvg
Copy link
Member

Add an api that allows to clear all the resources associated with a search scroll id. Example usage:

curl -XDELETE 'localhost:9200/_search/scroll/{scroll_id}'
@ghost ghost assigned martijnvg Sep 9, 2013
martijnvg added a commit that referenced this issue Sep 10, 2013
The clear scroll api allows clear all resources associated with a `scroll_id` by deleting the `scroll_id` and its associated SearchContext.

Closes #3657
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
The clear scroll api allows clear all resources associated with a `scroll_id` by deleting the `scroll_id` and its associated SearchContext.

Closes elastic#3657
@CV-Hrudayanath
Copy link

@martijnvg How to monitor resources associated with scroll?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants