-
Notifications
You must be signed in to change notification settings - Fork 474
update audit_manager
Kibana constraint integration to support to 9.0
#13067
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
update audit_manager
Kibana constraint integration to support to 9.0
#13067
Conversation
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
🚀 Benchmarks reportTo see the full report comment with |
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
packages/auditd_manager/manifest.yml
Outdated
description: "The Auditd Manager Integration receives audit events from the Linux Audit Framework that is a part of the Linux kernel." | ||
type: integration | ||
categories: | ||
- security | ||
- auditd | ||
conditions: | ||
kibana: | ||
version: "^8.16.0" | ||
version: ^8.16.0 || ^9.0.0 |
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.
I notice this had "
around it before, is the change necessary?
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.
hmm, yeah
|
💚 Build Succeeded
History
|
Package auditd_manager - 1.19.0 containing this change is available at https://epr.elastic.co/package/auditd_manager/1.19.0/ |
#13067) * update to 9.0 * fix changelog * add quotes
Proposed commit message
Updates the constraint to support the 9.0 stack.
Checklist
changelog.yml
file.