File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ SCHEMA >
88 `date` DateTime `json:$.record.event-data.timestamp`,
99 `event` LowCardinality(String) `json:$.record.event-data.event`,
1010 `message_id` String `json:$.record.event-data.message.headers.message-id` DEFAULT '',
11- `recipient` String `json:$.record.event-data.recipient`,
12- `recipient_domain` String `json:$.record.event-data.recipient-domain`,
13- `tags` Array(String) `json:$.record.event-data.tags` ,
14- `log_level` LowCardinality(String) `json:$.record.event-data.log-level`,
11+ `recipient` String `json:$.record.event-data.recipient` DEFAULT '' ,
12+ `recipient_domain` String `json:$.record.event-data.recipient-domain` DEFAULT '' ,
13+ `tags` Array(String) `json:$.record.event-data.tags[:]` DEFAULT [] ,
14+ `log_level` LowCardinality(String) `json:$.record.event-data.log-level` DEFAULT '' ,
1515 `city` String `json:$.record.event-data.geolocation.city` DEFAULT '',
1616 `country` String `json:$.record.event-data.geolocation.country` DEFAULT '',
1717 `region` String `json:$.record.event-data.geolocation.region` DEFAULT '',
You can’t perform that action at this time.
0 commit comments