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.