I am trying to find suitable entry point for ES client. At the moment I have:
Class that implements an Interface which equals org.elasticsearch.client.ElasticsearchClient
and method name: prepareSearch
It seems to collect number of calls but I wonder if there is a better configuration to make ES calls to show up in Tier Flow Map.