Commit 89d8543
committed
[API] Updates create, eql.search, indices.recovery, reindex, search_mvt, snapshot.repository
create
* Adds Boolean parameter :require_alias. When true, requires destination to be an alias. Default is false
* Adds Boolean parameter :require_data_stream. When true, requires destination to be a data stream (existing or to be created). Default is false
eql.search
* Adds Boolean parameter :ccs_minimize_roundtrips. Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution
* Adds Boolean parameter :ignore_unavailable. Whether specified concrete indices should be ignored when unavailable (missing or closed)
* Adds Boolean parameter :allow_no_indices. Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
* Adds String parameter :expand_wildcards. Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
indices.recovery
* Adds Boolean parameter :ignore_unavailable. Whether specified concrete indices should be ignored when unavailable (missing or closed)
* Adds Boolean parameter :allow_no_indices. Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
* Adds String parameter :expand_wildcards. Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
reindex
* Adds Boolean parameter :require_alias. When true, requires destination to be an alias.
search_mvt
* Adds String parameter :grid_agg. Aggregation used to create a grid for `field`. (options: geotile, geohex)
snapshot.repository
* Adds Number parameter :register_operation_count. The minimum number of linearizable register operations to perform in total. Defaults to 10.1 parent 02cc744 commit 89d8543
File tree
6 files changed
+12
-0
lines changed- elasticsearch-api/lib/elasticsearch/api/actions
- eql
- indices
- snapshot
6 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments