Resumes an auto-follow pattern that has been paused Added in 7.5.0
Path parameters
-
The name of the auto follow pattern to resume discovering new indices to follow.
POST /_ccr/auto_follow/{name}/resume
curl \
-X POST http://api.example.com/_ccr/auto_follow/{name}/resume
Response examples (200)
{
"acknowledged": true
}