Elasticsearch version 8.19.14
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Elasticsearch version 8.19.14
editAlso see Breaking changes in 8.19.
Known issues
edit-
GCS repository operations fail when using Application Default Credentials (ADC). A change in 8.19.14 caused
NotEntitledExceptionto no longer extendAccessControlException. The Google auth library’sDefaultCredentialsProvidercatchesAccessControlExceptionwhen checking credential file paths viaFile.isFile(), so the exception now propagates instead of falling through to the GCE metadata server.The fix is included in 8.19.15.
As a workaround, patch the
repository-gcsentitlement policy to allow reading the gcloud credential path. Create a file called${ES_CONF_PATH}/jvm_options/workaround-gcsadc.optionsand add the following line:-Des.entitlements.policy.repository-gcs=dmVyc2lvbnM6CiAgLSA4LjE5LjE0CnBvbGljeToKICBBTEwtVU5OQU1FRDoKICAgIC0gc2V0X2h0dHBzX2Nvbm5lY3Rpb25fcHJvcGVydGllcwogICAgLSBvdXRib3VuZF9uZXR3b3JrCiAgICAtIGZpbGVzOgogICAgICAgIC0gcmVsYXRpdmVfcGF0aDogIi5jb25maWcvZ2Nsb3VkIgogICAgICAgICAgcmVsYXRpdmVfdG86IGhvbWUKICAgICAgICAgIG1vZGU6IHJlYWQK
Bug fixes
edit- CAT APIs
-
-
Fix
ArrayIndexOutOfBoundsExceptionin cat nodes for partial load average arrays #144859
-
Fix
- CCR
-
- CCR follower index needs to copy transport version from CCR leader index #145035
- Downsampling
-
- Support multi-value dimensions in downsampling (bug fix) #145458
- ES|QL
- FIPS
- Geo
- Infra/Core
- Machine Learning
- Search
-
-
Fix
ArrayIndexOutOfBoundsExceptionin fetch phase with partial results #144385 (issue: #140495) - Fix circuit breaker leak in percolator query construction #144827
- Fix request cache invalidation to use ES cache helper consistently #144581
-
Fix wrong return value in
ContextIndexSearcher.totalTermFreq#144333
-
Fix
- Watcher
-
- Validate Watcher Proxy Allowlist #144759