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

[7.13](backport #25505) Mark cyberark module as deprecated #25553

Merged
merged 2 commits into from
May 10, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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