ElasticSearch transport server get Handler

Hello,

Can someone help me with the handler function in elastic search server? For example: When the Java transport client invokes the following:
// GetResponse response = client.prepareGet("movies", "movie", "1").execute().actionGet();

How can I check what the stack trace in Server looks like? We are trying to instrument ElasticSearch and I need this information for the same.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.