8.3.1.asciidoc 1.2 KB

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