Hello
Im installing logstash arcsight module to ship logs from smartconnectors to es.
my command looks like this:
[root@srv-hostname bin] ./logstash --modules arcsight --setup --path.settings /etc/logstash/
" -M "arcsight.var.input.smartconnector.bootstrap_servers=prvt IP:5000"
-M "arcsight.var.elasticsearch.hosts=localhost:9200"
-M "arcsight.var.kibana.host=kibana prvt IP:5601""
It goes fine until
[2018-09-14T12:11:12,752][INFO ][org.apache.kafka.common.utils.AppInfoParser] Kafka version : 1.1.0
[2018-09-14T12:11:12,752][INFO ][org.apache.kafka.common.utils.AppInfoParser] Kafka commitId : fdcf75ea326b8e07
[2018-09-14T12:11:13,194][WARN ][org.apache.kafka.clients.NetworkClient] [Consumer clientId=logstash-0, groupId=logstash] Connection to node -1 could not be established. Broker may not be available.
And the last line goes beyond time.
Any advise appreciated.