Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/auditd_manager/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.19.0"
changes:
- description: Update Kibana constraint to 9.0
type: enhancement
link: https://github.com/elastic/integrations/pull/13067
- version: "1.18.3"
changes:
- description: "Updated field definitions for `auditd.data.*` fields"
Expand Down
4 changes: 2 additions & 2 deletions packages/auditd_manager/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: "3.0.0"
name: auditd_manager
title: "Auditd Manager"
version: "1.18.3"
version: "1.19.0"
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"
screenshots:
- src: /img/overview.png
title: Overview Dashboard
Expand Down
Loading