Here is the elastic-search plugin for pinpoint platform.
build with es 1.7.2, and intercept method:
@TargetConstructor({"org.elasticsearch.common.settings.Settings" }) //for cluster name
@TargetMethods({
@TargetMethod(name = "doExecute", paramTypes = "org.elasticsearch.action.ActionListener") //for api invocation
})