cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Transaction tracing in Elasticsearch

johnmac
Producer
Hi, I m trying to trace transaction on elastic-search (installed in windows) using Appdymics java agent jar. While starting elasticsearch with Appdymics java agent jar, i m getting "java.security.AccessControlException" in different place. For further details, Please find the attachment.
10 REPLIES 10

Hi guys

 

Elasticsearch is not supported OOB

 

You can use the following as a starting point

Create a POJO Rule as follows

 

Class - org.elasticsearch.rest.RestController

Method - dispatchRequest

 

Split Transactions using - Parameter o

Getter Chain - path()

 

This will give you Transactions being detected

 

Please then also add the following package org.elasticsearch.* class to call graphs as without it you would only see the entry points

 

For additional data, you can enable the "find entry points" node property and then using the Business Transaction logs look to find more entry points if needed

 

Ciao



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Learn more about me in the Community Member Spotlight Q & A