-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to specify an indices stats condition (#925)
With this commit we expand the existing `indices-stats` operation and allow to pass a condition based on a path and an expected value. This has a variety of use cases: * Verify that the number of documents in an index matches the expected number of documents * Wait until an operation has finished (e.g. no ongoing segment merges) by specifying additional retry properties.
- Loading branch information
1 parent
5584df0
commit a395a44
Showing
3 changed files
with
177 additions
and
3 deletions.
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 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