- Ruby Client: other versions:
- Overview
- Getting started
- Installation
- Connecting
- Configuration
- Integrations
- Examples
- Troubleshooting
- Client helpers
- Release Notes
- 8.18 Release notes
- 8.17 Release notes
- 8.16 Release notes
- 8.15 Release notes
- 8.14 Release notes
- 8.13 Release notes
- 8.12 Release notes
- 8.11 Release notes
- 8.10 Release notes
- 8.9 Release notes
- 8.8 Release notes
- 8.7 Release notes
- 8.6 Release notes
- 8.5 Release notes
- 8.4 Release notes
- 8.3 Release notes
- 8.2 Release notes
- 8.1 Release notes
- 8.0 Release notes
- 7.17 Release notes
- 7.16 Release notes
- 7.15 Release notes
- 7.14 Release notes
- 7.13 Release notes
- 7.12 Release notes
- 7.11 Release notes
- 7.10 Release notes
- 7.9 Release notes
- 7.8 Release notes
- 7.7 Release notes
- 7.6 Release notes
- 7.5 Release notes
- 7.0 Release notes
8.10 Release notes
edit
A newer version is available. Check out the latest documentation.
8.10 Release notes
edit8.10.0 Release notes
editClient
edit- Tested versions of Ruby for 8.10.0: Ruby (MRI) 3.0, 3.1 and 3.2. JRuby 9.3 and JRuby 9.4.
API
editNew Experimental APIs, for internal use:
edit-
fleet.delete_secret
-
fleet.get_secret
-
fleet.post_secret
New stable APIs:
edit-
security.get_settings
- Retrieve settings for the security system indices -
security.update_settings
- Update settings for the security system indices
New Experimental API:
edit-
query_ruleset.list
List query rulesets.
API Changes:
edit-
indices.reload_search_analyzers
- Adds parameterresource
changed resource to reload analyzers from if applicable
Promoted from Experimental to Beta:
-
security.create_cross_cluster_api_key
-
security.update_cross_cluster_api_key
Synonyms namespace update:
editAll synonym related APIs have been moved to the synonyms
namespace and some of the endpoints have been renamed, as well as their parameters:
-
synonyms.delete
⇒synonyms.delete_synonym
- requiresid
, the id of the synonyms set to be deleted. -
synonyms.get
⇒synonyms.get_synonym
- requiresid
, the name of the synonyms set to be retrieved. -
synonyms_set.get_synonyms_sets
⇒synonyms.get_synonyms_sets
-
synonyms.put
⇒synonyms.put_synonym
- requiresid
of the synonyms set to be created or updated. -
synonym_rule.put
⇒synonyms.put_synonym_rule
- Parameters changed toset_id
(the id of the synonym set to be updated with the synonym rule) andrule_id
(the id of the synonym rule to be updated or created). -
New Experimental API
synonyms.delete_synonym_rule
- Deletes a synonym rule in a synonym set -
New Experimental API
synonyms.get_synonym_rule
- Retrieves a synonym rule from a synonym set
On this page
Was this helpful?
Thank you for your feedback.