AppD Archive

Error in monitoring End User Experience .net through NginX

CommunityUser
Splunk Employee
Splunk Employee

i monitored End User experience from .net application in windows through NginX, but there was no data displayed on monitoring browser.
please share your experience to me, if you have ever monitored End User Experience from .net application in windows through NginX.

i have configured my environment, below are my configuration files and logs:
==> configuration of nginx.conf
upstream appdEUM {
    server localhost:7001 fail_timeout=0;
    }
server {
        listen       61;
        server_name  localhost;

        expires 0;
        add_header Cache-Control private;
        location / {
            proxy_set_header Host $host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-Proto https;
            proxy_set_header X-Forwarded-For
            $proxy_add_x_forwarded_for;
            proxy_pass http://appdEUM;
        }

        error_page   500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }
 }
 
 
==> configuration of domain.xml
        <jvm-options>-Dappdynamics.controller.eum.cloud.hostName=localhost:61</jvm-options>
        <jvm-options>-Dappdynamics.controller.eum.beacon.hostName=localhost:61</jvm-options>
        
        
==> access.log in nginx application
        127.0.0.1 - - [09/Aug/2015:19:21:45 +0700] "\x16\x03\x01\x00\x95\x01\x00\x00\x91\x03\x01U\xC7E\xD9#\xED\xCC-\xB7\xEAQ\x17\x96\xB0x>\xAD}\xF7\xFD\x0F\x92\x04\x83\xD2b\x9C\x9B\x92K\x82\xF5\x00\x00*\xC0\x09\xC0\x13\x00/\xC0\x04\xC0\x0E\x003\x002\xC0\x07\xC0\x11\x00\x05\xC0\x02\xC0\x0C\xC0\x08\xC0\x12\x00" 400 172 "-" "-"
        127.0.0.1 - - [09/Aug/2015:19:21:54 +0700] "POST /eumcollector/beacons HTTP/1.1" 200 5 "http://localhost/WebApplication1/" "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"
        127.0.0.1 - - [09/Aug/2015:19:22:01 +0700] "\x16\x03\x01\x00\x95\x01\x00\x00\x91\x03\x01U\xC7E\xE9\xCC\xB7\xB6\xF7!\xF5\xCDTV\x9Cm^\xA4\xB9\xE1f\xE2\x83\xDE\x8A\xAF\x96\xEF\xE8\xE9\xB4?A\x00\x00*\xC0\x09\xC0\x13\x00/\xC0\x04\xC0\x0E\x003\x002\xC0\x07\xC0\x11\x00\x05\xC0\x02\xC0\x0C\xC0\x08\xC0\x12\x00" 400 172 "-" "-"

==>eum-processeor.log in appdynamics application
                10 Aug 2015 07:01:15.020 +0700  Level Two Processor-1  AD.LevelTwoProcessingTime  INFO    
         |    
         |    **** START **** Level Two Batch for 1439164800000, Date:Mon Aug 10 07:00:00 ICT 2015
         |    Total active/enabled Account for aggregation : 1
         |    
         |    [1] accountName=PTBankPermata-a0Q3400000CimEEEAZ Got permission for timestamp : 1439164800000/Date:Mon Aug 10 07:00:00 ICT 2015
         |      Aggregation results: Nothing to aggregate for application=EUM-AAB-AUA, status= nodata
         |    [1] accountName=PTBankPermata-a0Q3400000CimEEEAZ, aggregationTime=0
         |   

regards

wahyu

0 Karma
Get Updates on the Splunk Community!

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...