Commit 02cc744
committed
[API] Updates cluster.get_component_template, open_point_in_time
cluster.get_component_template:
* Adds [Boolean] :flat_settings return settings in flat format (default: false)
* Adds [String] :settings_filter, filter out results, for example to filter out sensitive information. Supports wildcards or full settings keys
open_point_in_time:
* Adds [Number] :max_concurrent_shard_requests, the number of concurrent shard requests per node executed concurrently when opening this point-in-time.1 parent 1f507ea commit 02cc744
File tree
2 files changed
+3
-0
lines changed- elasticsearch-api/lib/elasticsearch/api/actions
- cluster
2 files changed
+3
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments