摘要:
参考: https://chenguolin.github.io/2019/03/02/Fluentd-5-Fluentd%E6%8F%92%E4%BB%B6%E5%BC%80%E5%8F%91/ https://juejin.im/post/5bbf07046fb9a05d1658aa2c 阅读全文
posted @ 2020-01-11 23:39
贝隆
阅读(378)
评论(0)
推荐(0)
|
摘要:
参考: https://chenguolin.github.io/2019/03/02/Fluentd-5-Fluentd%E6%8F%92%E4%BB%B6%E5%BC%80%E5%8F%91/ https://juejin.im/post/5bbf07046fb9a05d1658aa2c 阅读全文
posted @ 2020-01-11 23:39
贝隆
阅读(378)
评论(0)
推荐(0)
摘要:
设置go代理 下载github的package替代golang.org的package git clone --depth=1 https://github.com/golang/text.git $GOPATH/src/golang.org/x git clone --depth=1 https: 阅读全文
posted @ 2020-01-01 08:45
贝隆
阅读(770)
评论(0)
推荐(0)
摘要:
es认证: https://blog.51cto.com/passed/2287142 https://www.jianshu.com/p/aaf9f035b142 https://docs.search-guard.com/6.x-25/search-guard-installation sear 阅读全文
posted @ 2019-12-30 12:39
贝隆
阅读(709)
评论(0)
推荐(0)
摘要:
docker方式运行 #下载镜像 docker pull wonderflow/logkit:v1.5.3 #运行镜像 docker run -d -p 3000:3000 -v /data/logkit/conf:/app/confs -v /data/logkit/log/path:/logs/ 阅读全文
posted @ 2019-12-29 20:27
贝隆
阅读(298)
评论(0)
推荐(0)
摘要:
IUS 源方式安装,不一定为最新版本 https://ius.io/GettingStarted/ 1.添加 IUS 源 2.安装 阅读全文
posted @ 2019-11-26 23:20
贝隆
阅读(1161)
评论(0)
推荐(0)
摘要:
http://www.coaadmin.cn/190.html https://www.znds.com/tv-1116118-1-1.html 1.进入中兴盒子的设置,一般密码为:6321或运营商的号码(10086、10000、10010),连接wifi(机顶盒和电脑处于同个网段),接着选择运维调 阅读全文
posted @ 2019-11-24 22:36
贝隆
阅读(1524)
评论(0)
推荐(0)
摘要:
springdata框架 使用IDEA初始化springboot+springdata框架,开发mongodb示例,pom.xml文件如下 主要实现思路 Mongotemplate 首先创建一个实体,用来对应mongodb中的文档 1 //@Document(collection = "test_s 阅读全文
posted @ 2019-09-15 21:00
贝隆
阅读(1180)
评论(0)
推荐(0)
摘要:
windows开启用户认证 打开配置文件C:\Program Files\MongoDB\Server\4.0\bin\mongod.cfg 增加如下内容 创建用户 修改用户权限 登录mongdb,执行下面的命令 grantRolesToUser函数使用方法介绍:https://docs.mongo 阅读全文
posted @ 2019-09-15 10:35
贝隆
阅读(138)
评论(0)
推荐(0)
摘要:
聚合查询 先准备一个集合,里面是股票的历史价格记录,查询一个集合中,某个股票的开盘价的均值是多少的命令: 查询结果: 数据集合: 可以使用的聚合函数 阅读全文
posted @ 2019-09-08 17:58
贝隆
阅读(142)
评论(0)
推荐(0)
摘要:
离线:1. 下载docker安装包: https://download.docker.com/linux/static/stable/x86_64/2. 准备docker.service 系统配置⽂件[Unit]Description=Docker Application Container Eng 阅读全文
posted @ 2019-07-27 15:31
贝隆
阅读(472)
评论(0)
推荐(0)
|