diff --git a/packages/cyberarkpas/changelog.yml b/packages/cyberarkpas/changelog.yml index 11744fcb8f1..1fd8792cfd2 100644 --- a/packages/cyberarkpas/changelog.yml +++ b/packages/cyberarkpas/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.4.2" + changes: + - description: Fix broken file paths configuration variable + type: bugfix + link: https://github.com/elastic/integrations/pull/3497 - version: "2.4.1" changes: - description: Update to readme. added link to vendor documentation diff --git a/packages/cyberarkpas/data_stream/audit/manifest.yml b/packages/cyberarkpas/data_stream/audit/manifest.yml index ef3df973f9a..7d7ee68cea6 100644 --- a/packages/cyberarkpas/data_stream/audit/manifest.yml +++ b/packages/cyberarkpas/data_stream/audit/manifest.yml @@ -10,7 +10,7 @@ streams: - name: paths type: text title: Paths - multi: false + multi: true required: false show_user: true - name: tags diff --git a/packages/cyberarkpas/manifest.yml b/packages/cyberarkpas/manifest.yml index f91b837e6ae..3f07e67ad54 100644 --- a/packages/cyberarkpas/manifest.yml +++ b/packages/cyberarkpas/manifest.yml @@ -1,6 +1,6 @@ name: cyberarkpas title: CyberArk Privileged Access Security Logs -version: 2.4.1 +version: 2.4.2 release: ga description: Collect audit logs from Cyberark Vault servers with Elastic Agent. type: integration