elasticSearch学习安装
2018-08-10 11:16:14来源:博客园 阅读 ()
资料: 1.Elasticsearch学习,请先看这一篇! https://blog.csdn.net/laoyang360/article/details/52244917 2. linux下elasticsearch 安装、配置及示例 https://blog.csdn.net/sinat_28224453/article/details/51134978 3.Linux下Elasticsearch-2.4.1的安装与简单配置(单节点) https://blog.csdn.net/yx0628/article/details/53769224 4.全文搜索引擎 Elasticsearch 入门教程 http://www.ruanyifeng.com/blog/2017/08/elasticsearch.html 5.ELK_Elastic Search和kibana版本对应关系 https://blog.csdn.net/feifantiyan/article/details/53098896 默认端口: ES:9200 Kibana:5601 Elastic安装: windows: 简单 linux: #单机模式和分布式模式 单机单节点: 1. 下载es版本为 2.4.1 版本,按资料3流程走,没问题, 2.//因需求6.1.1升级版本 报错: //内存之类太少,需要设置 参考:#https://blog.csdn.net/weini1111/article/details/60468068 //https://blog.csdn.net/u012371450/article/details/51776505 //https://www.jianshu.com/p/89f8099a6d09 max file descriptors [4096] for elasticsearch process likely too low, increase to at least [65536] max number of threads [1024] for user [lishang] likely too low, increase to at least [2048] system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk //修改limits.conf文件需要重新登录用户 配置文件: //配置文件实际只有3条 bootstrap.memory_lock: false bootstrap.system_call_filter: false network.host: 0.0.0.0 kibana安装: linux: python库的安装: requests: //一个爬虫库,比urllib2简单 pip install requests dateutil: //在dateutil中,吸引我的东西有2个,1个是parser,1个是rrule。 pip install python-dateutil 学习: 1.ES数据架构的主要概念(与关系数据库Mysql对比) 资料1中 1.6 2. 根据规划,Elastic 6.x 版只允许每个 Index 包含一个 Type,7.x 版将会彻底移除 Type。 查询语句: //参考: https://blog.csdn.net/pilihaotian/article/details/52452014 状态: curl http://127.0.0.1:9200/_cat/health?v 列出所有索引: curl 'localhost:9200/_cat/indices?v' 查询 //不指定返回10条 curl 'http://127.0.0.1:9200/coinmarket_coinnews_index_v1/coinmarket_coinnews_alias_v1/_search?q=*&pretty&size=50' curl -H "Content-Type: application/json" 'http://127.0.0.1:9200/coinmarket_coinnews_alias_v1/_search?pretty' -d '{ "query": { "match": { "source" : "coinpost" } }, "from":0, "size":50}' curl -H "Content-Type: application/json" 'http://127.0.0.1:9200/coinmarket_coinnews_alias_v1/_search?pretty' -d '{ "query": { "match_all": {} }, "from":0, "size":25 }' 删除 curl -XDELETE 'localhost:9200/coinmarket_coinnews_index_v1?pretty' 问题: 1.ELK是什么? ELK=elasticsearch+Logstash+kibana elasticsearch:后台分布式存储以及全文检索 logstash: 日志加工、“搬运工” kibana:数据可视化展示。 ELK架构为数据分布式存储、可视化查询和日志解析创建了一个功能强大的管理链。 三者相互配合,取长补短,共同完成分布式大数据处理工作。 response.xpath('//div[@class="_1xnd"]').css('._4-u2 ._4-u8').xpath('p/text()')
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- 学习Java 8 Stream Api (4) - Stream 终端操作之 collect 2020-06-11
- java学习之第一天 2020-06-11
- Java学习之第二天 2020-06-11
- Spring WebFlux 学习笔记 - (一) 前传:学习Java 8 Stream Ap 2020-06-11
- Linux简单命令的学习 2020-06-10
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash