I am quite new to Elastic APM, Kibana, Elasticsearch and APM in general and did not come across any information pointing towards my needs. I set up the elastic-apm[flask]
module and followed the tutorial. In the Kibana dashboard I get information like response times and server name, but the fields for client.ip etc. are empty. I would like to track the IP addresses (more exactly where my website visitors come from).
So, how do I get the user's IP address into the client.ip field in Elastic APM? I don't want to issue an app.logger.debug
statement everytime a route is being requested.