8.3.1.asciidoc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [[release-notes-8.3.1]]
  2. == {es} version 8.3.1
  3. Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.
  4. [[known-issues-8.3.1]]
  5. [float]
  6. === Known issues
  7. include::8.0.0.asciidoc[tag=jackson-filtering-bug]
  8. [[bug-8.3.1]]
  9. [float]
  10. === Bug fixes
  11. Audit::
  12. * Support removing ignore filters for audit logging {es-pull}87675[#87675] (issue: {es-issue}68588[#68588])
  13. Ingest::
  14. * Don't ignore pipeline for upserts in bulk api {es-pull}87719[#87719] (issue: {es-issue}87131[#87131])
  15. * Geoip processor should respect the `ignore_missing` in case of missing database {es-pull}87793[#87793] (issue: {es-issue}87345[#87345])
  16. Machine Learning::
  17. * Improve trained model stats API performance {es-pull}87978[#87978]
  18. Snapshot/Restore::
  19. * Use the provided SAS token without SDK sanitation that can produce invalid signatures {es-pull}88155[#88155] (issue: {es-issue}88140[#88140])
  20. Stats::
  21. * Run `TransportClusterInfoActions` on MANAGEMENT pool {es-pull}87679[#87679]
  22. Transform::
  23. * Execute `_refresh` (with system permissions) separately from `delete by query` (with user permissions) {es-pull}88005[#88005] (issue: {es-issue}88001[#88001])
  24. [[enhancement-8.3.1]]
  25. [float]
  26. === Enhancements
  27. Discovery-Plugins::
  28. * Remove redundant jackson dependencies from discovery-azure {es-pull}87898[#87898]
  29. Performance::
  30. * Warn about impact of large readahead on search {es-pull}88007[#88007]