Skip to content

Commit 8c09347

Browse files
remove event and log from list
Signed-off-by: Nikhil Sinha <131262146+nikhilsinhaparseable@users.noreply.github.com>
1 parent 21f15cb commit 8c09347

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/event/format/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ use super::{Event, DEFAULT_TIMESTAMP_KEY};
4040

4141
pub mod json;
4242

43-
static TIME_FIELD_NAME_PARTS: [&str; 13] = [
43+
static TIME_FIELD_NAME_PARTS: [&str; 11] = [
4444
"time",
4545
"date",
4646
"timestamp",
@@ -50,8 +50,6 @@ static TIME_FIELD_NAME_PARTS: [&str; 13] = [
5050
"collected",
5151
"start",
5252
"end",
53-
"event",
54-
"log",
5553
"ts",
5654
"dt",
5755
];

0 commit comments

Comments
 (0)