Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 02-23-2017 10:14 AM - edited on 12-22-2018 12:15 PM by Nina.Wolinsky
There might be situations where the IP address that you see in the browser snapshots for incoming requests is not what you expect.
This document mentions the precedence of how the IP address is resolved for an incoming request. However, sometimes there may be mis-configurations at the network device level, which may make it hard to debug the issue.
To debug the IP address resolution, add the following logger to the EUM server
(<eum_install_dir>/eum-processor/bin/logback.xml) <logger name="com.appdynamics.eumcloud.processor.collector.ABeacon"
level="TRACE" additivity="false"> <appender-ref ref="FILE"/> </logger>
A log appears like the following: In the EUM log (eum-processor.log file)
06 Nov 2015 02:24:04.978 -0800 Beacon to Record Converter-1 AD.ABeacon TRACE
HEADER_AD_X_FORWARDED_FOR: null 06 Nov 2015 02:24:04.984 -0800 Beacon to Record Converter-1 AD.ABeacon TRACE
HEADER_X_FORWARDED_FOR: 14.102.224.6
This tells you the exact source of the IP address that is being resolved (HTTP request, X_FORWARDED_FOR header, AD_X_FORWARDED_FOR header, etc).
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form