Windows10环境搭建Elasticsearch+Kibana+Marvel

Posted xuxy03

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows10环境搭建Elasticsearch+Kibana+Marvel相关的知识,希望对你有一定的参考价值。

环境:

Windows10企业版X64

Elasticsearch-2.4.1

Kibana-4.6.1

Marvel-2.0+

步骤:

安装Elasticsearch:官网下载Elasticsearch2.4.1.zip(地址https://www.elastic.co/downloads/elasticsearch),解压到D:\\elasticsearch-2.4.1。

安装Kibana:

官网下载kibana-4.6.1-windows-x86.zip(地址https://www.elastic.co/downloads/kibana),解压到D:\\Kibana-windows-x86。

编辑kibana/config/kibana.yml,把elasticsearch.url注释打开。

安装marvel:

Step 1: Install Marvel into Elasticsearch: 

bin/plugin.bat install license
bin/plugin.bat install marvel-agent 

Step 2: Install Marvel into Kibana:

 bin/kibana.bat plugin --install elasticsearch/marvel/latest 

Step 3: Start Elasticsearch and Kibana

bin/elasticsearch.bat
bin/kibana.bat

不要关闭cmd窗口。

测试elasticsearch安装。浏览器http://localhost:9200/

 

访问kibana:浏览器http://localhost:5601/

 

Step 4: Navigate to Marvel:

 

 

以上是关于Windows10环境搭建Elasticsearch+Kibana+Marvel的主要内容,如果未能解决你的问题,请参考以下文章

五分钟带你玩转docker实战elk环境——kibana搭建

如何在 Windows 10 中搭建 Node.js 环境

Windows10搭建spark环境

Windows 10下搭建以太坊私有链环境

Windows 10 搭建 Django 环境(详细教程)

环境搭建 之 Windows10 安装 python3.5.2