Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions release-notes/elastic-security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ To check for security updates, go to [Security announcements for the Elastic sta

% *

## 9.1.1 [elastic-security-9.1.1-release-notes]

### Features and enhancements [elastic-security-9.1.1-features-enhancements]

* Improves the reliability of {{elastic-defend}} Kafka connections.

### Fixes [elastic-security-9.1.1-fixes]
* Fixes a bug by moving the `scheduleNow` call to the privileged monitoring engine initialization step, ensuring the task is only scheduled after the engine is fully created and ready [#230263]({{kib-pull}}230263).
* Fixes a bug where the base version API route cache was not properly invalidated after rule import [#228475]({{kib-pull}}228475).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Fixes an issue in {elastic-defend} performance metrics that resulted in endpoint_uptime_percent always being 0 for behavioral rules.

* Fixes an issue in {{elastic-defend}} performance metrics that resulted in `endpoint_uptime_percent` always being 0 for behavioral rules.

## 9.1.0 [elastic-security-9.1.0-release-notes]

### Features and enhancements [elastic-security-9.1.0-features-enhancements]
Expand Down
4 changes: 4 additions & 0 deletions release-notes/elastic-security/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ The {{elastic-agent}} image is not available from `docker.elastic.co/beats/elast
**Workaround**

Instead of trying to pull the image from `docker.elastic.co/beats/elastic-agent:9.0.0`, edit the manifests to pull it from `docker.elastic.co/elastic-agent/elastic-agent:9.0.0`.

**Resolved**<br>

Resolved in {{stack}} 9.0.1
:::


Expand Down
Loading