How to get Beat client ip in Logstash

Hi,

I am new to ELK and trying to get the IP of the File Beat Client in Kibana through Logstash. tried various option which is available in the forum but unable to find the workable solution. Using ELK 5.6.4.

Any help in this regards is appreciated.

Judging by https://github.com/logstash-plugins/logstash-input-beats/issues/180 this is available in Logstash 6 as [@metadata][ip_address].

upgraded Logstash to 6 and tried [@metadata][ip_address] , getting remote ip as 127.0.0.1 which is not right ip.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.