摘要: 使用命令: PUT /_cluster/settings { "persistent" : { "xpack.monitoring.collection.enabled" : "false" } } 删除历史数据 # curl -XDELETE http://127.0.0.1:9200/.moni 阅读全文
posted @ 2021-01-21 16:21 Squidweber 阅读(110) 评论(0) 推荐(0)
摘要: 1.配置同步目标服务器 # yum -y install rsyncd 修改rsync配置 # vim /etc/rsyncd.conf uid = root gid = root max connections = 2048 log file = /var/log/rsyncd.log pid f 阅读全文
posted @ 2021-01-21 14:58 Squidweber 阅读(49) 评论(0) 推荐(0)