openobserve / openobserve

🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay).
https://openobserve.ai
GNU Affero General Public License v3.0
10.31k stars 368 forks source link

Dashboard Timestamp field customization cannot be displayed correctly. #3798

Open toyops opened 3 weeks ago

toyops commented 3 weeks ago

Which OpenObserve functionalities are relevant/related to the feature request?

No response

Description

If use system default "_timestamp" field, the timezone of dashboard works fine. But when I use Timestamp field which is Custom field, dashboard cannot be displayed correctly. The timezone always is UTC 0.

图片 图片

Proposed solution

There may be a separate optimization for '_timestamp', Custom Timestamp field also need it.

Alternatives considered

no found

hengfeiyang commented 2 weeks ago

@ktx-kirtan this problem is the dashboard don't know the customer time field i remember we use fixed _timestamp as date field. we need some way to identify the field is date field. maybe we can add a setting in the stream page, like bloom filter field, we can add new setting, time field. what do you think?