-
Notifications
You must be signed in to change notification settings - Fork 474
[log] allow log to be installed on 9.x stacks #13123
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
[log] allow log to be installed on 9.x stacks #13123
Conversation
6b5a1cb
to
79b23b4
Compare
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
packages/log/manifest.yml
Outdated
@@ -4,13 +4,13 @@ title: Custom Logs | |||
description: >- | |||
Collect custom logs with Elastic Agent. | |||
type: input | |||
version: 2.3.3 | |||
version: 2.3.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit. When making changes to the kibana version constraint is a good idea to increase the minor version of the package, in case backports are needed only for the previous set of kibana versions.
version: 2.3.4 | |
version: 2.4.0 |
…sonQ/integrations into 13120-add-custom-logs-to-9.0
💚 Build Succeeded
History
cc @AndersonQ |
|
Package log - 2.4.0 containing this change is available at https://epr.elastic.co/package/log/2.4.0/ |
Proposed commit message
Checklist
[ ] I have verified that all data streams collect metrics or logs.changelog.yml
file.[ ] I have verified that any added dashboard complies with Kibana's Dashboard good practicesHow to test this PR locally
Spin up a 9.x stack, either using
elastic-package
or by any other means.If not using elastic stack, set the following environment vatiables:
Install the package with
elastic-package
Verify the Custom Log integration is on version 2.4.0
Related issues
Screenshots