mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 09:34:20 +01:00
Add options to enable jmx monitoring
This commit is contained in:
@@ -36,3 +36,5 @@ pid_dir: ''
|
|||||||
log_dir: ''
|
log_dir: ''
|
||||||
conf_dir: ''
|
conf_dir: ''
|
||||||
data_dirs: ''
|
data_dirs: ''
|
||||||
|
# JMX remote monitoring
|
||||||
|
jmx_remote_monitoring_enabled: true
|
||||||
|
|||||||
@@ -106,3 +106,10 @@
|
|||||||
# WARNING: This option will be removed in Elasticsearch 6.0.0 and is provided
|
# WARNING: This option will be removed in Elasticsearch 6.0.0 and is provided
|
||||||
# only for migration purposes.
|
# only for migration purposes.
|
||||||
#-Delasticsearch.json.allow_unquoted_field_names=true
|
#-Delasticsearch.json.allow_unquoted_field_names=true
|
||||||
|
{% if jmx_remote_monitoring_enabled == true %}
|
||||||
|
#-Dcom.sun.management.jmxremote.port={{ jmx_remote_monitoring_port }}
|
||||||
|
#-Dcom.sun.management.jmxremote.authenticate={{ jmx_remote_monitoring_auth }}
|
||||||
|
#-Dcom.sun.management.jmxremote.ssl={{ jmx_remote_monitoring_ssl }}
|
||||||
|
##-Djava.rmi.server.hostname="127.0.0.1"
|
||||||
|
-Dcom.sun.management.jmxremote
|
||||||
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user