elasticsearch配置

Posted 往事,只是隔岸的风景

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elasticsearch配置相关的知识,希望对你有一定的参考价值。

elasticsearch配置

1.去github搜索 elashsearch——head,以mobz开头的
2.在根目录下安装npm install
3.修改elashsearch下的config文件下的elashsearch.yum文件
在最后面加上
http.cors.enabled: true
http.cors.allow-origin: "*"

下载elashsearch运行bin文件加下的elashsearch.exe

 

1.安装jdk
2.设置path和JAVA_HOME
3.下载:
elasticsearch下载地址:
https://www.elastic.co/downloads/elasticsearch
点zip
4.解压,进入D:\Tools\elasticsearch\elasticsearch-6.0.0
5.启动:
右键->打开dos,执行:
.\bin\elasticsearch

访问:http://localhost:9200
6.配置相应参数 启动
dos下继续执行
./bin/elasticsearch -Ecluster.name=yutao -Enode.name=yutao_node_1
不成功

7.安装elasticsearch作为window服务
在cmd中先进入安装目录中的bin目录
执行:
./elasticsearch-service.bat install
8.
./elasticsearch-service start //启动失败
./elasticsearch-service manager //打开管理控制台,但启动依然失败

 

以上是关于elasticsearch配置的主要内容,如果未能解决你的问题,请参考以下文章

linux 下部署单片 elasticsearch 服务

elastic基本配置

ElasticSearchElasticSearch-head的安装和问题解决

Elasticsearch 教程

Elasticsearch 基本概念

Elasticsearch 教程