我正在努力使新的relic弹性搜索插件工作,以下是作者的网站:
我已按照所有说明操作,甚至在我在服务器中运行命令时看到插件已成功安装
'curl -XGET http://localhost:9200/_newrelic?pretty'
,我甚至得到了应该确认一切安装得很好的响应:
' {
"configuration" : {
"agents" : {
"http" : true,
"pool" : true,
"transport" : true,
"fs" : true,
"indices" : true,
"network" : true
},
"refreshInterval" : 10
}
}'
但是,当我登录到我的新帐户时,不会显示单个统计信息,无论是JVM还是其他任何统计信息,我也看不到要监视的索引。
以前有人遇到过这个问题吗? PS:ElasticSearch没有作为服务运行,我确实正确安装了新的遗留Java代理。此外,我已经配置了 bin / elasticsearch.in.sh 。
提前致谢!
JM。