Skip to content
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

GA cyperarkpas integration #1631

Merged
merged 1 commit into from
Sep 20, 2021
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/cyberarkpas/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.0.0"
changes:
- description: make GA
type: enhancement
link: https://github.com/elastic/integrations/pull/1631
- version: "1.2.3"
changes:
- description: Convert to generated ECS fields
Expand Down
1 change: 0 additions & 1 deletion packages/cyberarkpas/data_stream/audit/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
type: logs
title: CyberArk PAS audit logs
release: beta
streams:
- input: logfile
enabled: false
Expand Down
6 changes: 3 additions & 3 deletions packages/cyberarkpas/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: cyberarkpas
title: CyberArk Privileged Access Security
version: 1.2.3
release: beta
version: 2.0.0
release: ga
description: This Elastic integration collects logs from CyberArk
type: integration
format_version: 1.0.0
license: basic
categories: ["security"]
conditions:
kibana.version: ^7.14.0
kibana.version: ^7.16.0
screenshots:
- src: /img/filebeat-cyberarkpas-overview.png
title: filebeat cyberarkpas overview
Expand Down