• 首页
  • 留言板
  • 小工具
  • 英语角

  • filebeat read: connection reset by peer

    错误原因 Failed to connect: Get http://192.168.1.101:5044 read tcp 192.168.1.100:498

    2020.05.24,阅读:487,评论:0,点赞:0,标签:Filebeat Logstash Elasticsearch 

  • Elasticsearch health status显示为yellow解决方法

    查看health curl -XGET "http://localhost:9200/_cluster/health?pretty=true"返回: {

    2019.04.26,阅读:4092,评论:0,点赞:7,标签:Elasticsearch 

  • Elasticsearch短语搜索query->match_phrase

    短语搜索 精确匹配一系列单词或者短语。 使用match_phrase curl -X GET "localhost:9200/megacorp/employee

    2019.04.25,阅读:556,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch全文搜索query->match

    全文搜索 query->match curl -X GET "localhost:9200/megacorp/employee/_search?prett

    2019.04.25,阅读:450,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch使用filter和range过滤器搜索

    使用过滤器搜索 query->bool->must->match filter->range curl -X GET "localhos

    2019.04.25,阅读:636,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch使用查询表达式搜索

    查询表达式搜索 query->match curl -X GET "localhost:9200/megacorp/employee/_search?pr

    2019.04.25,阅读:351,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch出现circuit_breaking_exception异常

    异常信息 { "error" : { "root_cause" : [ { "type" : "circuit_brea

    2019.04.25,阅读:6532,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch轻量搜索_search和q=

    轻量搜索 使用_search curl -X GET "localhost:9200/megacorp/employee/_search?pretty=true

    2019.04.25,阅读:705,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch检索文档GET

    检索文档 使用GET指令 curl -X GET "localhost:9200/megacorp/employee/1?pretty=true"输出: {

    2019.04.25,阅读:346,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch GET/PUT/DELETE/HEAD指令

    新增或更新 PUT 获取 GET 删除 DELETE 检查是否存在 HEAD

    2019.04.25,阅读:427,评论:1,点赞:0,标签:Elasticsearch 

  • Elasticsearch插入数据PUT

    插入数据 使用PUT方法 curl -X PUT "localhost:9200/megacorp/employee/1" -H 'Content-Type:

    2019.04.25,阅读:754,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch获取记录总数_count

    计算文档数量 _count curl -XGET "localhost:9200/_count?pretty"输出: { "count" : 0, "

    2019.04.25,阅读:2565,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch使用RESTful API进行通信

    一个Elasticsearch请求和任何HTTP请求一样由若干相同的部件组成: curl -X<VERB> '<PROTOCOL>://

    2019.04.25,阅读:468,评论:0,点赞:0,标签:Elasticsearch curl 

  • Elasticsearch监控运行状态

    监控运行状态 curl -X GET "localhost:9200/_cluster/health"输出: {"cluster_name":"elastic

    2019.04.25,阅读:479,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch 9200端口和9300端口区别

    9200端口 9200是HTTP协议的RESTful接口。 9300端口 9300是TCP通讯端口,集群间和TCPClient都走的它。

    2019.04.25,阅读:1346,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch安装中文分词器ik插件

    中文分词器开源地址 https://github.com/medcl/elasticsearch-analysis-ik Elasticsearch安装ik分词

    2019.04.25,阅读:557,评论:0,点赞:0,标签:Elasticsearch 

  • Elasticsearch can not run elasticsearch as root

    ES启动报错 [2019-04-24T17:27:27,226][ERROR][o.e.b.Bootstrap ] [root] Except

    2019.04.24,阅读:2332,评论:0,点赞:2,标签:Elasticsearch 

  • Elasticsearch后台启动

    添加-d参数 ./elasticsearch -d

    2019.04.24,阅读:458,评论:0,点赞:0,标签:Elasticsearch 

  • 上一页
  • 1
  • 下一页

标签

JavaOpenRestyRedisLinuxAndroidNginxMySQLMongoDBPostgreSQLPHPGitElasticsearchPython面试算法小程序

友链

安静的阿根小吴的黑科技工坊

站长统计

  • 文章数:712
  • 访客数:207307
  • 浏览量:909726

阅读排行榜

  • lanyus激活时IDEA提示your activation code could not be validated error 1653219阅读数:201253
  • Android使用adb wm命令调整手机分辨率阅读数:6694
  • IDEA破解后打不开解决方法阅读数:6674
  • Elasticsearch出现circuit_breaking_exception异常阅读数:6532
  • Windows10访问网页提示找不到服务器IP地址阅读数:4740

点赞排行榜

  • lanyus激活时IDEA提示your activation code could not be validated error 1653219点赞数:797
  • IDEA破解后打不开解决方法点赞数:25
  • Windows10访问网页提示找不到服务器IP地址点赞数:9
  • Elasticsearch health status显示为yellow解决方法点赞数:7
  • Android使用adb wm命令调整手机分辨率点赞数:7

评论排行榜

  • lanyus激活时IDEA提示your activation code could not be validated error 1653219评论数:116
  • pgAdmin4 Failed to open the system default web browser.Is one installed?.评论数:4
  • IDEA破解后打不开解决方法评论数:2
  • 微信小程序基于Parser添加长按复制、代码高亮等功能评论数:2
  • Nginx日志按天生成评论数:2

分享至微信

©2019 沪ICP备18012661号-1 阿里云

关于我们-免责声明-网站地图-GitHub