摘要: node命令集合 npm set registry https://registry.npm.taobao.org/ cnpm set registry https://registry.npm.taobao.org/ npm config set registry https://registry 阅读全文
posted @ 2024-03-16 11:22 不懂123 阅读(6) 评论(0) 推荐(0) 编辑
摘要: elastic dump安装 npm install -g cnpm --registry=https://registry.npm.taobao.org npm install elasticdump -g elastic dump基本使用 elasticdump --input=https:// 阅读全文
posted @ 2024-03-13 09:45 不懂123 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 启动系统任务 scp /home/back_20220722.tar.gz root@192.168.0.21:/root/bak 程序日志一直在前台输出,并且xshell连接一旦断开.那么scp就会从0开始重新拷贝 操作系统任务命令集合 输入ctrl+z暂停程序 暂停程序不是终止(ctrl+c)程 阅读全文
posted @ 2024-03-12 17:11 不懂123 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https说明 对称加密 秘钥只有1个 客户端和服务端都保存一个同样的秘钥 非对称加密 秘钥有2个 1个是公钥 1个是私钥 公钥是由私钥生成出来的 公私钥是一对 公钥可以公开给客户端 服务端保存私钥不能公开 公钥加密后的密文只能用私钥解密 私钥加密后的密文能用公钥解密(私钥也能解密私钥加密的数据) 阅读全文
posted @ 2024-02-26 08:39 不懂123 阅读(4) 评论(0) 推荐(0) 编辑
摘要: exporter安装 分别在两个集群中的任一节点安装elasticsearch_exporter 节点1安装 nohup ./elasticsearch_exporter --es.all --es.indices --es.cluster_settings --es.indices_setting 阅读全文
posted @ 2024-02-05 16:12 不懂123 阅读(75) 评论(0) 推荐(0) 编辑
摘要: Alertmanager配置 global: resolve_timeout: 5m smtp_smarthost: 'smtp.163.com:25' smtp_from: 'cfgitlab_admin@163.com' smtp_auth_username: 'cfgitlab_admin@1 阅读全文
posted @ 2024-02-02 17:16 不懂123 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 配置邮件示例 # Alertmanager configuration alerting: alertmanagers: - static_configs: - targets: - 192.168.19.55:9093 # Load rules once and periodically eval 阅读全文
posted @ 2024-01-31 19:41 不懂123 阅读(9) 评论(0) 推荐(0) 编辑
摘要: github下载包 https://sites.ipaddress.com/raw.githubusercontent.com/ https://sites.ipaddress.com/github.com/ 1.下载安装包到本地 wget https://github.com/nvm-sh/nvm 阅读全文
posted @ 2024-01-24 09:28 不懂123 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 主分片未分配 由于是索引的主分片未能分配,导致集群一直处于red状态 1.查看未分配的分片信息 curl -u elastic:111111 --insecure https://10.32.3.3:9200/_cat/shards?h=index,shard,prirep,state,unassi 阅读全文
posted @ 2024-01-15 09:45 不懂123 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 添加jacoco agent volumes: - ./flow:/config - /data/ddos2/Javacoco/lib/jacocoagent.jar:/usr/local/jacocoagent.jar:ro environment: TZ: Asia/Shanghai entry 阅读全文
posted @ 2024-01-12 16:17 不懂123 阅读(16) 评论(0) 推荐(0) 编辑