-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathccr.unfollow.json
33 lines (33 loc) · 951 Bytes
/
ccr.unfollow.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"ccr.unfollow": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-unfollow.html",
"description": "Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication."
},
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"]
},
"url": {
"paths": [
{
"path": "/{index}/_ccr/unfollow",
"methods": ["POST"],
"parts": {
"index": {
"type": "string",
"description": "The name of the follower index that should be turned into a regular index."
}
}
}
]
},
"params": {
"master_timeout": {
"type": "time",
"description": "Explicit operation timeout for connection to master node"
}
}
}
}