上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 官方地址: 一、TransportClient客户端 https://www.elastic.co/guide/en/elasticsearch/client/java-api/7.5/index.html 二、RestClient客户端 https://www.elastic.co/guide/e 阅读全文
posted @ 2020-11-26 13:12 Runner_Jack 阅读(3835) 评论(0) 推荐(0)
摘要: 地址:http://c.biancheng.net/view/1320.html 阅读全文
posted @ 2020-07-21 16:34 Runner_Jack 阅读(201) 评论(0) 推荐(0)
摘要: https://github.com/bestcloud/ku8eye 阅读全文
posted @ 2020-05-13 12:14 Runner_Jack 阅读(247) 评论(0) 推荐(0)
摘要: 1.挂载好新硬盘后输入fdisk -l命令看当前磁盘信息2.用fdisk /dev/vda 进行分区3.进入fdisk命令,输入h可以看到该命令的帮助,按n进行分区4.这里输入e即分为逻辑分区,按p即分为主分区,我们要将这块盘分为主分区即输入p,一路回车,最后一步w保存5.再输入fdisk -l 可 阅读全文
posted @ 2020-05-13 10:55 Runner_Jack 阅读(1501) 评论(0) 推荐(1)
摘要: apiVersion: policy/v1beta1 kind: PodSecurityPolicy metadata: name: psp.flannel.unprivileged annotations: seccomp.security.alpha.kubernetes.io/allowedP 阅读全文
posted @ 2020-05-13 09:53 Runner_Jack 阅读(1880) 评论(0) 推荐(0)
摘要: 一、主节点安装 设置主机名hostnamectl set-hostname masterhostnamectl set-hostname node01 修改hosts文件vim /etc/hosts192.168.1.91 master192.168.1.92 node01 关闭防火墙systemc 阅读全文
posted @ 2020-05-12 11:26 Runner_Jack 阅读(1110) 评论(0) 推荐(0)
摘要: 地址:https://blog.csdn.net/guoliduo/article/details/105072857 注意:目前只支持cdh5.x的版本安装es,cdh6.x暂不支持。 阅读全文
posted @ 2020-05-11 10:41 Runner_Jack 阅读(1643) 评论(0) 推荐(0)
摘要: 1、187 204 235 2、222 156 83 3、117 156 83 4、64 116 52 5、117 121 74 6、69 137 148 7、182 194 154 8、207 191 140 9、222 125 44 10、214 200 75 阅读全文
posted @ 2020-04-28 18:03 Runner_Jack 阅读(3199) 评论(0) 推荐(0)
摘要: 一、Deployment apiVersion: apps/v1 kind: Deployment metadata: name: pie-algorithm-farmland-detection spec: replicas: 1 selector: matchLabels: name: pie- 阅读全文
posted @ 2020-04-23 17:40 Runner_Jack 阅读(4283) 评论(0) 推荐(0)
摘要: 一、前言 es可以用来存储日志,一般日志存储只是短期保存,超过一定时间日志要是能自动删除最好,这样保证索引文档不会过多,查询时效性也能得到保证。本文参考的官网地址是:https://www.elastic.co/guide/en/elasticsearch/reference/7.5/getting 阅读全文
posted @ 2020-04-23 09:40 Runner_Jack 阅读(3107) 评论(2) 推荐(0)
上一页 1 2 3 4 5 6 ··· 12 下一页