首页
✨运维
🎉安装
👀踩坑
🤷‍♂️学习
😊关于
  • 分类
  • 标签
  • 归档
GitHub

Summer

运维界的小白
首页
✨运维
🎉安装
👀踩坑
🤷‍♂️学习
😊关于
  • 分类
  • 标签
  • 归档
GitHub
  • Docker

  • Zabbix

  • Elasticsearch

    • 可视化kibana搭建
      • 1.上传服务器解压
      • 2.修改配置文件
      • 3.启动
      • 4.浏览器查看
  • K8s

  • Mysql

  • Redis

  • Nginx

  • Prometheus

  • 安装
  • Elasticsearch
summer
2020-10-27

可视化kibana搭建

安装包下载

注意elasticsearch版本应与kibana版本一致,否则error

# 1.上传服务器解压

[root@new1 opt]# tar xvf kibana-6.3.1-linux-x86_64.tar.gz
1

# 2.修改配置文件

  • 配置文件路径
kibana-6.3.1-linux-x86_64/config/kibana.yml
1
  • 主要修改点
server.host: "192.168.0.9"
elasticsearch.url: "http://192.168.0.9:29208"
1
2

# 3.启动

[root@new1 bin]# ./kibana &
[1] 105994
[root@new1 bin]#   log   [06:32:03.060] [info][status][plugin:kibana@6.3.1] Status changed from uninitialized to green - Ready
  log   [06:32:03.114] [info][status][plugin:elasticsearch@6.3.1] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [06:32:03.118] [info][status][plugin:xpack_main@6.3.1] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [06:32:03.125] [info][status][plugin:searchprofiler@6.3.1] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [06:32:03.130] [info][status][plugin:ml@6.3.1] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [06:32:03.173] [info][status][plugin:tilemap@6.3.1] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [06:32:03.175] [info][status][plugin:watcher@6.3.1] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [06:32:03.192] [info][status][plugin:license_management@6.3.1] Status changed from uninitialized to green - Ready
  log   [06:32:03.194] [info][status][plugin:index_management@6.3.1] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [06:32:03.359] [info][status][plugin:timelion@6.3.1] Status changed from uninitialized to green - Ready
  log   [06:32:03.362] [info][status][plugin:graph@6.3.1] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [06:32:03.365] [info][status][plugin:monitoring@6.3.1] Status changed from uninitialized to green - Ready
  ...

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

# 4.浏览器查看

安装agent端
k8s离线安装

← 安装agent端 k8s离线安装→

最近更新
01
redis持久化
12-08
02
redis为什么这么快
12-08
03
redis的优缺点
12-08
更多文章>
Theme by Vdoing | Copyright © 2019-2020 Evan Xu | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式