diff --git a/docs/static/modules.asciidoc b/docs/static/modules.asciidoc index 97375825b..17ea9acf6 100644 --- a/docs/static/modules.asciidoc +++ b/docs/static/modules.asciidoc @@ -8,7 +8,7 @@ These modules are available: * <> * <> -* <> +* <> * <> Each module comes pre-packaged with Logstash configurations, Kibana dashboards, diff --git a/docs/static/netflow-module.asciidoc b/docs/static/netflow-module.asciidoc index 404df31fb..b00c4e8f6 100644 --- a/docs/static/netflow-module.asciidoc +++ b/docs/static/netflow-module.asciidoc @@ -2,9 +2,11 @@ === Logstash Netflow Module ++++ -Netflow Module +Netflow Module (deprecated) ++++ +deprecated[7.4.0, Replaced by the {filebeat-ref}/filebeat-module-netflow.html[{Filebeat} Netflow Module] which is compliant with the {ecs-ref}/index.html[Elastic Common Schema (ECS)]] + The Logstash Netflow module simplifies the collection, normalization, and visualization of network flow data. With a single command, the module parses network flow data, indexes the events into Elasticsearch, and installs a suite @@ -12,6 +14,7 @@ of Kibana dashboards to get you exploring your data immediately. Logstash modules support Netflow Version 5 and 9. + ==== What is Flow Data? Netflow is a type of data record streamed from capable network devices. It @@ -34,6 +37,10 @@ install. [[netflow-getting-started]] ==== Getting Started +NOTE: The {ls} Netflow Module has been deprecated and replaced by the +{filebeat-ref}/filebeat-module-netflow.html[{Filebeat} Netflow Module], which is +compliant with the {ecs-ref}/index.html[Elastic Common Schema (ECS)]. + . Start the Logstash Netflow module by running the following command in the Logstash installation directory: +