Skip to content

Commit

Permalink
[7.13](backport #25505) Mark cyberark module as deprecated (#25553)
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 3321d2e commit 339f947
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 @@ -53,6 +53,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Possible values for Netflow's locality fields (source.locality, destination.locality and flow.locality) are now `internal` and `external`, instead of `private` and `public`. {issue}24272[24272] {pull}24295[24295]
- Add User Agent Parser for Azure Sign In Logs Ingest Pipeline {pull}23201[23201]
- Changes filebeat httpjson input's append transform to create a list even with only a single value{pull}25074[25074]
- 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 339f947

Please sign in to comment.