Skip to content
New issue

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

add remote jmx to solr #21

Open
kayiwa opened this issue Mar 13, 2018 · 0 comments
Open

add remote jmx to solr #21

kayiwa opened this issue Mar 13, 2018 · 0 comments
Assignees

Comments

@kayiwa
Copy link
Member

kayiwa commented Mar 13, 2018

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

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"
@kayiwa kayiwa self-assigned this Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant