Tags: elastic/elasticsearch
Tags
Key plugin entitlement policies by descriptor name (#148447) (#148535) Plugin entitlement policies are registered under each plugin's install-directory name but looked up by descriptor name (PluginDescriptor.getName()). When the two differ, every check misses and the plugin's classes throw NotEntitledException despite a valid entitlement-policy.yaml. Fix: thread the descriptor name through PolicyUtils.PluginData so registration and lookup agree on the key.
[9.3] Add missing guard for PROMQL capability (#147149) (#147161) * Add missing guard for PROMQL capability (#147149) * Remove AnalyzerTests for conflicting timestamp types Removed a test case related to conflicting timestamp types. * Remove test for conflicting PROMQL time series types Removed test for PROMQL queries with conflicting time series types.
[8.19] Support multi-value dimensions in downsampling (bug fix) (#145458 ) (#145535) * Support multi-value dimensions in downsampling (bug fix) (#145458) #112645 introduced support for multi-value dimensions but downsampling was not handling that correctly. **Observed behaviour** Downsampling will store only one value in the downsampled document, if a document has more than one values for a dimension field. **Fix** After this fix, downsampling will create an object array with all the values and store that in the downsampled document. We also added extra tests. (cherry picked from commit 63dfd4a) # Conflicts: # modules/data-streams/src/main/java/org/elasticsearch/datastreams/DataStreamFeatures.java # x-pack/plugin/downsample/src/main/java/org/elasticsearch/xpack/downsample/DimensionFieldDownsampler.java * Remove allowed warnings * Fix assertion * Remove sampling method, it was not implemented in 8.19
chore(deps): update wolfi (versioned) (#143962) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.elastic.co/wolfi/chainguard-base | final | digest | `a7d1958` -> `c71dd0b` | | docker.elastic.co/wolfi/chainguard-base | stage | digest | `a7d1958` -> `c71dd0b` | | docker.elastic.co/wolfi/chainguard-base-fips | final | digest | `0e62586` -> `fa87627` | | docker.elastic.co/wolfi/chainguard-base-fips | stage | digest | `0e62586` -> `fa87627` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 1pm on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiOC4xOSIsImxhYmVscyI6WyI6RGVsaXZlcnkvQnVpbGQiLCI6RGVsaXZlcnkvUGFja2FnaW5nIiwiPm5vbi1pc3N1ZSIsIlRlYW06RGVsaXZlcnkiLCJhdXRvLW1lcmdlLXdpdGhvdXQtYXBwcm92YWwiXX0=-->
PreviousNext