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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)