You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "zouwenlong (Jira)" <ji...@apache.org> on 2020/06/11 08:34:00 UTC

[jira] [Created] (FLINK-18251) Cannot create index by time field?

zouwenlong created FLINK-18251:
----------------------------------

             Summary: Cannot create index by time field?
                 Key: FLINK-18251
                 URL: https://issues.apache.org/jira/browse/FLINK-18251
             Project: Flink
          Issue Type: Improvement
          Components: Connectors / ElasticSearch
    Affects Versions: 1.10.1
            Reporter: zouwenlong


{{when i use "index-\{timestamp|yyyy-MM-dd}" to set index ,it not work.  I write wrong or flink is not support it?}}
{{eg:   }}
{{  }}{{return}} {{Requests.indexRequest()}}
{{             }}{{.index("index-\{timestamp|yyyy-MM-dd}"}}{{)}}
{{             }}{{.type("type"}}{{)}}
{{             }}{{.source(o);}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)