Skip to content

Commit 01bc513

Browse files
authored
Elastic Agent: Fix ECS fields resolution (#4007)
* Elastic Agent: Fix ECS fields resolution * Update PR number in the changelog
1 parent 0d8a3cb commit 01bc513

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dependencies:
2+
ecs:
3+
reference: [email protected]

packages/elastic_agent/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.3.5"
3+
changes:
4+
- description: Fix the external ECS fields not being properly resolved during the package build
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/4007
27
- version: "1.3.4"
38
changes:
49
- description: Cloudbeat logs search support

packages/elastic_agent/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: elastic_agent
22
title: Elastic Agent
3-
version: 1.3.4
3+
version: 1.3.5
44
release: ga
55
description: Collect logs and metrics from Elastic Agents.
66
type: integration

0 commit comments

Comments
 (0)