Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 392 Bytes

netflow.md

File metadata and controls

23 lines (18 loc) · 392 Bytes

Netflow input plugin

Status : experimental plugin

This plugin is used to decode Netflow Version 1,5,7,9 Packets into events.

Config using logstash format:

input {
  netflowv9 {
    port => 1234
  }
}

Parameters :

  • host: the Netflow server address. Optional.
  • port: the Netflow server port. Required.