Skip to content

Commit

Permalink
Elastic Agent: Fix ECS fields resolution (elastic#4007)
Browse files Browse the repository at this point in the history
* Elastic Agent: Fix ECS fields resolution

* Update PR number in the changelog
  • Loading branch information
aleksmaus authored Aug 18, 2022
1 parent 0d8a3cb commit 01bc513
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/elastic_agent/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies:
ecs:
reference: git@v8.3.0
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.3.5"
changes:
- description: Fix the external ECS fields not being properly resolved during the package build
type: bugfix
link: https://github.com/elastic/integrations/pull/4007
- version: "1.3.4"
changes:
- description: Cloudbeat logs search support
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.3.4
version: 1.3.5
release: ga
description: Collect logs and metrics from Elastic Agents.
type: integration
Expand Down

0 comments on commit 01bc513

Please sign in to comment.