码迷,mamicode.com
首页 > 其他好文 > 详细

Kibana常用语法

时间:2018-12-13 19:16:05      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:语法   mat   常用   esc   方法   csharp   web   highlight   search   

GET brand201811_v2/_search
方法一:查询数据源,及相关url的文章
{
  "query": {
    "bool": {
      "must": [
        {
          "term": {
            "dSource": {
              "value": "news/sogou"
            }
          }
        },
        {
          "term": {
            "url": {
              "value": "http://www.scgdj.com/new/include/news_view.php?NDLzv3qGY.xml="
            }
          }
        }
      ]
    }
  },
  "size": 10,
  "sort": [
    {
      "pDate": {
        "order": "desc"
      }
    }
  ]
}

方法二:查询数据源,包含某个字段的文章 GET brand201812_v2/_search { "query": { "bool": { "must": [ { "term": { "dSource": { "value": "news/pttweb" } } }, { "match_phrase": { "content": "选举" } } ] } }, "size": 10, "sort": [ { "pDate": { "order": "desc" } } ] }

  

Kibana常用语法

标签:语法   mat   常用   esc   方法   csharp   web   highlight   search   

原文地址:https://www.cnblogs.com/baiyuer/p/10115460.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!