[[Elasticsearch_Namespaces_CcrNamespace]] === Elasticsearch\Namespaces\CcrNamespace Class CcrNamespace *Description* NOTE: this file is autogenerated using util/GenerateEndpoints.php and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7) *Methods* The class defines the following methods: * <> * <> * <> * <> * <> * <> * <> * <> * <> * <> * <> * <> * <> [[Elasticsearch_Namespaces_CcrNamespacedeleteAutoFollowPattern_deleteAutoFollowPattern]] .`deleteAutoFollowPattern(array $params = [])` **** [source,php] ---- /* $params['name'] = (string) The name of the auto follow pattern. */ ---- **** [[Elasticsearch_Namespaces_CcrNamespacefollow_follow]] .`follow(array $params = [])` **** [source,php] ---- /* $params['index'] = (string) The name of the follower index $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) $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required) */ ---- **** [[Elasticsearch_Namespaces_CcrNamespacefollowInfo_followInfo]] .`followInfo(array $params = [])` **** [source,php] ---- /* $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices */ ---- **** [[Elasticsearch_Namespaces_CcrNamespacefollowStats_followStats]] .`followStats(array $params = [])` **** [source,php] ---- /* $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices */ ---- **** [[Elasticsearch_Namespaces_CcrNamespaceforgetFollower_forgetFollower]] .`forgetFollower(array $params = [])` **** [source,php] ---- /* $params['index'] = (string) the name of the leader index for which specified follower retention leases should be removed $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) */ ---- **** [[Elasticsearch_Namespaces_CcrNamespacegetAutoFollowPattern_getAutoFollowPattern]] .`getAutoFollowPattern(array $params = [])` **** [source,php] ---- /* $params['name'] = (string) The name of the auto follow pattern. */ ---- **** [[Elasticsearch_Namespaces_CcrNamespacepauseAutoFollowPattern_pauseAutoFollowPattern]] .`pauseAutoFollowPattern(array $params = [])` **** [source,php] ---- /* $params['name'] = (string) The name of the auto follow pattern that should pause discovering new indices to follow. */ ---- **** [[Elasticsearch_Namespaces_CcrNamespacepauseFollow_pauseFollow]] .`pauseFollow(array $params = [])` **** [source,php] ---- /* $params['index'] = (string) The name of the follower index that should pause following its leader index. */ ---- **** [[Elasticsearch_Namespaces_CcrNamespaceputAutoFollowPattern_putAutoFollowPattern]] .`putAutoFollowPattern(array $params = [])` **** [source,php] ---- /* $params['name'] = (string) The name of the auto follow pattern. */ ---- **** [[Elasticsearch_Namespaces_CcrNamespaceresumeAutoFollowPattern_resumeAutoFollowPattern]] .`resumeAutoFollowPattern(array $params = [])` **** [source,php] ---- /* $params['name'] = (string) The name of the auto follow pattern to resume discovering new indices to follow. */ ---- **** [[Elasticsearch_Namespaces_CcrNamespaceresumeFollow_resumeFollow]] .`resumeFollow(array $params = [])` **** [source,php] ---- /* $params['index'] = (string) The name of the follow index to resume following. */ ---- **** [[Elasticsearch_Namespaces_CcrNamespacestats_stats]] .`stats(array $params = [])` **** [source,php] ---- /* */ ---- **** [[Elasticsearch_Namespaces_CcrNamespaceunfollow_unfollow]] .`unfollow(array $params = [])` **** [source,php] ---- /* $params['index'] = (string) The name of the follower index that should be turned into a regular index. */ ---- ****