Skip to content

Instantly share code, notes, and snippets.

@yodlegists
Created June 18, 2016 02:17
Show Gist options
  • Select an option

  • Save yodlegists/379bf2c579b9eaa41de2693f77f0268c to your computer and use it in GitHub Desktop.

Select an option

Save yodlegists/379bf2c579b9eaa41de2693f77f0268c to your computer and use it in GitHub Desktop.
Closing indices
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