根据日期字段在ElasticSearch中创建时间序列

时间:2019-07-14 09:13:49

标签: elasticsearch

我是Elasticsearch的始祖,我想基于日期字段(而不是基于系统时间)为索引创建时间序列分析。谁能帮我?我的索引映射是这样的:

{"test" : {
"mappings" : {
  "properties" : {
    "createdat" : {"type" : "date"},
       "age"    : {"type" : "integer"}     
 }}}}

0 个答案:

没有答案