-
Notifications
You must be signed in to change notification settings - Fork 491
Closed
Labels
Description
We want a richer experience when dealing with datetime.
Ideally it should be an actual type...
Its configurations should make ingestion should be more flexible
- name: dt
type: datetime
input_format: "rfc3339" # "unix_ts_secs" | "unix_ts_millis" | "unix_ts_micros" | "unix_ts_nanos"
fast: true
precision: secs | millis | micros | nanos (default: secs)
We may also want to have a better indexing scheme... ( ie index days for instance)
HeenaBansal2009