diff --git a/src/event/format/mod.rs b/src/event/format/mod.rs index 158951d3b..58c35fc79 100644 --- a/src/event/format/mod.rs +++ b/src/event/format/mod.rs @@ -40,7 +40,19 @@ use super::{Event, DEFAULT_TIMESTAMP_KEY}; pub mod json; -static TIME_FIELD_NAME_PARTS: [&str; 2] = ["time", "date"]; +static TIME_FIELD_NAME_PARTS: [&str; 11] = [ + "time", + "date", + "timestamp", + "created", + "received", + "ingested", + "collected", + "start", + "end", + "ts", + "dt", +]; type EventSchema = Vec>; /// Source of the logs, used to perform special processing for certain sources