Hi, I wanted to explore logs with Grafana log expl...
# support
p
Hi, I wanted to explore logs with Grafana log explorer but the clickhouse plugin requires a TimeField of type datetime to be auto detected. any idea why you are using ``timestamp` UInt64 CODEC(DoubleDelta, LZ4),` and not datetime ?
s
You can convert the epoch to datetime in ClickHouse using functions like
toDateTime
p
yes for custom queries, but wanted to use it in grafana Log Explore, cf this: https://github.com/grafana/clickhouse-datasource/issues/420