Elasticsearch-6.7.0系列Metricbeat仪表盘
Posted zhuwenjoyce
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Elasticsearch-6.7.0系列Metricbeat仪表盘相关的知识,希望对你有一定的参考价值。
前提
centos7环境
https://www.cnblogs.com/zhuwenjoyce/p/10629320.html elasticsearch搜索引擎
https://www.cnblogs.com/zhuwenjoyce/p/10633451.html 安装kibana UI系统
下载和安装
wget https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.7.0-darwin-x86_64.tar.gz 建议离线下载
tar -zxvf metricbeat-6.7.0-darwin-x86_64.tar.gz 解压
cd metricbeat-6.7.0-darwin-x86_64/
metricbeat modules enable system 启用system模块
metricbeat setup -e 加载kibana仪表盘
service metricbeat start 启动服务
启动好Kibana之后,启动好metricbeat之后,在浏览器输入:http://localhost:5601/app/kibana#/dashboard/Metricbeat-system-overview
以上是关于Elasticsearch-6.7.0系列Metricbeat仪表盘的主要内容,如果未能解决你的问题,请参考以下文章
Helm 安装 ElasticSearch & Kibana
Elasticsearch-6.7.0.tar.gz版本centos7环境--下载安装运行