Problem:
How to disable Elasticsearch Sensor?
Solution:
In some edge cases you might want to disable Elastic Search Sensor. In order to do so, you can update the Agent configuration file ( https://docs.instana.io/quick_start/agent_configuration/#configuration ) with the following:
com.instana.plugin.elasticsearch:
enabled: false
and restart the agent for the setting to take effect.
Comments