You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/adaptors/integrations/__data__/repository/amazon_networkfirewall/assets/create_mv_aggregated-1.0.0.sql
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -26,26 +26,26 @@ SELECT
26
26
FROM (
27
27
SELECT
28
28
CAST(event.timestampASTIMESTAMP) AS`@timestamp`,
29
-
COALESCE(CAST(firewall_name AS STRING), 'UNKNOWN_FIREWALL') AS firewall_name,
30
-
COALESCE(CAST(event.src_ipAS STRING), '0.0.0.0') AS event_src_ip,
31
-
COALESCE(CAST(event.src_portASINTEGER), -1) AS event_src_port,
32
-
COALESCE(CAST(event.dest_ipAS STRING), '0.0.0.0') AS event_dest_ip,
33
-
COALESCE(CAST(event.dest_portASINTEGER), -1) AS event_dest_port,
34
-
COALESCE(CAST(event.protoAS STRING), 'UNKNOWN_PROTO') AS event_proto,
35
-
COALESCE(CAST(event.app_protoAS STRING), 'UNKNOWN_APP') AS event_app_proto,
36
-
COALESCE(CAST(event.tcp.tcp_flags AS STRING), 'NONE') AS event_tcp_tcp_flags,
37
-
COALESCE(CAST(event.tcp.syn ASBOOLEAN), false) AS event_tcp_syn,
38
-
COALESCE(CAST(event.tcp.ack ASBOOLEAN), false) AS event_tcp_ack,
39
-
COALESCE(CAST(event.alert.action AS STRING), 'UNKNOWN_ACTION') AS event_alert_action,
40
-
COALESCE(CAST(event.alert.signature_id AS STRING), 'UNKNOWN_SIGID') AS event_alert_signature_id,
41
-
COALESCE(CAST(event.alert.signature AS STRING), 'UNKNOWN_SIGNATURE') AS event_alert_signature,
42
-
COALESCE(CAST(event.http.hostname AS STRING), 'UNKNOWN_HOST') AS event_http_hostname,
29
+
COALESCE(CAST(firewall_name AS STRING), 'UNKNOWN_FIREWALL') AS`firewall_name`,
0 commit comments