Are there some way to setup Kibana Netflow Dashboards and Visualizations from Logstash(Module NETFLOW) application?
VERSION:
Elasticsearch 7.0.1
Kibana 7.0.1
Logstash 7.3.1
Obs1 : I can´t use CLI option (bin/logstash --modules netflow --setup -M netflow.var.input.udp.port=NNNN).
#######################################################
I tried put this lines at "logstash.yml" file:
modules:
- name: netflow
var.input.udp.port: 9995
var.elasticsearch.hosts: "ELASTICSEARCH-IP:9200"
var.kibana.host: "KIBANA-IP:5601"
I tried put "--setup", at "startup.options" file:
LS_OPTS="--path.settings ${LS_SETTINGS_DIR} --setup"
#########################################################
Just don´t have the Dashboards and Visualizations loaded.