在logstash的jvm.options文件末尾添加:
-Dcom.sun.management.jmxremote.port=9999 //指定jmx端口
-Dcom.sun.management.jmxremote.ssl=false // no ssl
-Dcom.sun.management.jmxremote.authenticate=false // no auth
添加用户:
cd /usr/local/jdk/jre/lib/management
cp jmxremote.password.template jmxremote.password
修改配置文件jmxremote.password 将最后两行,注释去掉
monitorRole QED
controlRole R&D
修改文件 jmxremote.password, jmxremote.access 权限
chmod 600 jmxremote.password, jmxremote.access
JConsole remote Process
如果遇到connection refuse,先ping一下IP。再检查防火墙service iptables status, 选择关闭防火墙。
如果登录之后遇到链接不上remote server, 登录到server上运行hostname -i , 如果返回127.0.0.1,修改/etc/hosts 设置本机IP.