opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.68k stars 882 forks source link

use customField data for timestamp range #4332

Open nevahid opened 1 year ago

nevahid commented 1 year ago

Hi, is it possible for us to use a custom filed data (a string like "14020201") instead of timestamps?

ananzh commented 1 year ago

@nevahid do you mean to use a customized field as timestamp? What is the usage case or need? could you give us more info?

nevahid commented 1 year ago

We want to use Jalali calendar instead of Gregorian calendar, but because it's not supported built-in, we will save the date as a string and use this string as timestamps if possible.