File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
rest-api-spec/src/main/resources/rest-api-spec/api Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 20
20
"parts" :{
21
21
"name" :{
22
22
"type" :" string" ,
23
- "description" :" The name of the data stream or data stream pattern "
23
+ "description" :" Comma-separated list of data streams or data stream patterns "
24
24
}
25
25
}
26
26
}
27
27
]
28
28
},
29
29
"params" :{
30
- "timeout" :{
31
- "type" :" time" ,
32
- "description" :" Specify timeout for acknowledging the cluster state update"
33
- },
34
30
"master_timeout" :{
35
31
"type" :" time" ,
36
- "description" :" Specify timeout for connection to master"
32
+ "description" :" Period to wait for a connection to the master node "
37
33
}
38
34
}
39
35
}
Original file line number Diff line number Diff line change 20
20
"parts" :{
21
21
"name" :{
22
22
"type" :" string" ,
23
- "description" :" The name of the data stream or data stream pattern "
23
+ "description" :" Comma-separated list of data streams or data stream patterns "
24
24
}
25
25
}
26
26
}
29
29
"params" :{
30
30
"dry_run" :{
31
31
"type" :" boolean" ,
32
- "description" :" Perform a dry run but do not actually change any settings" ,
32
+ "description" :" Whether this request should only be a dry run rather than actually applying settings" ,
33
33
"default" :false
34
34
},
35
35
"timeout" :{
36
36
"type" :" time" ,
37
- "description" :" Specify timeout for acknowledging the cluster state update "
37
+ "description" :" Period to wait for a response "
38
38
},
39
39
"master_timeout" :{
40
40
"type" :" time" ,
41
- "description" :" Specify timeout for connection to master"
41
+ "description" :" Period to wait for a connection to the master node "
42
42
}
43
43
},
44
44
"body" :{
You can’t perform that action at this time.
0 commit comments