Skip to content

Datetime field #1328

@fulmicoton

Description

@fulmicoton

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions