Skip to content

Commit

Permalink
Mark cyberark module as deprecated (#25505)
Browse files Browse the repository at this point in the history
The new cyberarkpas module replaces the RSA2Elk-generated cyberark.

Closes #25261

(cherry picked from commit 597eae0)
  • Loading branch information
adriansr authored and mergify-bot committed May 5, 2021
1 parent 741ca40 commit b3bf3f3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Expand Up @@ -54,6 +54,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Changes filebeat httpjson input's append transform to create a list even with only a single value{pull}25074[25074]
- Change logging in logs input to structure logging. Some log message formats have changed. {pull}25299[25299]
- All url.* fields apart from url.original in the Apache, Nginx, IIS, Traefik, S3Access, Cisco, F5, Fortinet, Google Workspace, Imperva, Microsoft, Netscout, O365, Sophos, Squid, Suricata, Zeek, Zia, Zoom, and ZScaler modules are now url unescaped due to using the Elasticsearch uri_parts processor. {pull}24699[24699]
- Deprecated the cyberark module (replaced by cyberarkpas). {issue}25261[25261] {pull}25505[25505]

*Heartbeat*

Expand Down
4 changes: 2 additions & 2 deletions filebeat/docs/modules/cyberark.asciidoc
Expand Up @@ -10,7 +10,7 @@ This file is generated! See scripts/docs_collector.py

== Cyberark module

experimental[]
deprecated::[7.13.0,"This module is deprecated. Use the <<filebeat-module-cyberarkpas,CyberArk Privileged Account Security module.>>"]

This is a module for receiving Cyber-Ark logs over Syslog or a file.

Expand All @@ -25,7 +25,7 @@ include::../include/config-option-intro.asciidoc[]
[float]
==== `corepas` fileset settings

experimental[]
deprecated::[7.13.0]

NOTE: This was converted from RSA NetWitness log parser XML "cyberark" device revision 124.

Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/filebeat.reference.yml
Expand Up @@ -769,6 +769,8 @@ filebeat.modules:
#var.paths:

#------------------------------ Cyber-Ark Module ------------------------------
# The cyberark module is deprecated and will be removed in future releases.
# Please use the Cyberark Privileged Account Security (cyberarkpas) module instead.
- module: cyberark
corepas:
enabled: true
Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/module/cyberark/_meta/config.yml
@@ -1,3 +1,5 @@
# The cyberark module is deprecated and will be removed in future releases.
# Please use the Cyberark Privileged Account Security (cyberarkpas) module instead.
- module: cyberark
corepas:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions x-pack/filebeat/module/cyberark/_meta/docs.asciidoc
Expand Up @@ -5,7 +5,7 @@

== Cyberark module

experimental[]
deprecated::[7.13.0,"This module is deprecated. Use the <<filebeat-module-cyberarkpas,CyberArk Privileged Account Security module.>>"]

This is a module for receiving Cyber-Ark logs over Syslog or a file.

Expand All @@ -20,7 +20,7 @@ include::../include/config-option-intro.asciidoc[]
[float]
==== `corepas` fileset settings

experimental[]
deprecated::[7.13.0]

NOTE: This was converted from RSA NetWitness log parser XML "cyberark" device revision 124.

Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/modules.d/cyberark.yml.disabled
@@ -1,6 +1,8 @@
# Module: cyberark
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-cyberark.html

# The cyberark module is deprecated and will be removed in future releases.
# Please use the Cyberark Privileged Account Security (cyberarkpas) module instead.
- module: cyberark
corepas:
enabled: true
Expand Down

0 comments on commit b3bf3f3

Please sign in to comment.