@@ -33,7 +33,7 @@ def allocation(self, node_id=None, params=None):
33
33
34
34
:arg node_id: A comma-separated list of node IDs or names to
35
35
limit the returned information
36
- :arg bytes: The unit in which to display byte values Valid
36
+ :arg bytes: The unit in which to display byte values Valid
37
37
choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
38
38
:arg format: a short version of the Accept header, e.g. json,
39
39
yaml
@@ -84,7 +84,7 @@ def health(self, params=None):
84
84
:arg help: Return help information
85
85
:arg s: Comma-separated list of column names or column aliases
86
86
to sort by
87
- :arg time: The unit in which to display time values Valid
87
+ :arg time: The unit in which to display time values Valid
88
88
choices: d (Days), h (Hours), m (Minutes), s (Seconds), ms
89
89
(Milliseconds), micros (Microseconds), nanos (Nanoseconds)
90
90
:arg ts: Set to false to disable timestamping Default: True
@@ -126,13 +126,13 @@ def indices(self, index=None, params=None):
126
126
127
127
:arg index: A comma-separated list of index names to limit the
128
128
returned information
129
- :arg bytes: The unit in which to display byte values Valid
129
+ :arg bytes: The unit in which to display byte values Valid
130
130
choices: b, k, m, g
131
131
:arg format: a short version of the Accept header, e.g. json,
132
132
yaml
133
133
:arg h: Comma-separated list of column names to display
134
134
:arg health: A health status ("green", "yellow", or "red" to
135
- filter only indices matching the specified health status Valid choices:
135
+ filter only indices matching the specified health status Valid choices:
136
136
green, yellow, red
137
137
:arg help: Return help information
138
138
:arg include_unloaded_segments: If set to true segment stats
@@ -145,7 +145,7 @@ def indices(self, index=None, params=None):
145
145
:arg pri: Set to true to return stats only for primary shards
146
146
:arg s: Comma-separated list of column names or column aliases
147
147
to sort by
148
- :arg time: The unit in which to display time values Valid
148
+ :arg time: The unit in which to display time values Valid
149
149
choices: d (Days), h (Hours), m (Minutes), s (Seconds), ms
150
150
(Milliseconds), micros (Microseconds), nanos (Nanoseconds)
151
151
:arg v: Verbose mode. Display column headers
@@ -191,7 +191,7 @@ def nodes(self, params=None):
191
191
Returns basic statistics about performance of cluster nodes.
192
192
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html>`_
193
193
194
- :arg bytes: The unit in which to display byte values Valid
194
+ :arg bytes: The unit in which to display byte values Valid
195
195
choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
196
196
:arg format: a short version of the Accept header, e.g. json,
197
197
yaml
@@ -205,7 +205,7 @@ def nodes(self, params=None):
205
205
to master node
206
206
:arg s: Comma-separated list of column names or column aliases
207
207
to sort by
208
- :arg time: The unit in which to display time values Valid
208
+ :arg time: The unit in which to display time values Valid
209
209
choices: d (Days), h (Hours), m (Minutes), s (Seconds), ms
210
210
(Milliseconds), micros (Microseconds), nanos (Nanoseconds)
211
211
:arg v: Verbose mode. Display column headers
@@ -224,7 +224,7 @@ def recovery(self, index=None, params=None):
224
224
names to limit the returned information
225
225
:arg active_only: If `true`, the response only includes ongoing
226
226
shard recoveries
227
- :arg bytes: The unit in which to display byte values Valid
227
+ :arg bytes: The unit in which to display byte values Valid
228
228
choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
229
229
:arg detailed: If `true`, the response includes detailed
230
230
information about shard recoveries
@@ -236,7 +236,7 @@ def recovery(self, index=None, params=None):
236
236
names to limit the returned information
237
237
:arg s: Comma-separated list of column names or column aliases
238
238
to sort by
239
- :arg time: The unit in which to display time values Valid
239
+ :arg time: The unit in which to display time values Valid
240
240
choices: d (Days), h (Hours), m (Minutes), s (Seconds), ms
241
241
(Milliseconds), micros (Microseconds), nanos (Nanoseconds)
242
242
:arg v: Verbose mode. Display column headers
@@ -255,7 +255,7 @@ def shards(self, index=None, params=None):
255
255
256
256
:arg index: A comma-separated list of index names to limit the
257
257
returned information
258
- :arg bytes: The unit in which to display byte values Valid
258
+ :arg bytes: The unit in which to display byte values Valid
259
259
choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
260
260
:arg format: a short version of the Accept header, e.g. json,
261
261
yaml
@@ -267,7 +267,7 @@ def shards(self, index=None, params=None):
267
267
to master node
268
268
:arg s: Comma-separated list of column names or column aliases
269
269
to sort by
270
- :arg time: The unit in which to display time values Valid
270
+ :arg time: The unit in which to display time values Valid
271
271
choices: d (Days), h (Hours), m (Minutes), s (Seconds), ms
272
272
(Milliseconds), micros (Microseconds), nanos (Nanoseconds)
273
273
:arg v: Verbose mode. Display column headers
@@ -284,7 +284,7 @@ def segments(self, index=None, params=None):
284
284
285
285
:arg index: A comma-separated list of index names to limit the
286
286
returned information
287
- :arg bytes: The unit in which to display byte values Valid
287
+ :arg bytes: The unit in which to display byte values Valid
288
288
choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
289
289
:arg format: a short version of the Accept header, e.g. json,
290
290
yaml
@@ -314,7 +314,7 @@ def pending_tasks(self, params=None):
314
314
to master node
315
315
:arg s: Comma-separated list of column names or column aliases
316
316
to sort by
317
- :arg time: The unit in which to display time values Valid
317
+ :arg time: The unit in which to display time values Valid
318
318
choices: d (Days), h (Hours), m (Minutes), s (Seconds), ms
319
319
(Milliseconds), micros (Microseconds), nanos (Nanoseconds)
320
320
:arg v: Verbose mode. Display column headers
@@ -342,7 +342,7 @@ def thread_pool(self, thread_pool_patterns=None, params=None):
342
342
to master node
343
343
:arg s: Comma-separated list of column names or column aliases
344
344
to sort by
345
- :arg size: The multiplier in which to display values Valid
345
+ :arg size: The multiplier in which to display values Valid
346
346
choices: , k, m, g, t, p
347
347
:arg v: Verbose mode. Display column headers
348
348
"""
@@ -361,7 +361,7 @@ def fielddata(self, fields=None, params=None):
361
361
362
362
:arg fields: A comma-separated list of fields to return the
363
363
fielddata size
364
- :arg bytes: The unit in which to display byte values Valid
364
+ :arg bytes: The unit in which to display byte values Valid
365
365
choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
366
366
:arg fields: A comma-separated list of fields to return in the
367
367
output
@@ -459,7 +459,7 @@ def snapshots(self, repository=None, params=None):
459
459
to master node
460
460
:arg s: Comma-separated list of column names or column aliases
461
461
to sort by
462
- :arg time: The unit in which to display time values Valid
462
+ :arg time: The unit in which to display time values Valid
463
463
choices: d (Days), h (Hours), m (Minutes), s (Seconds), ms
464
464
(Milliseconds), micros (Microseconds), nanos (Nanoseconds)
465
465
:arg v: Verbose mode. Display column headers
@@ -501,7 +501,7 @@ def tasks(self, params=None):
501
501
Set to -1 to return all.
502
502
:arg s: Comma-separated list of column names or column aliases
503
503
to sort by
504
- :arg time: The unit in which to display time values Valid
504
+ :arg time: The unit in which to display time values Valid
505
505
choices: d (Days), h (Hours), m (Minutes), s (Seconds), ms
506
506
(Milliseconds), micros (Microseconds), nanos (Nanoseconds)
507
507
:arg v: Verbose mode. Display column headers
0 commit comments