mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
Deprecate LS Netflow module and point to FB Netflow module
Fixes #11113
This commit is contained in:
parent
3d2daca5d8
commit
ddbfba32e1
2 changed files with 9 additions and 2 deletions
2
docs/static/modules.asciidoc
vendored
2
docs/static/modules.asciidoc
vendored
|
@ -8,7 +8,7 @@ These modules are available:
|
|||
|
||||
* <<connecting-to-cloud,Elastic Cloud>>
|
||||
* <<arcsight-module>>
|
||||
* <<netflow-module>>
|
||||
* <<netflow-module,Netflow Module (deprecated)>>
|
||||
* <<azure-module, Microsoft Azure Module>>
|
||||
|
||||
Each module comes pre-packaged with Logstash configurations, Kibana dashboards,
|
||||
|
|
9
docs/static/netflow-module.asciidoc
vendored
9
docs/static/netflow-module.asciidoc
vendored
|
@ -2,9 +2,11 @@
|
|||
=== Logstash Netflow Module
|
||||
|
||||
++++
|
||||
<titleabbrev>Netflow Module</titleabbrev>
|
||||
<titleabbrev>Netflow Module (deprecated)</titleabbrev>
|
||||
++++
|
||||
|
||||
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:
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue