Splunk AppDynamics

Reverse proxy configuration in apache to make appdynamics EUM server available over internet

CommunityUser
Splunk Employee
Splunk Employee

Dear All,

I am trying to configure reverse proxy configuration to redirect the internet request to appdynamics eum server. Requesting your expertize to configure the same. I have configured the reverse proxy which is working for other sites and not working for appdynamics EUM. Please let me know if anything needs to be changed in context root.Will be Thanksfull for your suggestion.

Thanks,

Nageswar.

Labels (1)
0 Karma

Mohammed_Rayan
Contributor

Hi Nageswar,

Can you share the config snippet you tried for EUM.

Here's an example:
 
Assume below as the URL's the needs to be mapped.
 
 
/etc/httpd/conf/httpd.conf
<Proxy *>
    Order deny,allow
    Allow from all
</Proxy>
 
ProxyRequests       Off
ProxyPreserveHost   On
 
ProxyPass /eum http://eum.example.com:7001/
ProxyPassReverse /eum  http://eum.example.com:7001/

Hope this helps

Regards,

Mohammed Rayan

 
0 Karma
Get Updates on the Splunk Community!

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL  The Splunk AI Assistant for SPL ...

Buttercup Games: Further Dashboarding Techniques (Part 5)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Customers Increasingly Choose Splunk for Observability

For the second year in a row, Splunk was recognized as a Leader in the 2024 Gartner® Magic Quadrant™ for ...