AppDynamics Knowledge Base

Instrumenting Solr 6.5.x with AppDynamics Agent

Instrumenting Solr 6.5.x with AppDynamics Agent

To configure Apache Solr version 6.5.x with AppDynamics Agent (preferably version 4.2.x or higher), use the following steps:

  1. Navigate to /<solr-home>/bin/solr.in.sh on the Controller machine.

  2. Add the following snippet to the solr.in.sh file in order to add the Java Agent.

SOLR_OPTS="$SOLR_OPTS -javaagent:<app_agent_install>/ver4.2.10.0/javaagent.jar"

Example:

SOLR_OPTS="$SOLR_OPTS -Dappdynamics.agent.applicationName=Solr -Dappdynamics.agent.tierName=SolrTier -Dappdynamics.agent.nodeName -javaagent:/Users/XXX/Documents/Agent/AppServerAgent-4.2.10.0/ver4.2.10.0/javaagent.jar"

 

  1. Restart Solr.
Labels (1)
Comments
SOLR_OPTS="$SOLR_OPTS -Dappdynamics.agent.applicationName=Solr -Dappdynamics.agent.tierName=SolrTier -Dappdynamics.agent.nodeName-javaagent:/Users/XXX/Documents/Agent/AppServerAgent-4.2.10.0/ver4.2.10.0/javaagent.jar" 

just need to understand is there a space  after nodeName -javaagent

@Anonymous yes, there should be a space. Thank you for the pointer. Looks like a typo mistake. I will correct it. 

@Preet.Gaur @Anonymous I've updated the article to reflect this change. Thank you both!

Version history
Last update:
‎07-06-2017 09:59 AM
Updated by: