Elasticsearch 存储,搜索和分析

添加索引:

curl -X PUT "localhost:9200/index_name?pretty"

https://www.cnblogs.com/quanxiaoha/p/11532487.html

 

查询:

官方: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html#request-body-search-query

kibana Dev Tools语句查询简单使用入门: https://blog.csdn.net/sinat_36005594/article/details/90449781

基于kibana的Dev Tools控制板上es常用查询语句: https://blog.csdn.net/weixin_43865381/article/details/97904321

 

官方文档:https://www.elastic.co/guide/index.html

没啥时间看,先记录下有用的资源

使用kibana可视化报表实时监控你的应用程序,从日志中找出问题,解决问题:https://www.cnblogs.com/huangxincheng/p/9175940.html

 ELKstack 中文指南:https://elkguide.elasticsearch.cn/kibana/phantomjs.html

laravel与elasticsearch相关的扩展:https://learnku.com/laravel/projects/keywords/elasticsearch

官方扩展:https://github.com/elastic/elasticsearch-php

PHP扩展 -- php-elasticsearch扩展类库:https://blog.csdn.net/raoxiaoya/article/details/90602565

Laravel 之搜索引擎elasticsearch扩展Scout:https://www.jianshu.com/p/962e30a859ba

使用PHP操作ElasticSearch:https://zhuanlan.zhihu.com/p/95894959

posted @ 2020-07-15 14:18  程序生(Codey)  阅读(219)  评论(0编辑  收藏  举报