logstash/modules/netflow
Guy Boertje e262d6b0b6
Ensure compatibility of module data with ES and Kibana 7.0 (#10356)
* Ensure compatibility of module data with ES and Kibana 7.0

* cherry-pick jake changes

* 7x index template updates - formatting

Fixes #10375
2019-02-05 17:05:10 +00:00
..
configuration Ensure compatibility of module data with ES and Kibana 7.0 (#10356) 2019-02-05 17:05:10 +00:00
lib Add netflow module (#7741) 2017-07-19 14:31:52 -06:00
README.md Add netflow module (#7741) 2017-07-19 14:31:52 -06:00

Netflow Module README

Configuration

There is only one variable associated with netflow, which is the port on which to listen for traffic.

The default port is 2055.

For Elasticsearch-specific configuration—which is common to all modules—see the official Logstash documentation.

Launching from the command-line

$LS_HOME/bin/logstash --modules netflow -M netflow.var.input.udp.port=XXXX

Adding to logstash.yml

Ensure these lines are properly added to your logstash.yml:

modules:
  - name: netflow
    var.input.udp.port: XXXX

With this properly configured, when Logstash is started, it will run the module.