- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Apache Nifi to Elasticsearch (Wrong to insert datetime to Elasticsearch)
- Labels:
-
Apache NiFi
-
Apache Phoenix
Created ‎08-31-2018 03:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi all,
I have business case put data to Elasticsearch,
In updateAttribute, I convert date to datetime
${submit_date:toDate():format("yyyy-MM-dd HH:mm:ss.SSSZ")}
${now():toDate():format("yyyy-MM-dd HH:mm:ss.SSSZ"))}
however, data on Elasticsearch became to string?
Do you know how to fix it?
Many thanks,
Created ‎08-31-2018 04:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Look at the other question you posted, which i answered:
Created ‎08-31-2018 04:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Look at the other question you posted, which i answered:
Created ‎08-31-2018 06:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Steven Matision,
Thank you so much for your suggestions. I fixed that issue.
Created ‎09-02-2018 04:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Thuy Le great job! Glad you got it working.
