随笔分类 -  ELK Stack

上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页
摘要:PUT test { "mappings": { "dynamic": true, "properties": { "firstname": { "type": "text", "copy_to": "fullname" }, "lastname": { "type": "text", "copy_ 阅读全文
posted @ 2021-03-10 17:35 哈喽哈喽111111 阅读(272) 评论(0) 推荐(0) 编辑
摘要:dynamic针对的是新增的字段,不是对mapping中已有的字段 (原有mapping中的字段不受影响,只影响新增的字段) 当dynamic被设置成false的时候,存在新增字段可以被写入到索引文件中,该字段可以被查看到,但是查询不到,同时索引的mapping也为更新显示该新增的字段。 针对整个索 阅读全文
posted @ 2021-03-10 16:57 哈喽哈喽111111 阅读(509) 评论(0) 推荐(0) 编辑
摘要:![](https://img2020.cnblogs.com/blog/794174/202103/794174-20210310141339856-660091611.png) ![](https://img2020.cnblogs.com/blog/794174/202103/794174-20210310141714412-1955396638.png) ![](https://img20 阅读全文
posted @ 2021-03-10 14:19 哈喽哈喽111111 阅读(94) 评论(0) 推荐(0) 编辑
摘要:官方文档地址:https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting-using.html 阅读全文
posted @ 2021-03-10 11:20 哈喽哈喽111111 阅读(70) 评论(0) 推荐(0) 编辑
摘要:#基本查询 GET /movies/_search?q=2012&df=title&sort=year:desc&from=0&size=10&timeout=1s #带profile GET /movies/_search?q=2012&df=title { "profile":"true" } 阅读全文
posted @ 2021-03-09 17:59 哈喽哈喽111111 阅读(280) 评论(0) 推荐(0) 编辑
摘要:#Simple Analyzer – 按照非字母切分(符号被过滤),小写处理 #Stop Analyzer – 小写处理,停用词过滤(the,a,is) #Whitespace Analyzer – 按照空格切分,不转小写 #Keyword Analyzer – 不分词,直接将输入当作输出 #Pat 阅读全文
posted @ 2021-03-09 16:57 哈喽哈喽111111 阅读(77) 评论(0) 推荐(0) 编辑
摘要:GET /_cat/indices?v&h=i,tm&s=tm:desc 阅读全文
posted @ 2021-03-09 16:05 哈喽哈喽111111 阅读(300) 评论(0) 推荐(0) 编辑
摘要:Index方式,需要指定ID 如果ID不存在,创建新的文档,状态是created 如果ID存在,会先删除现有ID的文档,然后创建一个新文档,ID数加1,状态是updated PUT test/_doc/1 { "name":222 } # 使用POST方式的Index POST test/_doc/ 阅读全文
posted @ 2021-03-08 18:02 哈喽哈喽111111 阅读(85) 评论(0) 推荐(0) 编辑
摘要:使用的镜像可以从这个网站查看最新的:https://hub.docker.com/ 参考极客时间上的教程转发来的 使用步骤:安装docker和docker-compose 运行: docker-compose up -d docker-compose ps docker-compose down d 阅读全文
posted @ 2021-03-08 13:48 哈喽哈喽111111 阅读(1674) 评论(0) 推荐(0) 编辑
摘要:版本及硬件配置 JDK:JDK1.8_171-b11 (64 位) ES集群:由3台16核32G的虚拟机部署 ES 集群,每个节点分配 20 G 堆内存 ELK版本:6.3.0 垃圾回收器:ES 默认指定的老年代(CMS)+ 新生代(ParNew) 操作系统:CentOS Linux release 阅读全文
posted @ 2021-01-14 15:36 哈喽哈喽111111 阅读(487) 评论(0) 推荐(0) 编辑
摘要:文章转载自:https://mp.weixin.qq.com/s?__biz=MzI5MTU1MzM3MQ==&mid=2247489814&idx=1&sn=6916f8b79019d6288ec73d541071bf70&chksm=ec0fb022db783934f9fd046c71192e4 阅读全文
posted @ 2021-01-14 14:07 哈喽哈喽111111 阅读(1376) 评论(0) 推荐(0) 编辑
摘要:文章转载自:https://elasticstack.blog.csdn.net/article/details/110816948 阅读全文
posted @ 2021-01-13 10:27 哈喽哈喽111111 阅读(326) 评论(0) 推荐(0) 编辑
摘要:文章转载自:https://elasticstack.blog.csdn.net/article/details/112535618 阅读全文
posted @ 2021-01-13 10:15 哈喽哈喽111111 阅读(124) 评论(0) 推荐(0) 编辑
摘要:文章转载自:https://elasticstack.blog.csdn.net/article/details/112259500 日志记录实际上是每个应用程序都必须具备的功能。无论你选择基于哪种技术,都需要监视应用程序的运行状况和操作。随着应用程序扩展,这变得越来越困难,你需要查看不同的文件,文 阅读全文
posted @ 2021-01-13 10:07 哈喽哈喽111111 阅读(263) 评论(0) 推荐(0) 编辑
摘要:文章转载自:https://elasticstack.blog.csdn.net/article/details/106688240 阅读全文
posted @ 2021-01-13 10:04 哈喽哈喽111111 阅读(395) 评论(0) 推荐(0) 编辑
摘要:文章转载自:https://blog.csdn.net/UbuntuTouch/article/details/107154165 阅读全文
posted @ 2021-01-13 10:01 哈喽哈喽111111 阅读(70) 评论(0) 推荐(0) 编辑
摘要:文章转载自:https://elasticstack.blog.csdn.net/article/details/108365746 阅读全文
posted @ 2021-01-13 09:56 哈喽哈喽111111 阅读(71) 评论(0) 推荐(0) 编辑
摘要:文章转载自:https://elasticstack.blog.csdn.net/article/details/112213364 阅读全文
posted @ 2021-01-13 09:30 哈喽哈喽111111 阅读(189) 评论(0) 推荐(0) 编辑
摘要:创建一个临时的超级用户TestSuper: [root@cfeea elasticsearch]# ./bin/elasticsearch-users useradd TestSuper -r superuser Enter new password: Retype new password: 用这 阅读全文
posted @ 2021-01-12 14:59 哈喽哈喽111111 阅读(1869) 评论(0) 推荐(1) 编辑
该文被密码保护。
posted @ 2021-01-07 18:06 哈喽哈喽111111 阅读(10) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页