虚拟机增多,安装ansible $ brew install ansible $ cat /etc/ansible/hosts [yunmao] 10.88.1.161 10.88.1.162 10.88.1.163 [ret] 172.16.3.6 172.16.3.9 $ ansible all -m ping…
更新elk6.4 #增加超级管理员 ./bin/elasticsearch-users useradd admin -p 123456 -r superuser #查看证书状态 curl –user admin:123456 ‘http://10.88.1.161:9200/_xpack/license’ #申请 license https://register.elastic.co/marvel_register #操作 https://www.elastic.co/guide/en/x-pack/current/license-management.html #添加license…