Elastic agent sending system beats but not forwarding netflow to ElasticSearch

i found the issue. finally it is working. the issue was
host: localhost:2055 the netflow default policy parameter. i do not know what is the logic behind using localhost as the default parameter. because it makes no sense to me.

by default the policy generated by netflow record it set to localhost so i change it to 0.0.0.0 so that it can listen on every available IP.

1 Like