- 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.2 Release notes
edit
A newer version is available. Check out the latest documentation.
8.2 Release notes
edit8.2.2 Release notes
edit-
Updates dependency on
elastic-transport
to~> 8.0
8.2.1 Release notes
editNo release, no changes on the client.
8.2.0 Release notes
edit- Tested versions of Ruby for 8.2.0: Ruby (MRI) 2.7, 3.0 and 3.1, JRuby 9.3.
API
editUpdated for compatibility with Elasticsearch 8.2’s API.
New parameters:
edit-
field_caps
-
filters
An optional set of filters: can include +metadata,-metadata,-nested,-multifield,-parent -
types
Only return results for fields that have one of the types in the list
-
New APIs
edit-
cat.component_templates
- Returns information about existing component_templates templates. -
ml.get_memory_stats
- Returns information on how ML is using memory.
New Experimental APIs
edit-
security.activate_user_profile
- Creates or updates the user profile on behalf of another user. -
security.disable_user_profile
- Disables a user profile so it’s not visible in user profile searches. -
security.enable_user_profile
- Enables a user profile so it’s visible in user profile searches. -
security.get_user_profile
- Retrieves a user profile for the given unique ID. -
security.suggest_user_profiles
- Get suggestions for user profiles that match specified search criteria. -
security.update_user_profile_data
- Update application specific data for the user profile of the given unique ID.
On this page
Was this helpful?
Thank you for your feedback.