Created
June 18, 2016 02:17
-
-
Save yodlegists/379bf2c579b9eaa41de2693f77f0268c to your computer and use it in GitHub Desktop.
Closing indices
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
| prod_indices = get_prod_indices(client) | |
| print 'Indices to close: ', prod_indices | |
| close_successful = curator.close_indices(client, prod_indices) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment