Skip to content

Commit

Permalink
Mark MISP module deprecated
Browse files Browse the repository at this point in the history
Add deprecation notice to docs for the MISP module. The threat intel module should be used instead.

Closes elastic#25240
  • Loading branch information
andrewkroh committed Jun 7, 2021
1 parent 0ba849c commit 87d871a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Filebeat*

- Deprecate the MISP module. The Threat Intel module should be used instead. {issue}25240[25240]

*Heartbeat*

Expand Down
2 changes: 2 additions & 0 deletions filebeat/docs/modules/misp.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This file is generated! See scripts/docs_collector.py

== MISP module

deprecated::[7.14.0,"This module is deprecated. Use the <<filebeat-module-threatintel,Threat Intel module>> instead."]

beta[]

This is a filebeat module for reading threat intel information from the MISP platform (https://www.circl.lu/doc/misp/). It uses the httpjson input to access the MISP REST API interface.
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 @@ -1537,6 +1537,8 @@ filebeat.modules:
# var.tz_offset: local

#--------------------------------- MISP Module ---------------------------------
# Deprecated in 7.14.0: Recommended to migrate to the Threat Intel module.

- module: misp
threat:
enabled: true
Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/module/misp/_meta/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Deprecated in 7.14.0: Recommended to migrate to the Threat Intel module.

- module: misp
threat:
enabled: true
Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/module/misp/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

== MISP module

deprecated::[7.14.0,"This module is deprecated. Use the <<filebeat-module-threatintel,Threat Intel module>> instead."]

beta[]

This is a filebeat module for reading threat intel information from the MISP platform (https://www.circl.lu/doc/misp/). It uses the httpjson input to access the MISP REST API interface.
Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/modules.d/misp.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Module: misp
# Docs: https://www.elastic.co/guide/en/beats/filebeat/master/filebeat-module-misp.html

# Deprecated in 7.14.0: Recommended to migrate to the Threat Intel module.

- module: misp
threat:
enabled: true
Expand Down

0 comments on commit 87d871a

Please sign in to comment.