-
Notifications
You must be signed in to change notification settings - Fork 513
Elastic Agent: Fix ECS fields resolution #4007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
🌐 Coverage report
|
|
Are we targeting a 1.3.5 release for the |
|
The packages are released at whenever, usually tied to particular release by the version constraints in the manifest. This one is still in the snapshot and was not pushed to production. Can promote to production now, so 8.4 release can immediately see it. |
|
@kpollich should we bump the version in https://github.com/elastic/kibana/blob/main/fleet_packages.json for the next patch release? |
|
I would like to update Since the bundling process relies on the version existing in snapshot for now, we can't update it. |
|
@joshdover @kpollich should bump up the version and release into snapshot 1.3.6? |
|
@aleksmaus Yes that sounds like a good path forward, no worries at all |
|
@kpollich I think we just need to redeploy snapshot. I can trigger this now. I saw this problem on staging earlier today and redeploying fixed the problem. |
|
Looks like it was deployed already: https://epr-snapshot.elastic.co/search?package=elastic_agent |
Thank you! Will close that PR |
|
Bumped bundled version of elastic agent in elastic/kibana#139650 |
What does this PR do?
Adds ECS dependency in order to fix ECS fields resolution in the package.
Addressed #3926
Checklist
changelog.ymlfile.Related issues
index.query.default_fieldsetting #3926Screenshots
Before the fix, the ECS field in the package is not resolved:

After the fix, the ECS field in the package is resolved:
