8.3.0.asciidoc 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. [[release-notes-8.3.0]]
  2. == {es} version 8.3.0
  3. Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.
  4. [[known-issues-8.3.0]]
  5. [float]
  6. === Known issues
  7. include::8.0.0.asciidoc[tag=jackson-filtering-bug]
  8. [[bug-8.3.0]]
  9. [float]
  10. === Bug fixes
  11. Aggregations::
  12. * Allow `serial_diff` under `min_doc_count` aggs {es-pull}86401[#86401]
  13. * Allow bucket paths to specify `_count` within a bucket {es-pull}85720[#85720]
  14. * Fix a bug with flattened fields in terms aggregations {es-pull}87392[#87392]
  15. * Fix flaky `top_metrics` test {es-pull}86582[#86582] (issue: {es-issue}86377[#86377])
  16. * Fix: check field existence before trying to merge running stats {es-pull}86926[#86926]
  17. * Fix: ordering terms aggregation on top metrics null values {es-pull}85774[#85774]
  18. * Serialize interval in auto date histogram aggregation {es-pull}85473[#85473]
  19. Audit::
  20. * Fix audit logging to consistently include port number in `origin.address` {es-pull}86732[#86732]
  21. * Support removing ignore filters for audit logging {es-pull}87675[#87675] (issue: {es-issue}68588[#68588])
  22. Authentication::
  23. * An authorized user can disable a user with same name but different realm {es-pull}86473[#86473]
  24. * Fix clearing of `lastSuccessfulAuthCache` when clear all realm cache API is called {es-pull}86909[#86909] (issue: {es-issue}86650[#86650])
  25. Authorization::
  26. * Fix resolution of wildcard application privileges {es-pull}87293[#87293]
  27. CAT APIs::
  28. * Get hidden indices stats in `GET _cat/shards` {es-pull}86601[#86601] (issue: {es-issue}84656[#84656])
  29. CCR::
  30. * Prevent invalid datastream metadata when CCR follows a datastream with closed indices on the follower {es-pull}87076[#87076] (issue: {es-issue}87048[#87048])
  31. * Remove some blocking in CcrRepository {es-pull}87235[#87235]
  32. Cluster Coordination::
  33. * Add `master_timeout` support to voting config exclusions APIs {es-pull}86670[#86670]
  34. * Small fixes to clear voting config excls API {es-pull}87828[#87828]
  35. Discovery-Plugins::
  36. * [discovery-gce] Fix initialisation of transport in FIPS mode {es-pull}85817[#85817] (issue: {es-issue}85803[#85803])
  37. Distributed::
  38. * Enforce external id uniqueness during `DesiredNode` construction {es-pull}84227[#84227]
  39. Engine::
  40. * Fork to WRITE thread before failing shard in `updateCheckPoints` {es-pull}87458[#87458] (issue: {es-issue}87094[#87094])
  41. * Removing Blocking Wait for Close in `RecoverySourceHandler` {es-pull}86127[#86127] (issue: {es-issue}85839[#85839])
  42. Features::
  43. * Fix 'autoGeneratedTimestamp should not be set externally' error when retrying IndexRequest {es-pull}86184[#86184] (issue: {es-issue}83927[#83927])
  44. Geo::
  45. * Fix Geotile aggregations on `geo_shapes` for precision 0 {es-pull}87202[#87202] (issue: {es-issue}87201[#87201])
  46. * Fix `null_value` for array-valued `geo_point` fields {es-pull}85959[#85959]
  47. * Guard for adding null value tags to vector tiles {es-pull}87051[#87051]
  48. * Quantize geo queries to remove true negatives from search results {es-pull}85441[#85441] (issue: {es-issue}40891[#40891])
  49. Highlighting::
  50. * `FastVectorHighlighter` should use `ValueFetchers` to load source data {es-pull}85815[#85815] (issues: {es-issue}75011[#75011], {es-issue}84690[#84690], {es-issue}82458[#82458], {es-issue}80895[#80895])
  51. ILM+SLM::
  52. * Make the ILM Move to Error Step Batched {es-pull}85565[#85565] (issue: {es-issue}81880[#81880])
  53. Indices APIs::
  54. * Make `GetIndexAction` cancellable {es-pull}87681[#87681]
  55. Infra/Circuit Breakers::
  56. * Make CBE message creation more robust {es-pull}87881[#87881]
  57. Infra/Core::
  58. * Adjust osprobe assertion for burst cpu {es-pull}86990[#86990]
  59. * Clean up `DeflateCompressor` after exception {es-pull}87163[#87163] (issue: {es-issue}87160[#87160])
  60. * Error on direct creation of non-primary system index {es-pull}86707[#86707]
  61. * Fix null message in output {es-pull}86981[#86981]
  62. * Fix using `FilterOutputStream` without overriding bulk write {es-pull}86304[#86304]
  63. * Hide system indices and their aliases in upgraded clusters {es-pull}87125[#87125]
  64. * Refactor code to avoid JDK bug: JDK-8285835 {es-pull}86614[#86614]
  65. Infra/Logging::
  66. * Temporarily provide `SystemPropertiesPropertySource` {es-pull}87149[#87149]
  67. Infra/Node Lifecycle::
  68. * Upgrade folders after settings validation {es-pull}87319[#87319]
  69. Infra/Plugins::
  70. * Use Windows newlines when listing plugin information on Windows {es-pull}86408[#86408] (issue: {es-issue}86352[#86352])
  71. Infra/REST API::
  72. * Fix min node version before state recovery {es-pull}86482[#86482]
  73. Infra/Scripting::
  74. * Allow to sort by script value using `SemVer` semantics {es-pull}85990[#85990] (issues: {es-issue}85989[#85989], {es-issue}82287[#82287])
  75. * Script: Fix setter shortcut for unbridged setters {es-pull}86868[#86868]
  76. * Script: Load Whitelists as Resource {es-pull}87539[#87539]
  77. Infra/Settings::
  78. * Permit removal of archived index settings {es-pull}86107[#86107]
  79. Ingest::
  80. * Execute self-reference checks once per pipeline {es-pull}85926[#85926] (issue: {es-issue}85790[#85790])
  81. Java Low Level REST Client::
  82. * Do not retry client requests when failing with `ContentTooLargeException` {es-pull}87248[#87248] (issue: {es-issue}86041[#86041])
  83. License::
  84. * Consistent response for starting basic license {es-pull}86272[#86272] (issue: {es-issue}86244[#86244])
  85. Machine Learning::
  86. * Fix ML task auditor exception early in cluster lifecycle {es-pull}87023[#87023] (issue: {es-issue}87002[#87002])
  87. * Fix `WordPiece` tokenization of unknown words with known subwords {es-pull}87510[#87510]
  88. * Fix distribution change check for `change_point` aggregation {es-pull}86423[#86423]
  89. * Fixes inference timeout handling bug that throws unexpected `NullPointerException` {es-pull}87533[#87533]
  90. * Correct logic for restart from failover fine tuning hyperparameters for training classification and regression models {ml-pull}2251[#2251]
  91. * Fix possible source of "x = NaN, distribution = class boost::math::normal_distribution<..." log errors training classification and regression models {ml-pull}2249[#2249]
  92. * Fix some bugs affecting decision to stop optimizing hyperparameters for training classification and regression models {ml-pull}2259[#2259]
  93. * Fix cause of "Must provide points at which to evaluate function" log error training classification and regression models {ml-pull}2268[#2268]
  94. * Fix a source of "Discarding sample = nan, weights = ..." log errors for time series anomaly detection {ml-pull}2286[#2286]
  95. Mapping::
  96. * Don't run `include_in_parent` when in `copy_to` context {es-pull}87123[#87123] (issue: {es-issue}87036[#87036])
  97. Network::
  98. * Reject `openConnection` attempt while closing {es-pull}86315[#86315] (issue: {es-issue}86249[#86249])
  99. Recovery::
  100. * Fail shard if STARTED after master failover {es-pull}87451[#87451] (issue: {es-issue}87367[#87367])
  101. SQL::
  102. * Fix FORMAT function to comply with Microsoft SQL Server specification {es-pull}86225[#86225] (issue: {es-issue}66560[#66560])
  103. * Implement binary format support for SQL clear cursor {es-pull}84230[#84230] (issue: {es-issue}53359[#53359])
  104. Search::
  105. * Add status field to Multi Search Template Responses {es-pull}85496[#85496] (issue: {es-issue}83029[#83029])
  106. * Fields API to allow fetching values when `_source` is disabled {es-pull}87267[#87267] (issue: {es-issue}87072[#87072])
  107. * Fix `_terms_enum` on unconfigured `constant_keyword` {es-pull}86191[#86191] (issues: {es-issue}86187[#86187], {es-issue}86267[#86267])
  108. * Fix status code when open point in time without `keep_alive` {es-pull}87011[#87011] (issue: {es-issue}87003[#87003])
  109. * Handle empty point values in `DiskUsage` API {es-pull}87826[#87826] (issue: {es-issue}87761[#87761])
  110. * Make sure to rewrite explain query on coordinator {es-pull}87013[#87013] (issue: {es-issue}64281[#64281])
  111. Security::
  112. * Make user and role name constraint consistent with max document ID {es-pull}86728[#86728] (issue: {es-issue}66020[#66020])
  113. * Security plugin close releasable realms {es-pull}87429[#87429] (issue: {es-issue}86286[#86286])
  114. Snapshot/Restore::
  115. * DONE should mean fully processed in snapshot status {es-pull}86414[#86414]
  116. * Distinguish missing and invalid repositories {es-pull}85551[#85551] (issue: {es-issue}85550[#85550])
  117. * Fork after calling `getRepositoryData` from `StoreRecovery` {es-pull}87264[#87264] (issue: {es-issue}87237[#87237])
  118. * Fork after calling `getRepositoryData` from `StoreRecovery` {es-pull}87254[#87254] (issue: {es-issue}87237[#87237])
  119. * Throw exception on illegal `RepositoryData` updates {es-pull}87654[#87654]
  120. * Upgrade Azure SDK to 12.16.0 {es-pull}86135[#86135]
  121. Stats::
  122. * Run `TransportClusterInfoActions` on MANAGEMENT pool {es-pull}87679[#87679]
  123. TSDB::
  124. * TSDB: fix the time_series in order collect priority {es-pull}85526[#85526]
  125. * TSDB: fix wrong initial value of tsidOrd in TimeSeriesIndexSearcher {es-pull}85713[#85713] (issue: {es-issue}85711[#85711])
  126. Transform::
  127. * Fix transform `_start` permissions to use stored headers in the config {es-pull}86802[#86802]
  128. * [Transforms] fix bug when unsetting retention policy {es-pull}87711[#87711]
  129. [[deprecation-8.3.0]]
  130. [float]
  131. === Deprecations
  132. Authentication::
  133. * Configuring a bind DN in an LDAP or Active Directory (AD) realm without a corresponding bind password is deprecated {es-pull}85326[#85326] (issue: {es-issue}47191[#47191])
  134. [[enhancement-8.3.0]]
  135. [float]
  136. === Enhancements
  137. Aggregations::
  138. * Improve min and max performance while in a `random_sampler` aggregation {es-pull}85118[#85118]
  139. Authentication::
  140. * Support configurable claims in JWT Realm Tokens {es-pull}86533[#86533]
  141. * Warn on user roles disabled due to licensing requirements for document or field level security {es-pull}85393[#85393] (issue: {es-issue}79207[#79207])
  142. * `TokenService` decode JWTs, change warn to debug {es-pull}86498[#86498]
  143. Authorization::
  144. * Add delete privilege to `kibana_system` for Synthetics {es-pull}85844[#85844]
  145. * Authorize painless execute as index action when an index is specified {es-pull}85512[#85512] (issue: {es-issue}86428[#86428])
  146. * Better error message for run-as denials {es-pull}85501[#85501] (issue: {es-issue}72904[#72904])
  147. * Improve "Has Privilege" performance for boolean-only response {es-pull}86685[#86685]
  148. * Relax restrictions for role names in roles API {es-pull}86604[#86604] (issue: {es-issue}86480[#86480])
  149. * [Osquery] Extend `kibana_system` role with an access to osquery_manager… {es-pull}86609[#86609]
  150. Autoscaling::
  151. * Add support for CPU ranges in desired nodes {es-pull}86434[#86434]
  152. Cluster Coordination::
  153. * Block joins while applier is busy {es-pull}84919[#84919]
  154. * Compute master task batch summary lazily {es-pull}86210[#86210]
  155. * Log `cluster.initial_master_nodes` at startup {es-pull}86101[#86101]
  156. * Reduce resource needs of join validation {es-pull}85380[#85380] (issue: {es-issue}83204[#83204])
  157. * Report pending joins in `ClusterFormationFailureHelper` {es-pull}85635[#85635]
  158. * Speed up map diffing (2) {es-pull}86375[#86375]
  159. Discovery-Plugins::
  160. * Remove redundant jackson dependencies from discovery-azure {es-pull}87898[#87898]
  161. Distributed::
  162. * Keep track of desired nodes cluster membership {es-pull}84165[#84165]
  163. Engine::
  164. * Cache immutable translog lastModifiedTime {es-pull}82721[#82721] (issue: {es-issue}82720[#82720])
  165. * Increase `force_merge` threadpool size based on the allocated processors {es-pull}87082[#87082] (issue: {es-issue}84943[#84943])
  166. * More optimal forced merges when max_num_segments is greater than 1 {es-pull}85065[#85065]
  167. Geo::
  168. * Support 'GeoJSON' in CartesianPoint for 'point' {es-pull}85442[#85442]
  169. * Support geo label position as runtime field {es-pull}86154[#86154]
  170. * Support geo label position through REST vector tiles API {es-pull}86458[#86458] (issue: {es-issue}86044[#86044])
  171. Health::
  172. * Add a basic check for tier preference and allocation filter clashing {es-pull}85071[#85071]
  173. * Add preflight checks to Health API to ensure health is obtainable {es-pull}86404[#86404]
  174. * Add tier information on health api migrate tiers user actions {es-pull}87486[#87486]
  175. * Health api add indicator doc links {es-pull}86904[#86904] (issue: {es-issue}86892[#86892])
  176. * Health api copy editing {es-pull}87010[#87010]
  177. * Return a default user action if no actions could be determined {es-pull}87079[#87079]
  178. ILM+SLM::
  179. * Make the ILM and SLM `history_index_enabled` settings dynamic {es-pull}86493[#86493]
  180. Indices APIs::
  181. * Batch execute template and pipeline cluster state operations {es-pull}86017[#86017]
  182. Infra/Core::
  183. * Add mapping for tags for the elastic agent {es-pull}86298[#86298]
  184. * Expand jar hell to include modules {es-pull}86622[#86622]
  185. * Faster GET _cluster/settings API {es-pull}86405[#86405] (issue: {es-issue}82342[#82342])
  186. * Faster string writes by saving stream flushes {es-pull}86114[#86114]
  187. * Fleet: Add `start_time` and `minimum_execution_duration` attributes to actions {es-pull}86167[#86167]
  188. * Force property expansion for security policy {es-pull}87396[#87396]
  189. * Refactor array part into a `BytesRefArray` which can be serialized and … {es-pull}85826[#85826]
  190. * Speed up ip v4 parser {es-pull}86253[#86253]
  191. * Use varhandles for primitive type conversion in more places {es-pull}85577[#85577] (issue: {es-issue}78823[#78823])
  192. Infra/Scripting::
  193. * Script: add ability to alias classes in whitelist {es-pull}86899[#86899]
  194. Ingest::
  195. * Iteratively execute synchronous ingest processors {es-pull}84250[#84250] (issue: {es-issue}84274[#84274])
  196. * Skip `ensureNoSelfReferences` check in `IngestService` {es-pull}87337[#87337]
  197. License::
  198. * Initialize active realms without logging a message {es-pull}86134[#86134] (issue: {es-issue}81380[#81380])
  199. Machine Learning::
  200. * A text categorization aggregation that works like ML categorization {es-pull}80867[#80867]
  201. * Add new _infer endpoint for all supervised models and deprecate deployment infer api {es-pull}86361[#86361]
  202. * Adds new `question_answering` NLP task for extracting answers to questions from a document {es-pull}85958[#85958]
  203. * Adds start and end params to `_preview` and excludes cold/frozen tiers from unbounded previews {es-pull}86989[#86989]
  204. * Adjust automatic JVM heap sizing for dedicated ML nodes {es-pull}86399[#86399]
  205. * Replace the implementation of the `categorize_text` aggregation {es-pull}85872[#85872]
  206. * Upgrade PyTorch to version 1.11 {ml-pull}2233[#2233], {ml-pull}2235[#2235],{ml-pull}2238[#2238]
  207. * Upgrade zlib to version 1.2.12 on Windows {ml-pull}2253[#2253]
  208. * Upgrade libxml2 to version 2.9.14 on Linux and Windows {ml-pull}2287[#2287]
  209. * Improve time series model stability and anomaly scoring consistency for data
  210. for which many buckets are empty {ml-pull}2267[#2267]
  211. * Address root cause for actual equals typical equals zero anomalies {ml-pull}2270[#2270]
  212. * Better handling of outliers in update immediately after detecting changes in time series {ml-pull}2280[#2280]
  213. Mapping::
  214. * Intern field names in Mappers {es-pull}86301[#86301]
  215. * Replace BYTE_BLOCK_SIZE - 2 with indexWriter#MAX_TERM_LENGTH {es-pull}85518[#85518]
  216. Network::
  217. * Log node identity at startup {es-pull}85773[#85773]
  218. Search::
  219. * GeoBoundingBox query should work on bounding box with equal latitude or longitude {es-pull}85788[#85788] (issue: {es-issue}77717[#77717])
  220. * Improve error message for search API url parameters {es-pull}86984[#86984] (issue: {es-issue}79719[#79719])
  221. Security::
  222. * Add run-as support for OAuth2 tokens {es-pull}86680[#86680]
  223. * Relax username restrictions for User APIs {es-pull}86398[#86398] (issue: {es-issue}86326[#86326])
  224. * User Profile - Add hint support to SuggestProfiles API {es-pull}85890[#85890]
  225. * User Profile - Add new action origin and internal user {es-pull}86026[#86026]
  226. * User Profile - Support request cancellation on HTTP disconnect {es-pull}86332[#86332]
  227. * User Profile - add caching for `hasPrivileges` check {es-pull}86543[#86543]
  228. Snapshot/Restore::
  229. * Add parameter to exclude indices in a snapshot from response {es-pull}86269[#86269] (issue: {es-issue}82937[#82937])
  230. Stats::
  231. * Add documentation for "io_time_in_millis" {es-pull}84911[#84911]
  232. TLS::
  233. * Set `serverAuth` extended key usage for generated certificates and CSRs {es-pull}86311[#86311] (issue: {es-issue}81067[#81067])
  234. TSDB::
  235. * Aggregation Execution Context add timestamp provider {es-pull}85850[#85850]
  236. Transform::
  237. * Prefer secondary auth headers for transforms {es-pull}86757[#86757]
  238. * Support `range` aggregation in transform {es-pull}86501[#86501]
  239. [[feature-8.3.0]]
  240. [float]
  241. === New features
  242. Authorization::
  243. * Has privileges API for profiles {es-pull}85898[#85898]
  244. Geo::
  245. * New geo_grid query to be used with geogrid aggregations {es-pull}86596[#86596] (issue: {es-issue}85727[#85727])
  246. Health::
  247. * Add support for `impact_areas` to health impacts {es-pull}85830[#85830] (issue: {es-issue}85829[#85829])
  248. * Add troubleshooting guides to shards allocation actions {es-pull}87078[#87078]
  249. * Adding potential impacts to remaining health indicators {es-pull}86197[#86197]
  250. * Health api drill down {es-pull}85234[#85234] (issue: {es-issue}84793[#84793])
  251. * New service to keep track of the master history as seen from each node {es-pull}85941[#85941]
  252. * Sorting impact index names by index priority {es-pull}85347[#85347]
  253. Mapping::
  254. * Add support for dots in field names for metrics usecases {es-pull}86166[#86166] (issue: {es-issue}63530[#63530])
  255. * Synthetic source {es-pull}85649[#85649]
  256. SQL::
  257. * SQ: Allow partial results in SQL queries {es-pull}85897[#85897] (issue: {es-issue}33148[#33148])
  258. Search::
  259. * Snapshots as simple archives {es-pull}86261[#86261] (issue: {es-issue}81210[#81210])
  260. TSDB::
  261. * TSDB: Implement downsampling on time-series indices {es-pull}85708[#85708] (issues: {es-issue}69799[#69799], {es-issue}65769[#65769])
  262. [[upgrade-8.3.0]]
  263. [float]
  264. === Upgrades
  265. Infra/CLI::
  266. * Upgrade procrun executables to 1.3.1 {es-pull}86710[#86710]
  267. Infra/Core::
  268. * Upgrade jackson to 2.13.2 {es-pull}86051[#86051]
  269. Ingest::
  270. * Upgrading to tika 2.4 {es-pull}86015[#86015]
  271. Network::
  272. * Upgrade to Netty 4.1.76 {es-pull}86252[#86252]
  273. Packaging::
  274. * Update Iron Bank base image to 8.6 {es-pull}86796[#86796]
  275. SQL::
  276. * Update dependency - JLine - to v 3.21.0 {es-pull}83767[#83767] (issue: {es-issue}83575[#83575])
  277. Search::
  278. * Update to public lucene 9.2.0 release {es-pull}87162[#87162]
  279. Snapshot/Restore::
  280. * Upgrade GCS Plugin to 1.118.1 {es-pull}87800[#87800]