7.11.0-beta1
Pre-release
Pre-release
Client
Added
- Added the
X-Elastic-Client-Meta
HTTP header and themeta_header
parameter for controlling the header (#1473) - Added
ElasticsearchWarning
which is raised when theWarning
HTTP header is returned from Elasticsearch.ElasticsearchDeprecationWarning
is now an alias for this warning type (#1495)
APIs
Async Search
- Added the
async_search.status
API
Autoscaling
- Added the
autoscaling.get_autoscaling_capacity
experimental API - Removed the
autoscaling.get_autoscaling_decision
experimental API
Cat
- Changed
cat.tasks
API parametersnode_id
andparent_task
tonodes
andparent_task_id
Cluster
- Changed
cluster.delete_component_template
,cluster.exists_component_template
, andcluster.get_component_template
,
cluster.put_component_template
APIs from experimental to stable
EQL
- Changed
eql.delete
,eql.get
,eql.search
APIs from beta to stable
Indices
- Added
indices.migrate_to_data_stream
API - Added
indices.promote_data_stream
API - Added
expand_wildcards
parameter to theindices.delete_data_stream
andindices.get_data_stream
APIs - Changed
indices.delete_index_template
,indices.exists_index_template
,indices.get_index_template
,indices.put_index_template
,indices.simulate_index_template
, andindices.simulate_template
APIs moved from experimental to stable
Machine Learning
- Added
ml.upgrade_job_snapshot
API - Added
exclude_generated
parameter toml.get_data_frame_analytics
,ml.get_datafeeds
,ml.get_jobs
, andml.get_trained_models
APIs - Changed
ml.delete_data_frame_analytics
,ml.delete_trained_model
,ml.explain_data_frame_analytics
,ml.get_data_frame_analytics
,ml.get_data_frame_analytics_stats
,ml.get_trained_models
,ml.get_trained_models_stats
,ml.put_data_frame_analytics
,ml.put_trained_model
,ml.start_data_frame_analytics
,ml.stop_data_frame_analytics
,ml.update_data_frame_analytics
APIs from experimental to beta
Rollup
- Added
rollup.rollup
API
Transform
- Added
exclude_generated
parameter totransform.get_transform
API
Watcher
- Added
watcher.query_watches
API