Giter VIP home page Giter VIP logo

Comments (4)

jhush avatar jhush commented on June 7, 2024

确实是,elasticsearch已经更新到2.1版本,但是权威指南还是1版本的,elastic官网有2版本的指南

from elasticsearch-definitive-guide-cn.

hzruandd avatar hzruandd commented on June 7, 2024

@CoderIvan 你好,我已经按照https://www.elastic.co/downloads/marvel
说明完成了安装,服务也都启动了,目前可以正常访问9200端口对应的elasticsearch服务,但是marvel这个插件提供的http管理页面却无法进入:
curl -i http://121.41.22.252:9200/_plugin/marvel/
HTTP/1.1 404 Not Found
Content-Type: text/plain; charset=UTF-8
Content-Length: 0

➜ ~ curl -i http://121.41.22.252:9200/_plugin/marvel/sense
HTTP/1.1 404 Not Found
Content-Type: text/plain; charset=UTF-8
Content-Length: 0

➜ ~ curl -i http://121.41.22.252:9200/
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Content-Length: 318

{
"name" : "Architect",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "2.3.1",
"build_hash" : "bd980929010aef404e7cb0843e61d0665269fc39",
"build_timestamp" : "2016-04-04T12:25:05Z",
"build_snapshot" : false,
"lucene_version" : "5.5.0"
},
"tagline" : "You Know, for Search"
}

http://121.41.22.252:5601/app/marvel也可以访问,唯独看不到我最爱的marvel提供的http页面操作了。
但是我之前用1.x.x版本就可以很便捷去通过http页面和elasticsearch做交互。

from elasticsearch-definitive-guide-cn.

jhush avatar jhush commented on June 7, 2024

十分感谢,问题已解决,之前使用2.x版本,后来使用1.7.4正常使用

来自 魅蓝 metal

-------- 原始邮件 --------
发件人:jake [email protected]
时间:周一 4月11日 上午 10:57
收件人:looly/elasticsearch-definitive-guide-cn [email protected]
抄送:jhush [email protected]
主题:Re: [looly/elasticsearch-definitive-guide-cn] 关于"入门"一节中的"安装Marvel" (#84)

@CoderIvan 你好,我已经按照https://www.elastic.co/downloads/marvel说明完成了安装,服务也都启动了,目前可以正常访问9200端口对应的elasticsearch服务,但是marvel这个插件提供的http管理页面却无法进入:
curl -i http://121.41.22.252:9200/_plugin/marvel/
HTTP/1.1 404 Not Found
Content-Type: text/plain; charset=UTF-8
Content-Length: 0

➜ ~ curl -i http://121.41.22.252:9200/_plugin/marvel/sense
HTTP/1.1 404 Not Found
Content-Type: text/plain; charset=UTF-8
Content-Length: 0

➜ ~ curl -i http://121.41.22.252:9200/

HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Content-Length: 318

{
"name" : "Architect",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "2.3.1",
"build_hash" : "bd980929010aef404e7cb0843e61d0665269fc39",
"build_timestamp" : "2016-04-04T12:25:05Z",
"build_snapshot" : false,
"lucene_version" : "5.5.0"
},
"tagline" : "You Know, for Search"
}

但是我之前用1.x.x版本就可以很便捷去通过http页面和elasticsearch做交互。


You are receiving this because you commented.
Reply to this email directly or view it on GitHub

from elasticsearch-definitive-guide-cn.

CoderIvan avatar CoderIvan commented on June 7, 2024

@hzruandd

非常感谢您的帮助,因为有一段时间了,暂时没时间去验证,既然已经处理完了,就直接close这个ISSUE了

from elasticsearch-definitive-guide-cn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.