Loading...
安装Nginx通过yum search nginx看看是否已经添加源成功。如果成功则执行下列命令安装nginx。yum install nginx 安装完后,rpm -qa | grep nginx 查看启动nginx:systemctl start nginx加入开机启动:systemctl enable nginx查看nginx的状态:systemctl status ngin
1、安装wget https://mirrors.tuna.tsinghua.edu.cn/elasticstack/7.x/yum/7.4.2/filebeat-7.4.2-x86_64.rpm rpm -ivh filebeat-7.4.2-x86_64.rpm 2、更改配置 filebeat.inputs: - type: log enabled: true json.ke...
#!/usr/bin/env bash set -euo pipefail # GitHub Org and Repo to get archives from GITHUB_ORG="micro" GITHUB_REPO="micro" # micro install directory MICRO_INSTALL_DIR="$HOME...
准备工作首选需要安装JAVA环境 https://www.cnblogs.com/stulzq/p/9286878.html如果你的系统没有自带git,那么也需要安装一个yum install git 1.安装第一种方法sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins...
一、索引设置1、如果是需要时间聚合的话则需要设置时间是date索引类型curl --location --request PUT 'http://10.211.55.3:9200/vote_logs_statics' \ --header 'Content-Type: application/json' \ --data-raw '{ "mappings" : { ...