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

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: "1.11.1"
changes:
- description: Fix agent health dashboard links to work when installed in other spaces.
type: bugfix
link: https://github.com/elastic/integrations/pull/7471
- version: "1.11.0"
changes:
- description: Enable time series data streams for the metrics datastreams except for endpoint security metrics and filebeat input metrics. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
external: ecs
- name: service.address
external: ecs
dimension: true
dimension: true
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
external: ecs
- name: log.level
external: ecs

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: 1.11.0
version: 1.11.1
description: Collect logs and metrics from Elastic Agents.
type: integration
format_version: 1.0.0
Expand Down