You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to set a default column names for the primary time column in the datasource config. for Date and Timestamp, This would be used by the $timeFilter etc. macros unless overridden in the query builder
#495
Closed
Slach opened this issue
Nov 20, 2023
· 2 comments
· Fixed by #567
What would be really fantastic would be to able to define multiple default time columns which could be used in order of precedence.
For example, if the config has _time, _time64 as default time columns then the _time column would be used if found (and is a suitable type). If not, then _time64 would be searched for. In case both columns are present, then the first one in the list would be used.
Slach
changed the title
Ability to set a default column name for the primary time column in the datasource config. This would be used by the $timeFilter etc. macros unless overridden in the query builder
Ability to set a default column names for the primary time column in the datasource config. for Date and Timestamp, This would be used by the $timeFilter etc. macros unless overridden in the query builder
May 18, 2024
add to ConfigEditor
The text was updated successfully, but these errors were encountered: