You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

유니크체크

{
  "aggs": {
    "1": {
      "cardinality": {
        "field": "fingerPrint.keyword"
      }
    }
  },
  "size": 0,
  "stored_fields": [
    "*"
  ],
  "script_fields": {},
  "docvalue_fields": [
    {
      "field": "updateTime",
      "format": "date_time"
    }
  ],
  "_source": {
    "excludes": []
  },
  "query": {
    "bool": {
      "must": [],
      "filter": [
        {
          "match_all": {}
        },
        {
          "range": {
            "updateTime": {
              "gte": "now-1d/d",
              "lte": "now/d",
              "format": "strict_date_optional_time"
            }
          }
        }
      ],
      "should": [],
      "must_not": []
    }
  }
}
  • No labels