Skip to content

Commit

Permalink
Mark cyberark module as deprecated (#25505) (#25552)
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)

Co-authored-by: Adrian Serrano <adrisr83@gmail.com>
  • Loading branch information
mergify[bot] and adriansr authored May 10, 2021
1 parent 0f5027c commit 8bab391
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 8bab391

Please sign in to comment.