简体   繁体   English

错误Marvel插件Elastic

[英]Error Marvel plugin Elastic

I'm not able to access marvel in my browser. 我无法在浏览器中访问奇迹。

http://localhost:9200/_plugins/marvel/ returns http:// localhost:9200 / _plugins / marvel /返回

{"error": "ElasticsearchIllegalArgumentException[No feature for name [marvel]]","status": 400} 

I have installed elastic search 1.7.1 and its up and running running at http://localhost:9200/ 我已经安装了弹性搜索1.7.1,它已在http:// localhost:9200 /上启动并运行

I'm running on a window 2008R2 server with chrome and java 1.7.0_79 我正在使用Chrome和Java 1.7.0_79的Windows 2008R2服务器上运行

I did (and tried) the following things: 我做了(并尝试过)以下事情:

  • I installed the marvel plugin marvel (marvel-latest.zip). 我安装了奇迹插件marvel(marvel-latest.zip)。 The folder marvel folder is created in the plugins folder 文件夹marvel文件夹在plugins文件夹中创建
  • The log shows the plugin is started ([INFO ][plugins ] [MY_01_dev] loaded [marvel], sites [marvel]) 日志显示插件已启动([信息] [插件] [MY_01_dev]已加载[奇迹],网站[奇迹])
  • tried giving in teh path to the index page manually ( http://localhost:9200/_plugins/marvel/_site/kibana/index.html#/dashboard ) 尝试手动输入索引页面的路径( http:// localhost:9200 / _plugins / marvel / _site / kibana / index.html#/ dashboard
  • Changed the config with: marvel.agent.exporter.es.hosts: localhost:9200 使用以下内容更改了配置:marvel.agent.exporter.es.hosts:localhost:9200

No luck so far, all commands with cURL seems to work, but as much as I'm fond of command lines, my colleagues aren't, so i realy would like to get the plugin up and running 到目前为止,运气不好,所有带有cURL的命令似乎都可以正常运行,但是就我喜欢命令行而言,我的同事们都没有,所以我真的很想启动并运行该插件

Marvel and sense plugin should be installed to Kibana and then access it using marvel agent on elastic node. Marvel andSense插件应安装到Kibana,然后在弹性节点上使用Marvel Agent访问它。 https://stackoverflow.com/a/33732567/1013528 https://stackoverflow.com/a/33732567/1013528

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM