Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does Windows10 access the Elasticsearch Head plug-in

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces the relevant knowledge of "how Windows10 accesses the Elasticsearch Head plug-in". The editor shows you the operation process through an actual case. The operation method is simple, fast and practical. I hope this article "how Windows10 accesses the Elasticsearch Head plug-in" can help you solve the problem.

First, install nodejs

Second, install grunt

Npm install-g grunt-cli

Git clone the source code of the head plug-in:

Git clone git://github.com/mobz/elasticsearch-head.git

Head/Gruntfile.js:

Add the hostname property, set to *

Head/_site/app.js

This.base_uri = this.config.base_uri | | this.prefs.get ("app-base_uri") | | "http://localhost:9200";"

Change localhost to the server address of your es.

Then in the head source directory, execute the package downloaded by npm install:

Image.png

Npm install

Finally, start nodejs under the head source directory:

Grunt server

The startup is successful as shown in the picture.

Image.png

At this point, you can access the head plug-in by visiting http://localhost:9100

This is the end of the introduction to "how Windows10 accesses the Elasticsearch Head plugin". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report