diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 5f6cb514d75..763ec6206ad 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -704,6 +704,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* diff --git a/filebeat/docs/modules/misp.asciidoc b/filebeat/docs/modules/misp.asciidoc index 4eebc6150c4..b38ec8c0a66 100644 --- a/filebeat/docs/modules/misp.asciidoc +++ b/filebeat/docs/modules/misp.asciidoc @@ -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 <> 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. diff --git a/x-pack/filebeat/filebeat.reference.yml b/x-pack/filebeat/filebeat.reference.yml index e3b47550bb8..bd55b91a8b2 100644 --- a/x-pack/filebeat/filebeat.reference.yml +++ b/x-pack/filebeat/filebeat.reference.yml @@ -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 diff --git a/x-pack/filebeat/module/misp/_meta/config.yml b/x-pack/filebeat/module/misp/_meta/config.yml index 67c7dc566d8..0eab72db205 100644 --- a/x-pack/filebeat/module/misp/_meta/config.yml +++ b/x-pack/filebeat/module/misp/_meta/config.yml @@ -1,3 +1,5 @@ +# Deprecated in 7.14.0: Recommended to migrate to the Threat Intel module. + - module: misp threat: enabled: true diff --git a/x-pack/filebeat/module/misp/_meta/docs.asciidoc b/x-pack/filebeat/module/misp/_meta/docs.asciidoc index ea0e671c06b..7025f65d7d9 100644 --- a/x-pack/filebeat/module/misp/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/misp/_meta/docs.asciidoc @@ -5,6 +5,8 @@ == MISP module +deprecated::[7.14.0,"This module is deprecated. Use the <> 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. diff --git a/x-pack/filebeat/modules.d/misp.yml.disabled b/x-pack/filebeat/modules.d/misp.yml.disabled index 9a489fa0f3d..630f685ee1f 100644 --- a/x-pack/filebeat/modules.d/misp.yml.disabled +++ b/x-pack/filebeat/modules.d/misp.yml.disabled @@ -1,6 +1,8 @@ # Module: misp # Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-misp.html +# Deprecated in 7.14.0: Recommended to migrate to the Threat Intel module. + - module: misp threat: enabled: true