Export Plugin ############# nProbe allows you to export data do external sources. This plugin allows to export flows to ElasticSearch and kafka. Following are the configuration options required: .. code:: bash --elastic | Enable export to ElasticSearch | Format: ;;;: | Example: | --elastic "flows;nprobe-%Y.%m.%d;http://localhost:9200/_bulk;user:pwd" | Note: the accepts the format supported by strftime(). --kafka ;[;;] | Send flows to Apache Kafka brokers obtained by metadata information | [:],[:]... Initial brokers list used to | receive metadata information | Message topic | <0|1|-1> 0=Don't wait for ack | 1=Leader ack is enough | -1=All replica must ack | Compression type: none, gzip, snappy | Example --kafka localhost;test;0;gzip The exported fields are the ones specified into the nProbe template parameter `-T`. See `nprobe -H` for the full list of supported fields. You can read more here: - https://www.ntop.org/ntopng/ntopng-goes-elastic-introducing-elasticsearch-6-support - https://www.ntop.org/ntopng/exploring-your-traffic-using-ntopng-with-elasticsearchkibana/