摘要:
yq安装 https://github.com/mikefarah/yq/tree/master 每个yq版本支持的选项参数都不一样 修改Dockerfile [root@instance base-tlog-test]# vi Dockerfile FROM 192.168.30.113/libr 阅读全文
摘要:
shell原生实现批量管理机器 1.准备环境 1.hosts.info是主机文件 2.t1.sh t2.sh t3.sh是shell脚本文件 10.155.6.7 admin 22 passwd1 10.155.6.11 admin 22 passwd1 10.155.6.8 admin 22 pa 阅读全文
摘要:
内核版本漏洞 内核离线升级 https://elrepo.org/linux/kernel/el7/x86_64/RPMS/ 1.下载内核相关的rpm包 2.安装内核源 rpm -ihv kernel* --nodeps --force 3.修改内核启动顺序 4.重新加载内核 5.重启内核 rebo 阅读全文
摘要:
logstash迁移集群 /home/secure/logstash-7.8.1/bin/logstash -f /home/secure/logstash-7.8.1/config/event0515.conf -f --debug -f 检查配置文件语法 /home/secure/logstas 阅读全文
摘要:
node命令集合 npm set registry https://registry.npm.taobao.org/ cnpm set registry https://registry.npm.taobao.org/ npm config set registry https://registry 阅读全文
摘要:
elastic dump安装 npm install -g cnpm --registry=https://registry.npm.taobao.org npm install elasticdump -g elastic dump基本使用 elasticdump --input=https:// 阅读全文
摘要:
启动系统任务 scp /home/back_20220722.tar.gz root@192.168.0.21:/root/bak 程序日志一直在前台输出,并且xshell连接一旦断开.那么scp就会从0开始重新拷贝 操作系统任务命令集合 输入ctrl+z暂停程序 暂停程序不是终止(ctrl+c)程 阅读全文
摘要:
https说明 对称加密 秘钥只有1个 客户端和服务端都保存一个同样的秘钥 非对称加密 秘钥有2个 1个是公钥 1个是私钥 公钥是由私钥生成出来的 公私钥是一对 公钥可以公开给客户端 服务端保存私钥不能公开 公钥加密后的密文只能用私钥解密 私钥加密后的密文能用公钥解密(私钥也能解密私钥加密的数据) 阅读全文
摘要:
exporter安装 分别在两个集群中的任一节点安装elasticsearch_exporter 节点1安装 nohup ./elasticsearch_exporter --es.all --es.indices --es.cluster_settings --es.indices_setting 阅读全文
摘要:
Alertmanager配置 global: resolve_timeout: 5m smtp_smarthost: 'smtp.163.com:25' smtp_from: 'cfgitlab_admin@163.com' smtp_auth_username: 'cfgitlab_admin@1 阅读全文