Hey everybody!
I am trying to create a network scenario for flow capture using YAF to export the flows on to logstash to view them on Kibana using elastiflow. This works great if all the devices are on the same network, however, if I have YAF running on a machine in a different network I get this error:
[2018-11-09T15:07:10,474][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"elastiflow-3.3.0-2018.11.07", :_type=>"doc", :_routing=>nil}, #LogStash::Event:0x58f719ad], :response=>{"index"=>{"_index"=>"elastiflow-3.3.0-2018.11.07", "_type"=>"doc", "_id"=>"FxID-WYB72rh-BUfOnvm", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [node.ipaddr]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"'_gateway' is not an IP string literal."}}}}}
_gateway is apparently coming from a DNSD server:
"53/udp open domain NetWare dnsd"
However, I have no idea where this is coming from where I can't find where this configuration is coming from.
Any advice? Thank you!