码迷,mamicode.com
首页 >  
搜索关键字:elasticsearch-head    ( 131个结果
Elasticsearch 5.X 使用 Docker 运行使用 Head 插件
ES 5.X 版本后就不支持 elasticsearch-head 以插件方式来安装了。 for Elasticsearch 5.x: site plugins are not supported. Run as a standalone server for Elasticsearch 2.x: ... ...
分类:其他好文   时间:2017-07-13 23:43:52    阅读次数:1702
elk,centos7,filebeat,elasticsearch-head详细安装步骤
先来张图,大致结构应该晓得,对吧! 安装jdk:至少1.8以上 yum -y localinstall jdk-8u73-linux-x64.rpm 安装elasticsearch5.2.1 用普通用户安装es: tar -zxvf elasticsearch-5.2.1.tar.gz [es@no ...
分类:其他好文   时间:2017-07-04 16:05:49    阅读次数:1072
elk,centos7,filebeat,elasticsearch-head集成搭建
1.安装 2.健康检测: 启动kibana: 然后访问这个地址:http://192.168.36.150:5601/app/kibana#/dev_tools/console?load_from=https:%2F%2Fwww.elastic.co%2Fguide%2Fen%2Felasticse ...
分类:其他好文   时间:2017-07-04 11:13:10    阅读次数:376
安装elasticsearch
安装elasticsearch 2.4.5 cd bin 安装head控件./plugin install mobz/elasticsearch-head 安装分词语法(https://github.com/medcl/elasticsearch-analysis-ik)cd pluginswget ...
分类:其他好文   时间:2017-06-21 15:15:56    阅读次数:266
Elasticsearch 5常见问题解决方案
安装运行1、前置安装java8jdk-8u112-linux-x64.rpm下载地址:http://www.oracle.com/technetwork/java/javase/downloads/index.html2、下载wgethttps://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.1.1.zip3、解压unzipelasticsearch-5.1.1.zip4、运行./bin..
分类:其他好文   时间:2017-06-07 21:39:53    阅读次数:612
elasticsearch-head配置
参考:https://github.com/mobz/elasticsearch-head 注意: ...
分类:其他好文   时间:2017-05-11 12:56:48    阅读次数:124
Linux下Elasticsearch5.0 head插件安装
下载安装包 下载elasticsearch-head 下载地址:https://github.com/mobz/elasticsearch-head (或者百度搜索elasticsearch head github) 选择master,然后Download ZIP,下载后获得 elasticsear ...
分类:系统相关   时间:2017-05-07 01:07:22    阅读次数:1807
ELK 的插件安装(head)
这里我装了一个head插件和kopf的插件 ./plugin install mobz/elasticsearch-head ./plugin install lmenezes/elasticsearch-kopf ES-Head的主要作用 它展现ES集群的拓扑结构,并且可以通过它来进行索引(Ind ...
分类:其他好文   时间:2017-04-10 14:50:54    阅读次数:166
通过Elasticsearch使用的你的数据
Elasticsearch 系列导航 elasticsearch 与 elasticsearch-head 的安装 ElasticSearch Index API && Mapping 在ElasticSearch中使用 IK 中文分词插件 ElasticSearch 基本概念 Nest客户端的基本 ...
分类:其他好文   时间:2017-04-08 22:55:48    阅读次数:2015
win10 平台 elasticsearch 与 elasticsearch-head 的安装
由于elasticsearch是基于java开发的,所以 第一步需要安装JDK。 具体JDK的安装步骤 http://jingyan.baidu.com/article/6dad5075d1dc40a123e36ea3.html 第二步:下载ElasticSearch https://www.ela ...
分类:Windows程序   时间:2017-04-02 10:28:39    阅读次数:292
131条   上一页 1 ... 9 10 11 12 13 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!