会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
agang_19
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
14
15
16
17
18
19
20
21
22
···
58
下一页
2019年8月25日
elasticsearch 映射 dynamic用法
摘要:
阅读全文
posted @ 2019-08-25 22:43 agang_19
阅读(274)
评论(0)
推荐(0)
编辑
elasticsearch sql查询
摘要: https://aws.amazon.com/cn/blogs/china/build-run-sql-plugin-open-distro-elasticsearch-oss/
阅读全文
posted @ 2019-08-25 20:43 agang_19
阅读(169)
评论(0)
推荐(0)
编辑
2019年8月17日
elasticsearch
摘要: 1、删除索引 DELETE / 2、创建索引 PUT test 3、获取索引 GET test 4、获取索引映射mapping GET test/_mapping 5、获取所有索引映射 GET /_mapping 6、创建索引别名 POST /_aliases{ "actions": [ { "ad
阅读全文
posted @ 2019-08-17 12:11 agang_19
阅读(167)
评论(0)
推荐(0)
编辑
2019年8月16日
php-fpm的参数优化
摘要: 查看php-fpm的内存占用 1、查看php-fpm的进程个数 ps -ef |grep "php-fpm"|grep "pool"|wc -l 2、查看每个php-fpm占用的内存大小 ps -ylC php-fpm --sort:rss 3.查看PHP-FPM在你的机器上的平均内存占用 ps -
阅读全文
posted @ 2019-08-16 15:27 agang_19
阅读(281)
评论(0)
推荐(0)
编辑
2019年7月13日
filebeat
摘要: filebeat modules list //查看模块 ./filebeat modules enable nginx //开启模块 cd /usr/local/filebeat6.8.1/modules.dvim nginx.yml 配置路径 ,注意语法:后面要加入一个空格 ./filebeat
阅读全文
posted @ 2019-07-13 22:44 agang_19
阅读(230)
评论(0)
推荐(0)
编辑
2019年7月10日
kibana 设置登录认证
摘要: kibana 设置登录认证 SlowGO SlowGO 2018.11.21 14:56 字数 59 阅读 658评论 0喜欢 0 2018.11.21 14:56 字数 59 阅读 658评论 0喜欢 0 2018.11.21 14:56 字数 59 阅读 658评论 0喜欢 0 kibana 本
阅读全文
posted @ 2019-07-10 23:54 agang_19
阅读(2600)
评论(0)
推荐(0)
编辑
2019年7月9日
elasticsearch
摘要: http://127.0.0.1:9200/_cat/nodes?v http://127.0.0.1:9200/_cluster/stats GET _cat/indices
阅读全文
posted @ 2019-07-09 21:09 agang_19
阅读(102)
评论(0)
推荐(0)
编辑
2019年7月6日
elasticsearch安装ik
摘要: https://github.com/medcl/elasticsearch-analysis-ik/releases下载对应的ik plugins/目录下创建analysis-ik,再将上述中的zip包解压至该目录
阅读全文
posted @ 2019-07-06 19:10 agang_19
阅读(170)
评论(0)
推荐(0)
编辑
elasticsearch 安装head
摘要: git clone https://github.com/mobz/elasticsearch-head.git yum install nodejs npm install 修改Elasticsearch配置,允许跨域访问,修改后重新启动Elasticsearchvi elasticsearch-
阅读全文
posted @ 2019-07-06 17:42 agang_19
阅读(302)
评论(0)
推荐(0)
编辑
2019年6月23日
Docker 数据卷之进阶篇
摘要: 为什么需要数据卷? 这得从 docker 容器的文件系统说起。出于效率等一系列原因,docker 容器的文件系统在宿主机上存在的方式很复杂,这会带来下面几个问题: 不能在宿主机上很方便地访问容器中的文件。 无法在多个容器之间共享数据。 当容器删除时,容器中产生的数据将丢失。 为了解决这些问题,doc
阅读全文
posted @ 2019-06-23 12:06 agang_19
阅读(179)
评论(0)
推荐(0)
编辑
上一页
1
···
14
15
16
17
18
19
20
21
22
···
58
下一页
公告