Lines Matching refs:params

38 .`deleteAutoFollowPattern(array $params = [])`
43 $params['name'] = (string) The name of the auto follow pattern.
51 .`follow(array $params = [])`
56 $params['index'] = (string) The name of the follower index
57 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before returning. Defaults to 0. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1) (Default = 0)
58 $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
66 .`followInfo(array $params = [])`
71 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices
79 .`followStats(array $params = [])`
84 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices
92 .`forgetFollower(array $params = [])`
97 $params['index'] = (string) the name of the leader index for which specified follower retention leases should be removed
98 $params['body'] = (array) the name and UUID of the follower index, the name of the cluster containing the follower index, and the alias from the perspective of that cluster for the remote cluster containing the leader index (Required)
106 .`getAutoFollowPattern(array $params = [])`
111 $params['name'] = (string) The name of the auto follow pattern.
119 .`pauseAutoFollowPattern(array $params = [])`
124 $params['name'] = (string) The name of the auto follow pattern that should pause discovering new indices to follow.
132 .`pauseFollow(array $params = [])`
137 $params['index'] = (string) The name of the follower index that should pause following its leader index.
145 .`putAutoFollowPattern(array $params = [])`
150 $params['name'] = (string) The name of the auto follow pattern.
158 .`resumeAutoFollowPattern(array $params = [])`
163 $params['name'] = (string) The name of the auto follow pattern to resume discovering new indices to follow.
171 .`resumeFollow(array $params = [])`
176 $params['index'] = (string) The name of the follow index to resume following.
184 .`stats(array $params = [])`
196 .`unfollow(array $params = [])`
201 $params['index'] = (string) The name of the follower index that should be turned into a regular index.