@@ -15,8 +15,8 @@ async def aliases(self, name=None, params=None, headers=None):
1515
1616 :arg name: A comma-separated list of alias names to return
1717 :arg expand_wildcards: Whether to expand wildcard expression to
18- concrete indices that are open, closed or both. Valid choices: open,
19- closed, hidden, none, all Default: all
18+ concrete indices that are open, closed or both. Valid choices: open,
19+ closed, hidden, none, all Default: all
2020 :arg format: a short version of the Accept header, e.g. json,
2121 yaml
2222 :arg h: Comma-separated list of column names to display
@@ -40,7 +40,7 @@ async def allocation(self, node_id=None, params=None, headers=None):
4040
4141 :arg node_id: A comma-separated list of node IDs or names to
4242 limit the returned information
43- :arg bytes: The unit in which to display byte values Valid
43+ :arg bytes: The unit in which to display byte values Valid
4444 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
4545 :arg format: a short version of the Accept header, e.g. json,
4646 yaml
@@ -94,9 +94,9 @@ async def health(self, params=None, headers=None):
9494 :arg help: Return help information
9595 :arg s: Comma-separated list of column names or column aliases
9696 to sort by
97- :arg time: The unit in which to display time values Valid
97+ :arg time: The unit in which to display time values Valid
9898 choices: d, h, m, s, ms, micros, nanos
99- :arg ts: Set to false to disable timestamping Default: True
99+ :arg ts: Set to false to disable timestamping Default: True
100100 :arg v: Verbose mode. Display column headers
101101 """
102102 return await self .transport .perform_request (
@@ -140,17 +140,17 @@ async def indices(self, index=None, params=None, headers=None):
140140
141141 :arg index: A comma-separated list of index names to limit the
142142 returned information
143- :arg bytes: The unit in which to display byte values Valid
143+ :arg bytes: The unit in which to display byte values Valid
144144 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
145145 :arg expand_wildcards: Whether to expand wildcard expression to
146- concrete indices that are open, closed or both. Valid choices: open,
147- closed, hidden, none, all Default: all
146+ concrete indices that are open, closed or both. Valid choices: open,
147+ closed, hidden, none, all Default: all
148148 :arg format: a short version of the Accept header, e.g. json,
149149 yaml
150150 :arg h: Comma-separated list of column names to display
151151 :arg health: A health status ("green", "yellow", or "red" to
152- filter only indices matching the specified health status Valid
153- choices: green, yellow, red
152+ filter only indices matching the specified health status Valid choices:
153+ green, yellow, red
154154 :arg help: Return help information
155155 :arg include_unloaded_segments: If set to true segment stats
156156 will include stats for segments that are not currently loaded into
@@ -162,7 +162,7 @@ async def indices(self, index=None, params=None, headers=None):
162162 :arg pri: Set to true to return stats only for primary shards
163163 :arg s: Comma-separated list of column names or column aliases
164164 to sort by
165- :arg time: The unit in which to display time values Valid
165+ :arg time: The unit in which to display time values Valid
166166 choices: d, h, m, s, ms, micros, nanos
167167 :arg v: Verbose mode. Display column headers
168168 """
@@ -209,7 +209,7 @@ async def nodes(self, params=None, headers=None):
209209 Returns basic statistics about performance of cluster nodes.
210210 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.8/cat-nodes.html>`_
211211
212- :arg bytes: The unit in which to display byte values Valid
212+ :arg bytes: The unit in which to display byte values Valid
213213 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
214214 :arg format: a short version of the Accept header, e.g. json,
215215 yaml
@@ -223,7 +223,7 @@ async def nodes(self, params=None, headers=None):
223223 to master node
224224 :arg s: Comma-separated list of column names or column aliases
225225 to sort by
226- :arg time: The unit in which to display time values Valid
226+ :arg time: The unit in which to display time values Valid
227227 choices: d, h, m, s, ms, micros, nanos
228228 :arg v: Verbose mode. Display column headers
229229 """
@@ -243,7 +243,7 @@ async def recovery(self, index=None, params=None, headers=None):
243243 names to limit the returned information
244244 :arg active_only: If `true`, the response only includes ongoing
245245 shard recoveries
246- :arg bytes: The unit in which to display byte values Valid
246+ :arg bytes: The unit in which to display byte values Valid
247247 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
248248 :arg detailed: If `true`, the response includes detailed
249249 information about shard recoveries
@@ -253,7 +253,7 @@ async def recovery(self, index=None, params=None, headers=None):
253253 :arg help: Return help information
254254 :arg s: Comma-separated list of column names or column aliases
255255 to sort by
256- :arg time: The unit in which to display time values Valid
256+ :arg time: The unit in which to display time values Valid
257257 choices: d, h, m, s, ms, micros, nanos
258258 :arg v: Verbose mode. Display column headers
259259 """
@@ -271,7 +271,7 @@ async def shards(self, index=None, params=None, headers=None):
271271
272272 :arg index: A comma-separated list of index names to limit the
273273 returned information
274- :arg bytes: The unit in which to display byte values Valid
274+ :arg bytes: The unit in which to display byte values Valid
275275 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
276276 :arg format: a short version of the Accept header, e.g. json,
277277 yaml
@@ -283,7 +283,7 @@ async def shards(self, index=None, params=None, headers=None):
283283 to master node
284284 :arg s: Comma-separated list of column names or column aliases
285285 to sort by
286- :arg time: The unit in which to display time values Valid
286+ :arg time: The unit in which to display time values Valid
287287 choices: d, h, m, s, ms, micros, nanos
288288 :arg v: Verbose mode. Display column headers
289289 """
@@ -299,7 +299,7 @@ async def segments(self, index=None, params=None, headers=None):
299299
300300 :arg index: A comma-separated list of index names to limit the
301301 returned information
302- :arg bytes: The unit in which to display byte values Valid
302+ :arg bytes: The unit in which to display byte values Valid
303303 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
304304 :arg format: a short version of the Accept header, e.g. json,
305305 yaml
@@ -329,7 +329,7 @@ async def pending_tasks(self, params=None, headers=None):
329329 to master node
330330 :arg s: Comma-separated list of column names or column aliases
331331 to sort by
332- :arg time: The unit in which to display time values Valid
332+ :arg time: The unit in which to display time values Valid
333333 choices: d, h, m, s, ms, micros, nanos
334334 :arg v: Verbose mode. Display column headers
335335 """
@@ -356,7 +356,7 @@ async def thread_pool(self, thread_pool_patterns=None, params=None, headers=None
356356 to master node
357357 :arg s: Comma-separated list of column names or column aliases
358358 to sort by
359- :arg size: The multiplier in which to display values Valid
359+ :arg size: The multiplier in which to display values Valid
360360 choices: , k, m, g, t, p
361361 :arg v: Verbose mode. Display column headers
362362 """
@@ -376,7 +376,7 @@ async def fielddata(self, fields=None, params=None, headers=None):
376376
377377 :arg fields: A comma-separated list of fields to return in the
378378 output
379- :arg bytes: The unit in which to display byte values Valid
379+ :arg bytes: The unit in which to display byte values Valid
380380 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
381381 :arg format: a short version of the Accept header, e.g. json,
382382 yaml
@@ -479,7 +479,7 @@ async def snapshots(self, repository=None, params=None, headers=None):
479479 to master node
480480 :arg s: Comma-separated list of column names or column aliases
481481 to sort by
482- :arg time: The unit in which to display time values Valid
482+ :arg time: The unit in which to display time values Valid
483483 choices: d, h, m, s, ms, micros, nanos
484484 :arg v: Verbose mode. Display column headers
485485 """
@@ -523,7 +523,7 @@ async def tasks(self, params=None, headers=None):
523523 Set to -1 to return all.
524524 :arg s: Comma-separated list of column names or column aliases
525525 to sort by
526- :arg time: The unit in which to display time values Valid
526+ :arg time: The unit in which to display time values Valid
527527 choices: d, h, m, s, ms, micros, nanos
528528 :arg v: Verbose mode. Display column headers
529529 """
@@ -564,15 +564,15 @@ async def ml_data_frame_analytics(self, id=None, params=None, headers=None):
564564 :arg allow_no_match: Whether to ignore if a wildcard expression
565565 matches no configs. (This includes `_all` string or when no configs have
566566 been specified)
567- :arg bytes: The unit in which to display byte values Valid
567+ :arg bytes: The unit in which to display byte values Valid
568568 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
569569 :arg format: a short version of the Accept header, e.g. json,
570570 yaml
571571 :arg h: Comma-separated list of column names to display
572572 :arg help: Return help information
573573 :arg s: Comma-separated list of column names or column aliases
574574 to sort by
575- :arg time: The unit in which to display time values Valid
575+ :arg time: The unit in which to display time values Valid
576576 choices: d, h, m, s, ms, micros, nanos
577577 :arg v: Verbose mode. Display column headers
578578 """
@@ -599,7 +599,7 @@ async def ml_datafeeds(self, datafeed_id=None, params=None, headers=None):
599599 :arg help: Return help information
600600 :arg s: Comma-separated list of column names or column aliases
601601 to sort by
602- :arg time: The unit in which to display time values Valid
602+ :arg time: The unit in which to display time values Valid
603603 choices: d, h, m, s, ms, micros, nanos
604604 :arg v: Verbose mode. Display column headers
605605 """
@@ -620,15 +620,15 @@ async def ml_jobs(self, job_id=None, params=None, headers=None):
620620 :arg allow_no_jobs: Whether to ignore if a wildcard expression
621621 matches no jobs. (This includes `_all` string or when no jobs have been
622622 specified)
623- :arg bytes: The unit in which to display byte values Valid
623+ :arg bytes: The unit in which to display byte values Valid
624624 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
625625 :arg format: a short version of the Accept header, e.g. json,
626626 yaml
627627 :arg h: Comma-separated list of column names to display
628628 :arg help: Return help information
629629 :arg s: Comma-separated list of column names or column aliases
630630 to sort by
631- :arg time: The unit in which to display time values Valid
631+ :arg time: The unit in which to display time values Valid
632632 choices: d, h, m, s, ms, micros, nanos
633633 :arg v: Verbose mode. Display column headers
634634 """
@@ -659,8 +659,8 @@ async def ml_trained_models(self, model_id=None, params=None, headers=None):
659659 :arg model_id: The ID of the trained models stats to fetch
660660 :arg allow_no_match: Whether to ignore if a wildcard expression
661661 matches no trained models. (This includes `_all` string or when no
662- trained models have been specified) Default: True
663- :arg bytes: The unit in which to display byte values Valid
662+ trained models have been specified) Default: True
663+ :arg bytes: The unit in which to display byte values Valid
664664 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
665665 :arg format: a short version of the Accept header, e.g. json,
666666 yaml
@@ -671,7 +671,7 @@ async def ml_trained_models(self, model_id=None, params=None, headers=None):
671671 to sort by
672672 :arg size: specifies a max number of trained models to get
673673 Default: 100
674- :arg time: The unit in which to display time values Valid
674+ :arg time: The unit in which to display time values Valid
675675 choices: d, h, m, s, ms, micros, nanos
676676 :arg v: Verbose mode. Display column headers
677677 """
@@ -708,7 +708,7 @@ async def transforms(self, transform_id=None, params=None, headers=None):
708708 to sort by
709709 :arg size: specifies a max number of transforms to get, defaults
710710 to 100
711- :arg time: The unit in which to display time values Valid
711+ :arg time: The unit in which to display time values Valid
712712 choices: d, h, m, s, ms, micros, nanos
713713 :arg v: Verbose mode. Display column headers
714714 """
0 commit comments