8.9.2.asciidoc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [[release-notes-8.9.2]]
  2. == {es} version 8.9.2
  3. Also see <<breaking-changes-8.9,Breaking changes in 8.9>>.
  4. [[known-issues-8.9.2]]
  5. [float]
  6. === Known issues
  7. include::8.7.1.asciidoc[tag=no-preventive-gc-issue]
  8. [float]
  9. [[security-updates-8.9.2]]
  10. === Security updates
  11. * {es} generally filters out sensitive information and credentials before
  12. logging to the audit log. It was found that this filtering was not applied when
  13. requests to {es} use certain deprecated `_xpack/security` URIs for APIs. The
  14. impact of this flaw is that sensitive information, such as passwords and tokens,
  15. might be printed in cleartext in {es} audit logs. Note that audit logging is
  16. disabled by default and needs to be explicitly enabled. Even when audit logging
  17. is enabled, request bodies that could contain sensitive information are not
  18. printed to the audit log unless explicitly configured.
  19. +
  20. The issue is resolved in {es} 8.9.2.
  21. +
  22. For more information, see our related
  23. https://discuss.elastic.co/t/elasticsearch-8-9-2-and-7-17-13-security-update/342479[security
  24. announcement].
  25. [[bug-8.9.2]]
  26. [float]
  27. === Bug fixes
  28. Data streams::
  29. * Avoid lifecycle NPE in the data stream lifecycle usage API {es-pull}98260[#98260]
  30. Geo::
  31. * Fix mvt error when returning partial results {es-pull}98765[#98765] (issue: {es-issue}98730[#98730])
  32. Ingest Node::
  33. * Revert "Add mappings for enrich fields" {es-pull}98683[#98683]