Part 2: http://blog.sysadmin.live/2015/11/process-netflow-with-nprobe-and_13.html
Customize nProbe and Logstash configuration
Overview
In the previous part, we have created a basic visualization and a dashboard in Kibana for NetFlow data; however, do we really need all NetFlow fields? NetFlow v9 has more than 50 field types, so it is better if we export only meaningful fields.As Logstash received NetFlow fields from nProbe, we can configure it to process those data and add more fields or tags to analyze our network traffic better
Configure nProbe to export only significant NetFlow fields
We can run nProbe with option -T followed by a template to export only the fields we are interested in. The following template is a good startNote:
We can start nProbe with a template by running
We should now see those fields in Kibana Discover
![]() |
| New NetFlow fields |



