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