We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following has been added to solr.in.sh in lib-solr2 for the datadog agent and will need to be part of an ansible role
solr.in.sh
JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote" JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.port=7199" JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.authenticate=false" JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.ssl=false"
The text was updated successfully, but these errors were encountered:
kayiwa
No branches or pull requests
The following has been added to
solr.in.sh
in lib-solr2 for the datadog agent and will need to be part of an ansible roleThe text was updated successfully, but these errors were encountered: