Skip to content
Closed
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
5 changes: 5 additions & 0 deletions packages/elastic_agent/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.6.4"
changes:
- description: Make existing README available as AI assistant knowledge
type: enhancement
link: https://github.com/elastic/integrations/pull/15650
- version: "2.6.3"
changes:
- description: Elastic Agent memory charts now prioritise RSS memory for more accurate usage reporting.
Expand Down
128 changes: 128 additions & 0 deletions packages/elastic_agent/docs/knowledge_base/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/elastic_agent/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: elastic_agent
title: Elastic Agent
version: 2.6.3
version: 2.6.4
description: Collect logs and metrics from Elastic Agents.
type: integration
format_version: 3.1.4
Expand Down
5 changes: 5 additions & 0 deletions packages/system/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.6.2"
changes:
- description: Make existing README available as AI assistant knowledge
type: enhancement
link: https://github.com/elastic/integrations/pull/15650
- version: "2.6.1"
changes:
- description: Fix timezone parsing in auth events
Expand Down
Loading
Loading