当前位置:网站首页>Kibana index pattern data search
Kibana index pattern data search
2022-07-20 19:41:00 【Jiangxl~】
Kibana Index mode data search
1. Deploy Kibana Visualization platform
1. install kibana
[[email protected] data]# tar xf kibana-7.9.3-linux-x86_64.tar.gz
[[email protected] data]# mv kibana-7.9.3-linux-x86_64 elk/kibana
[[email protected] data]# cd elk/kibana
2. Modify the configuration file
[[email protected] kibana]# vim config/kibana.yml
server.port: 5601
server.host: "0.0.0.0"
server.name: "Log-Cluster"
elasticsearch.hosts: ["http://192.168.20.11:9200"]
i18n.locale: "zh-CN"
3. Configure the startup script
[[email protected] kibana]# vi /usr/lib/systemd/system/kibana.service
[Unit]
Description=kibana
[Service]
ExecStart=/data/elk/kibana/bin/kibana --allow-root
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target
4. start-up kibana
[[email protected] kibana]# systemctl start kibana
kibana7.9 The version is compared to 7.6 The version has changed a lot
边栏推荐
猜你喜欢
网易游戏 Flink SQL 平台化实践
DOX-BSANP多柔比星白蛋白纳米粒/靶向EGFR的载铂类白蛋白纳米粒的制备
Mysql常用语句知识点
Preparation of water-soluble sodium ferulate albumin nanoparticles /p-cs-np loaded teniposide multilayer coated serum protein nanoparticles
木犀草素甘草酸共轭牛血清白蛋白纳米粒/牛血清白蛋白包覆紫杉醇脂质纳米粒的研究制备
女神节特辑 | 专访中国AI女神张晴晴从女学霸到女企业家的蜕变
Community Shangxin | magichub IO open source this wave of data is quite "Ollie to"
NFT:如何改进可租赁的NFT (ERC-4907)
Magichub重口音对话语音识别挑战赛报名开始
每日刷题记录 (二十八)
随机推荐
Fedora TFTP configuration and test method
koa2学习
ICASSP 2022 Women Session Only in Shenzhen
Android 面试题:为什么 Activity 都重建了 ViewModel 还存在?—— Jetpack 系列(3)
Is it safe for Shenwan Hongyuan securities to open an account? Can I buy stocks after opening an account
Memory distribution in C language and program running (BSS segment, data segment, code segment, stack)
Static关键字和block块的经典小案例
golang exec.Command使用
Makefile notes
UART bus protocol
Crazy God redis notes 03
Welcome to ICASSP 2022 - Greetings from Magic Data
/bin/bash^M: 坏的解释器: 没有那个文件或目录
YACS 两数之积 题解
P5024 [noip2018 improvement group] solution to defending the Kingdom
VBS脚本语法简略教程(1)
Wechat applet development uses onreachbottom to realize page bottom loading and paging
u-boot-1.1.6移植笔记(初级篇)
DTX-GA-BSA NPs 载多西他赛和藤黄酸白蛋白纳米粒/硫鸟嘌呤白蛋白纳米粒
nohup、xargs什么意思