随笔分类 -  elk

摘要:1.查看证书是否过期 curl -XGET -u elastic http://localhost:9200/_xpack/license?pretty 2.登陆https://register.elastic.co/ 3.进入邮箱,下载证书并上传证书到es服务器 4.执行以下命令 curl -XP 阅读全文
posted @ 2021-01-18 17:56 詹姆溪 阅读(880) 评论(0) 推荐(0)
摘要:1.解压elasticsearch tar -avxf elasticsearch-7.1.1-linux-x86_64.tar.gz -C /usr/local/ mkdir /usr/local/elasticsearch-7.1.1/data 2.修改elasticsearch配置 vim / 阅读全文
posted @ 2020-05-30 12:49 詹姆溪 阅读(128) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_37281289/article/details/101483434 阅读全文
posted @ 2020-05-28 17:01 詹姆溪 阅读(245) 评论(0) 推荐(0)