7.11 Release notes
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
7.11 Release notes
edit7.11.2 Release notes
editClient
edit- Bug fix in meta header, fixes fail when http adapter library hasn’t been loaded yet: Issue.
7.11.1 Release notes
editClient
edit- Bug fix in meta header, adds support for unknown Faraday adapters. Pull Request.
7.11.0 Release notes
editClient
edit-
Support for Elasticsearch version
7.11.0. - Fixes a bug with headers in our default Faraday class. Commit.
-
Adds the
X-Elastic-Client-MetaHTTP header which is used by Elastic Cloud and can be disabled with theenable_meta_headerparameter set tofalse.
API
edit-
cat.tasks- Parameternode_idchanges name tonodes, a comma-separated list of node IDS or names. Parameterparent_taskchanges name toparent_task_id. -
APIs that are no longer experimental:
cluster.delete_component_template,cluster.exists_component_template,cluster.get_component_template,cluster.put_component_template,indices.delete_index_template,indices.exists_index_template,indices.get_index_template,indices.put_index_template,indices.simulate_index_template,indices.simulate_template. -
Deprecation notice: The _upgrade API is no longer useful and will be removed. Instead, see
_reindex API. Deprecated since version 8.0.0. Endpoints:indices.get_upgrade,indices.upgrade
X-Pack
edit-
New endpoints:
async_search.status,autoscaling.get_autoscaling_capacity(experimental),indices.migrate_to_data_stream,indices.promote_data_stream,machine_learning.upgrade_job_snapshot,rollup.rollup,watcher.query_watches. -
APIs that are no longer experimental:
eql.delete,eql.get,eql.search, -
APIs promoted from experimental to beta:
machine_learning.delete_data_frame_analytics,ml.delete_trained_model,machine_learning.evaluate_data_frame,machine_learning.explain_data_frame_analytics,machine_learning.get_data_frame_analytics,machine_learning.get_datafeed_stats,machine_learning.get_trained_models,machine_learning.get_trained_models_stats,machine_learning.put_data_frame_analytics,machine_learning.put_trained_model,machine_learning.start_data_frame_analytics,machine_learning.stop_data_frame_analytics,machine_learning.update_data_frame_analytics -
indices.delete_data_stream,indices.get_data_streamadd parameterexpand_wildcards, wether wildcard expressions should get expanded to open or closed indices (default: open). Options: open, closed, hidden, none, all. -
machine_learning.get_data_frame_analytics,machine_learning.get_datafeeds,machine_learning.get_jobs,machine_learning.get_trained_models,transform.get_transformadd parameterexclude_generated- omits fields that are illegal to set on PUT. -
data_frame_transform_deprecated.get_transform(_data_frame/transforms/ is deprecated, use _transform/ in the future) adds parameterexclude_generated- omits generated files.