Gets configured auto-follow patterns Added in 6.5.0
Returns the specified auto-follow pattern collection.
GET /_ccr/auto_follow
curl \
-X GET http://api.example.com/_ccr/auto_follow
Response examples (200)
{
"patterns": [
{
"name": "string",
"pattern": {
"active": true,
"remote_cluster": "string",
"follow_index_pattern": "string",
"leader_index_patterns": [
"string"
],
"leader_index_exclusion_patterns": [
"string"
],
"max_outstanding_read_requests": 42.0
}
}
]
}