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
7 changes: 6 additions & 1 deletion packages/elastic_agent/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# newer versions go on top
- version: "1.12.1"
changes:
- description: Add a new dataset to include both metrics and logs for the active integrations and agent charts
type: enhancement
link: https://github.com/elastic/integrations/pull/7674
- version: "1.12.0"
changes:
- description: Add metrics for queue depth, output batch size and output batch rate.
type: enhancement
link: https://github.com/elastic/integrations/pull/7476
link: https://github.com/elastic/integrations/pull/7611
- version: "1.11.2"
changes:
- description: Adding hyperlinks that works when installed on different spaces.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
"version": 1
},
"coreMigrationVersion": "8.7.1",
"created_at": "2023-05-04T11:54:25.234Z",
"created_at": "2023-09-06T10:34:02.860Z",
"id": "elastic_agent-0600ffa0-6b5e-11ed-98de-67bdecd21824",
"migrationVersion": {
"dashboard": "8.7.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
"version": 1
},
"coreMigrationVersion": "8.7.1",
"created_at": "2023-05-04T11:55:03.107Z",
"created_at": "2023-09-06T10:34:02.860Z",
"id": "elastic_agent-1a4e7280-6b5e-11ed-98de-67bdecd21824",
"migrationVersion": {
"dashboard": "8.7.0"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"usesAdHocDataView": false
},
"coreMigrationVersion": "8.7.1",
"created_at": "2023-05-04T11:30:29.478Z",
"created_at": "2023-09-06T10:34:02.860Z",
"id": "elastic_agent-462b68c0-b10b-11ed-957f-f1c897630287",
"migrationVersion": {
"search": "8.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"usesAdHocDataView": false
},
"coreMigrationVersion": "8.7.1",
"created_at": "2023-05-04T11:30:29.478Z",
"created_at": "2023-09-06T10:34:02.860Z",
"id": "elastic_agent-522c9e20-ad53-11ed-957f-f1c897630287",
"migrationVersion": {
"search": "8.0.0"
Expand Down
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.12.0
version: 1.12.1
description: Collect logs and metrics from Elastic Agents.
type: integration
format_version: 1.0.0
Expand Down