Hi
Using debian 9.4
logstash 6.3.0-1
kibana 6.3.0
elasticsearch 6.3.0
When I install netflow by comnand it disable all configs via pipeline.yml and all others logstashs output that is under /etc/logstash/conf.d/*,conf stops working.
root@zeus:~# /usr/share/logstash/bin/logstash --modules netflow --setup \
-M "netflow.var.kibana.host=$(hostname -f):5601"
-M "netflow.var.kibana.scheme=https"
-M "netflow.var.kibana.ssl.enabled=true"
-M "netflow.var.kibana.ssl.certificate=/etc/ssl/$(hostname -d)/newcerts/$(hostname -f).crt.pem"
-M "netflow.var.kibana.ssl.key=/etc/ssl/$(hostname -d)/private/$(hostname -f).key.pem"
-M "netflow.var.kibana.ssl.certificate_authority=/etc/ssl/$(hostname -d)/cacert.pem"
-M "netflow.var.elasticsearch.hosts=127.0.0.1:9200"
WARNING: Could not find logstash.yml which is typically located in $LS_HOME/config or /etc/logstash. You can specify the path using --path.settings. Continuing using the defaults
Could not find log4j2 configuration at path /usr/share/logstash/config/log4j2.properties. Using default config which logs errors to the console
[WARN ] 2018-06-28 16:06:50.723 [LogStash::Runner] multilocal - Ignoring the 'pipelines.yml' file because modules or command line options are specified
a) Is there a way to use netflow with others logstash arqchives under /etc/logstash/conf/*.conf ?
best regards