增加索引 利用postMan工具发送restfulAPI添加索引库 请求方式为put代表添加 创建索引index时映射mapping 请求URL: 使用put发送http://localhost:9200/blog1 { "mappings": { "article": { "properties" ...
分类:
其他好文 时间:
2020-02-26 17:04:15
阅读次数:
71
1.资料来源官网,参考: https://www.elastic.co/cn/downloads/elasticsearch https://www.elastic.co/cn/downloads/kibana 2.windows 下安装: 2.1 安装 elasticSearch 下载: 解压 运 ...
分类:
其他好文 时间:
2020-02-25 14:28:11
阅读次数:
50
业务服务暴露了prometheus的指标,现需要获取该指标值,并用grafana进行展示,并集成ldap验证登入grafana 1、启动监控 在rancher对应的业务的项目下启用监控, 。在服务列表中能够找到两个服务,这两个服务都可以访问prometheus数据。 2、部署Grafana 镜像 密 ...
分类:
其他好文 时间:
2020-02-25 12:39:12
阅读次数:
274
Redis 密码设置和查看密码 Redis没有实现访问控制这个功能,但是它提供了一个轻量级的认证方式,可以编辑redis.conf配置来启用认证。 1、初始化Redis密码: 在配置文件中有个参数: requirepass 这个就是配置redis访问密码的参数; 比如 requirepass tes ...
分类:
其他好文 时间:
2020-02-25 00:31:14
阅读次数:
97
歌单: OIer们,累计把$20$首歌翻成OI版,共计$31$个版本。 1 ??? Lemon OI 3首 "1.1 葛平" "1.2 chen_zhe" "1.3 kkksc03" 2 锦鲤抄 膜你抄 7首 "2.1 chen_zhe" "2.2 洛天依" "2.3 葛平" "2.4 RE PV" ...
分类:
其他好文 时间:
2020-02-24 23:50:12
阅读次数:
227
https://www.jianshu.com/p/be46656ac73f https://blog.csdn.net/timothytt/article/details/86775114 ______________________________________________________ ...
分类:
其他好文 时间:
2020-02-24 16:56:32
阅读次数:
86
ElasticStack从2019年1月29日的6.6.0版本的开始,引入了索引生命周期管理的功能,新版本的Filebeat则默认的配置开启了ILM,导致索引的命名规则被ILM策略控制。 加上这个配置就好了: filebeat 配置关闭 ILM 即可解决Index Pattern不生效的问题 具体配 ...
分类:
其他好文 时间:
2020-02-23 18:34:03
阅读次数:
481
1、什么是ES,为什么要用ES? Elasticsearch是一个基于Lucene的搜索引擎。它提供了具有HTTP Web界面和无架构JSON文档的分布式,多租户能力的全文搜索引擎。Elasticsearch是用Java开发的,根据Apache许可条款作为开源发布。 用ES做一个全文索引 2、Ela ...
分类:
其他好文 时间:
2020-02-22 22:08:55
阅读次数:
80
安装 samba sudo apt-get install samba 修改samba服务配置 sudo vi /etc/samba/smb.conf [disk1] path = /export/home/disk1 valid user = root pi browseable = yes pu ...
分类:
Web程序 时间:
2020-02-22 16:05:16
阅读次数:
75
深度学习资源 B站 : "最好的PyTorch的入门与实战教程(16小时实战)带资料" 百度云盘: "链接" 提取码:36q8 :star: :star: :star::star::star: B站 :斯坦福大学 CS231n "计算机视觉" :star: :star: :star::star::s ...
分类:
其他好文 时间:
2020-02-22 13:54:49
阅读次数:
100