DX Application Performance Management

 View Only
  • 1.  SessiónID - Search

    Posted Mar 25, 2020 07:41 PM
    Hey team 
    Question:
    Is there a way to be able to search through query in webview or workstation view by sessionID?
    By URL parameters it works, when the sessionID is part of the URL. Or search by the option of parameters but from the Refering URL.

    Thanks
    Richard


  • 2.  RE: SessiónID - Search
    Best Answer

    Broadcom Employee
    Posted Apr 04, 2020 10:21 PM
    • SaaS or on-premise?
    • Do you use CEM?
    • Have you configured your agents to capture the request header values?

    # Uncomment this property if the user ID is accessed through
    # HttpServletRequest.getRemoteUser.
    #
    # Changing this property does not require restarting the Monitored Process
    #introscope.agent.transactiontracer.userid.method=HttpServletRequest.getRemoteUser
    
    # Changing this property does not require restarting the Monitored Process
    #introscope.agent.transactiontracer.userid.method=HttpServletRequest.getHeader
    
    # Changing this property does not require restarting the Monitored Process
    #introscope.agent.transactiontracer.userid.key=<application defined key string>
    
    # Uncomment if the user ID is accessed through HttpSession.getValue. Make sure
    # to set the key that is used by your application. 
    #
    # Changing this property does not require restarting the Monitored Process
    #introscope.agent.transactiontracer.userid.method=HttpSession.getValue
    
    # Changing this property does not require restarting the Monitored Process
    #introscope.agent.transactiontracer.userid.key=<application defined key string>
    
    # Uncomment to record specific http request headers, parameters or session
    # attributes in the Transaction Tracer data. 
    #
    # Changing this property does not require restarting the Monitored Process
    #introscope.agent.transactiontracer.parameter.httprequest.headers=User-Agent
    
    # Uncomment to enable the x-apm-bt request header as an option for transaction
    # trace session criteria. See "How to Monitor End User Endpoints" in the APM
    # documentation for use 
    #
    # Changing this property does not require restarting the Monitored Process
    #introscope.agent.transactiontracer.parameter.httprequest.headers=x-apm-bt
    
    # Changing this property does not require restarting the Monitored Process
    #introscope.agent.transactiontracer.parameter.httprequest.parameters=parameter1,parameter2
    
    # Changing this property does not require restarting the Monitored Process
    #introscope.agent.transactiontracer.parameter.httpsession.attributes=attribute1,attribute2
    
    # Changing this property requires restarting the Monitored Process
    introscope.agent.transactiontracer.parameter.httprequest.headers=X-Forwarded-For,X-Forwarded-Host
    
    # Uncomment to disable sessionid capture in TransactionTracer data. By default,
    # it is enabled and recorded in the TT Data. 
    #
    # Changing this property does not require restarting the Monitored Process
    #introscope.agent.transactiontracer.parameter.capture.sessionid=true


    ------------------------------
    Custom Solution Architect
    Broadcom
    ------------------------------



  • 3.  RE: SessiónID - Search

    Broadcom Employee
    Posted Apr 04, 2020 10:26 PM
    Details from the documentation: https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/it-operations-management/application-performance-management/10-7/implementing-agents/java-agent/configure-java-monitoring/configure-transaction-trace-options.html

    ------------------------------
    Custom Solution Architect
    Broadcom
    ------------------------------