Filebeat host ip address in Logstash

Currently Filebeat doesn't export the IP address, but you can configure Filebeat to add an additional field that contains a static IP address that you configure in each configuration file. Please check fields option.

fields:
ip_address: 192.168.3.4

If this doesn't help you, feel free to open a new feature request here.